diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-03 22:22:37 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 22:24:06 -0400 |
commit | 17ed872c6334185fdebf3d60b2aa219fc1fe7516 (patch) | |
tree | 12e8c60e602df8f5c29d00e701eab0a16ede9847 /www-apps | |
parent | media-plugins/kodi-pvr-nextpvr: 3.3.21 version bump (diff) | |
download | gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.gz gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.bz2 gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.zip |
*/*: drop last-rited py2 packages
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/curator/Manifest | 1 | ||||
-rw-r--r-- | www-apps/curator/curator-3.0_p20110120-r3.ebuild | 39 | ||||
-rw-r--r-- | www-apps/curator/metadata.xml | 8 |
3 files changed, 0 insertions, 48 deletions
diff --git a/www-apps/curator/Manifest b/www-apps/curator/Manifest deleted file mode 100644 index f8223c0e0738..000000000000 --- a/www-apps/curator/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST curator-3.0_pf078f1686a78.tar.xz 408412 BLAKE2B 265827b3e216661810065a0d962c66626f1474ff5d60f4dfbb0ba02acf7f9a9bbac1d350330a9b2bf2d863436440bc32c31572540edd949f0e94b3c29e884955 SHA512 5f6866396762d510319f8f36205ac1caa4468e761431ed1445d57858fab18120da0e3ff38b2aedf6d4d97fc6ed0998a62a3ed55476442b4537a092bc8d435751 diff --git a/www-apps/curator/curator-3.0_p20110120-r3.ebuild b/www-apps/curator/curator-3.0_p20110120-r3.ebuild deleted file mode 100644 index 31738bc61f4f..000000000000 --- a/www-apps/curator/curator-3.0_p20110120-r3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="Gallery generator" -HOMEPAGE="http://furius.ca/curator/" -SRC_URI="mirror://gentoo/curator-3.0_pf078f1686a78.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pillow[${PYTHON_MULTI_USEDEP}] - ') - virtual/imagemagick-tools" - -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -S="${WORKDIR}/curator-3.0_pf078f1686a78" - -src_compile() { - python_fix_shebang hs/curator-hs -} - -src_install() { - dobin hs/curator-hs - insinto /usr/share/curator - doins -r hs -} diff --git a/www-apps/curator/metadata.xml b/www-apps/curator/metadata.xml deleted file mode 100644 index 3adf7af8a01b..000000000000 --- a/www-apps/curator/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>web-apps@gentoo.org</email> - <name>Gentoo Webapps</name> - </maintainer> -</pkgmetadata> |