aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/curator/curator-2.0.ebuild')
-rw-r--r--www-apps/curator/curator-2.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/www-apps/curator/curator-2.0.ebuild b/www-apps/curator/curator-2.0.ebuild
deleted file mode 100644
index 528bb5c..0000000
--- a/www-apps/curator/curator-2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-2.0.ebuild,v 1.4 2008/02/19 11:57:36 hollow Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-
-inherit python
-
-DESCRIPTION="Webpage thumbnail creator"
-HOMEPAGE="http://curator.sourceforge.net/"
-SRC_URI="mirror://sourceforge/curator/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ppc ~sparc x86"
-IUSE=""
-
-DEPEND=">=media-gfx/imagemagick-5.4.9"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_install() {
- cd "${WORKDIR}"
- dobin curator || die "install failed"
- dodoc CHANGES README
- python_convert_shebangs
-}