aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/curator/curator-2.1.ebuild')
-rw-r--r--www-apps/curator/curator-2.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/www-apps/curator/curator-2.1.ebuild b/www-apps/curator/curator-2.1.ebuild
deleted file mode 100644
index 9f6daf0..0000000
--- a/www-apps/curator/curator-2.1.ebuild
+++ /dev/null
@@ -1,31 +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.1.ebuild,v 1.3 2008/02/19 11:57:36 hollow Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-
-inherit python
-
-DESCRIPTION="Webpage thumbnail creator"
-HOMEPAGE="http://furius.ca/curator/"
-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() {
- dobin bin/curator || die "dobin bin/curator failed!"
- dodoc CHANGES README
- python_convert_shebangs 2 "${ED}"/usr/bin/curator
-}