summaryrefslogtreecommitdiff
path: root/net-misc/gallery-dl/gallery-dl-1.14.0.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-28 16:53:19 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-07-28 16:53:19 -0400
commit54467310b801194291537a419d43a8f3e5ddf3a7 (patch)
tree7cda969a55408a00baaff16e02e4b622aacfc007 /net-misc/gallery-dl/gallery-dl-1.14.0.ebuild
parentd8705b95a8ed3e817ffc0b95a8f5f2daef9b270e (diff)
downloadgentoo-overlay-54467310b801194291537a419d43a8f3e5ddf3a7.tar.xz
gentoo-overlay-54467310b801194291537a419d43a8f3e5ddf3a7.zip
net-misc/gallery-dl: bump to 1.14.3
Diffstat (limited to 'net-misc/gallery-dl/gallery-dl-1.14.0.ebuild')
-rw-r--r--net-misc/gallery-dl/gallery-dl-1.14.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.14.0.ebuild b/net-misc/gallery-dl/gallery-dl-1.14.0.ebuild
deleted file mode 100644
index c2eddf9..0000000
--- a/net-misc/gallery-dl/gallery-dl-1.14.0.ebuild
+++ /dev/null
@@ -1,35 +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 bash-completion-r1 distutils-r1
-
-MY_PN="gallery_dl"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Command-line program to download image-galleries and collections"
-HOMEPAGE="https://github.com/mikf/gallery-dl"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.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/setuptools[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-python_install_all() {
- dodoc README.rst
-
- distutils-r1_python_install_all
-}