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/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.0.ebuild,v 1.4 2008/02/19 11:57:36 hollow Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-2.0.ebuild,v 1.4 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://curator.sourceforge.net/"
12
HOMEPAGE="http://curator.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/curator/${P}.tar.gz"
13
SRC_URI="mirror://sourceforge/curator/${P}.tar.gz"
Lines 11-21 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
	cd "${WORKDIR}"
28
	cd "${WORKDIR}"
19
	dobin curator || die "install failed"
29
	dobin curator || die "install failed"
20
	dodoc CHANGES README
30
	dodoc CHANGES README
31
	python_convert_shebangs 2 "${ED}"/usr/bin/curator
21
}
32
}

Return to bug 316967