summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-29 03:28:00 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-29 03:28:00 +0000
commitd8f3face755ab24c18e12da7dd3ecf28d2174fde (patch)
tree58a317a79546d0ea721fd22a672fff2b9a6ec635 /www-apps/curator
parentAdded logrotate for dspam-web (diff)
downloadgentoo-2-d8f3face755ab24c18e12da7dd3ecf28d2174fde.tar.gz
gentoo-2-d8f3face755ab24c18e12da7dd3ecf28d2174fde.tar.bz2
gentoo-2-d8f3face755ab24c18e12da7dd3ecf28d2174fde.zip
hppa love courtesy of notopic
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'www-apps/curator')
-rw-r--r--www-apps/curator/curator-2.0.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/www-apps/curator/curator-2.0.ebuild b/www-apps/curator/curator-2.0.ebuild
index c56af1522219..44009f6aacbc 100644
--- a/www-apps/curator/curator-2.0.ebuild
+++ b/www-apps/curator/curator-2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.2 2004/09/03 17:17:20 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-2.0.ebuild,v 1.3 2005/11/29 03:24:29 vapier Exp $
MY_P=curator-2.0
DESCRIPTION="Webpage thumbnail creator"
@@ -9,17 +9,16 @@ SRC_URI="mirror://sourceforge/curator/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ~sparc alpha ~mips amd64"
+KEYWORDS="alpha amd64 ~hppa ~mips ppc ~sparc x86"
IUSE=""
DEPEND=">=dev-lang/python-2.2.1
- >=media-gfx/imagemagick-5.4.9"
+ >=media-gfx/imagemagick-5.4.9"
-S="${WORKDIR}/curator"
+S=${WORKDIR}/curator
src_install() {
cd ${WORKDIR}
dobin curator || die "install failed"
- dodoc CHANGES COPYING README
+ dodoc CHANGES README
}
-