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

Collapse All | Expand All

(-)gimp-2.6.6.ebuild (-4 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
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/media-gfx/gimp/gimp-2.6.6.ebuild,v 1.6 2009/08/01 06:46:42 ssuominen Exp $
3
# $Header: $
4
4
5
EAPI=2
5
EAPI=2
6
6
Lines 8-16 Link Here
8
8
9
DESCRIPTION="GNU Image Manipulation Program"
9
DESCRIPTION="GNU Image Manipulation Program"
10
HOMEPAGE="http://www.gimp.org/"
10
HOMEPAGE="http://www.gimp.org/"
11
SRC_URI="mirror://gimp/v2.6/${P}.tar.bz2"
11
SRC_URI="mirror://gimp/v${PV:0:3}/${P}.tar.bz2"
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-3"
14
SLOT="2"
14
SLOT="2"
15
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
15
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
16
16
Lines 26-32 Link Here
26
	dev-libs/libxslt
26
	dev-libs/libxslt
27
	x11-misc/xdg-utils
27
	x11-misc/xdg-utils
28
	x11-themes/hicolor-icon-theme
28
	x11-themes/hicolor-icon-theme
29
	>=media-libs/gegl-0.0.22
29
	>=media-libs/gegl-0.1.0
30
	aalib? ( media-libs/aalib )
30
	aalib? ( media-libs/aalib )
31
	alsa? ( media-libs/alsa-lib )
31
	alsa? ( media-libs/alsa-lib )
32
	curl? ( net-misc/curl )
32
	curl? ( net-misc/curl )

Return to bug 283152