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.0.ebuild (-2 / +12 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-18 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}"
Lines 20-25 Link Here
20
DEPEND=">=media-gfx/imagemagick-5.4.9"
20
DEPEND=">=media-gfx/imagemagick-5.4.9"
21
RDEPEND="${DEPEND}"
21
RDEPEND="${DEPEND}"
22
22
23
pkg_setup() {
24
        python_set_active_version 2
25
}
26
23
src_install() {
27
src_install() {
24
       cd "${WORKDIR}"
28
       cd "${WORKDIR}"
25
       dobin curator || die "install failed"
29
       dobin curator || die "install failed"
26
30
27
src_install() {
31
src_install() {
28
	cd "${WORKDIR}"
32
	cd "${WORKDIR}"
(-)curator.orig/curator-2.1.ebuild (-2 / +12 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-18 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}"
16
22
17
src_install() {
23
src_install() {
18
	dobin bin/curator || die "dobin bin/curator failed!"
24
	dobin bin/curator || die "dobin bin/curator failed!"
Lines 20-25 Link Here
20
DEPEND=">=media-gfx/imagemagick-5.4.9"
20
DEPEND=">=media-gfx/imagemagick-5.4.9"
21
RDEPEND="${DEPEND}"
21
RDEPEND="${DEPEND}"
22
22
23
pkg_setup() {
24
       python_set_active_version 2
25
}
26
23
src_install() {
27
src_install() {
24
       dobin bin/curator || die "dobin bin/curator failed!"
28
       dobin bin/curator || die "dobin bin/curator failed!"
25
       dodoc CHANGES README
29
       dodoc CHANGES README

Return to bug 316967