Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 316967 | Differences between
and this patch

Collapse All | Expand All

(-)curator.orig/curator-2.1.ebuild (-2 / +13 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-2.1.ebuild,v 1.3 2008/02/19 11:57:36 hollow Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-2.1.ebuild,v 1.3 2008/02/19 11:57:36 hollow Exp $
4
4
5
EAPI="3"
6
7
PYTHON_DEPEND="2"
8
9
inherit python
10
5
DESCRIPTION="Webpage thumbnail creator"
11
DESCRIPTION="Webpage thumbnail creator"
6
HOMEPAGE="http://furius.ca/curator/"
12
HOMEPAGE="http://furius.ca/curator/"
7
SRC_URI="mirror://sourceforge/curator/${P}.tar.gz"
13
SRC_URI="mirror://sourceforge/curator/${P}.tar.gz"
Lines 11-20 Link Here
11
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
17
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
12
IUSE=""
18
IUSE=""
13
19
14
DEPEND=">=dev-lang/python-2.2.1
20
DEPEND=">=media-gfx/imagemagick-5.4.9"
15
	>=media-gfx/imagemagick-5.4.9"
21
RDEPEND="${DEPEND}"
22
23
pkg_setup() {
24
	python_set_active_version 2
25
}
16
26
17
src_install() {
27
src_install() {
18
	dobin bin/curator || die "dobin bin/curator failed!"
28
	dobin bin/curator || die "dobin bin/curator failed!"
19
	dodoc CHANGES README
29
	dodoc CHANGES README
30
	python_convert_shebangs 2 "${ED}"/usr/bin/curator
20
}
31
}

Return to bug 316967