summaryrefslogtreecommitdiff
path: root/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-15 20:28:35 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-15 20:28:35 -0400
commit9f3a96eb034a8bc53b515d047f3a8a3be98ce6a7 (patch)
tree6aedac1d2af159fce365f752d77d7f60c2971996 /net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
parentbb16cf08d6c76783e200d5f8e0c0607bbefafe71 (diff)
downloadgentoo-overlay-9f3a96eb034a8bc53b515d047f3a8a3be98ce6a7.tar.xz
gentoo-overlay-9f3a96eb034a8bc53b515d047f3a8a3be98ce6a7.zip
net-misc/gallery-dl: bump, add tests
Diffstat (limited to 'net-misc/gallery-dl/gallery-dl-1.14.3.ebuild')
-rw-r--r--net-misc/gallery-dl/gallery-dl-1.14.3.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
deleted file mode 100644
index ee1629a..0000000
--- a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=(python{3_6,3_7,3_8})
-PYTHON_REQ_USE=(sqlite)
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line program to download image-galleries and collections"
-HOMEPAGE="https://github.com/mikf/gallery-dl"
-SRC_URI="mirror://pypi/g/gallery_dl/gallery_dl-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/gallery_dl-${PV}"
-
-python_install_all() {
- dodoc README.rst
-
- distutils-r1_python_install_all
-}