summaryrefslogtreecommitdiff
path: root/www-apps/curator
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/curator')
-rw-r--r--www-apps/curator/Manifest3
-rw-r--r--www-apps/curator/curator-3.0_p20110120-r3.ebuild39
-rw-r--r--www-apps/curator/metadata.xml8
3 files changed, 0 insertions, 50 deletions
diff --git a/www-apps/curator/Manifest b/www-apps/curator/Manifest
deleted file mode 100644
index d3bb35c8133f..000000000000
--- a/www-apps/curator/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST curator-3.0_pf078f1686a78.tar.xz 408412 BLAKE2B 265827b3e216661810065a0d962c66626f1474ff5d60f4dfbb0ba02acf7f9a9bbac1d350330a9b2bf2d863436440bc32c31572540edd949f0e94b3c29e884955 SHA512 5f6866396762d510319f8f36205ac1caa4468e761431ed1445d57858fab18120da0e3ff38b2aedf6d4d97fc6ed0998a62a3ed55476442b4537a092bc8d435751
-EBUILD curator-3.0_p20110120-r3.ebuild 727 BLAKE2B c5c3f2ad9655ed855b78694050fd61bfd47e9c4181178b245965e89213380002bf6409cff99b14882b668ebda0df88bb4d038d4509605cdf155b6ef4e1e38e67 SHA512 d1c91b17b1e5dd7f98a597667520f74b2db3698a6f5f9ecb59cededd6ed4a63a6e7787d08e602cc93afd71c4579fbb789e0fed3b673ca9cb2864e1dcf7e75bf0
-MISC metadata.xml 254 BLAKE2B 53495a638333fedaee2d8d838a705aaa610797eae56298aa35ad3c965af321b3d8e9b12643d1c3564f4232ca4a7ec44182ee7b35aada373750beee6b1c2a8a12 SHA512 b4674c7f9d0dc24c25846b3fe716415b648a61099b8d2f7eb099cf14f9a8f4670af4638349f953fe1b32b9d357911e533b72eaf4bbf14f54827512fd9bbb0ee8
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>