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

Collapse All | Expand All

(-)gimp-2.2.8-r1.ebuild (-3 / +13 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 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.2.8-r1.ebuild,v 1.11 2005/10/07 05:30:07 hardave Exp $
3
# $Header: $
4
4
5
inherit flag-o-matic libtool eutils fdo-mime alternatives
5
inherit flag-o-matic libtool eutils fdo-mime alternatives
6
6
Lines 10-22 Link Here
10
P_HELP="gimp-help-2-0.8"
10
P_HELP="gimp-help-2-0.8"
11
S_HELP="$WORKDIR/${P_HELP}"
11
S_HELP="$WORKDIR/${P_HELP}"
12
SRC_URI="mirror://gimp/v2.2/${P}.tar.bz2
12
SRC_URI="mirror://gimp/v2.2/${P}.tar.bz2
13
	gimpshop? ( mirror://gentoo/gimpshop-${PV}.patch.bz2 )
13
	doc? ( mirror://gimp/help/testing/${P_HELP}.tar.gz )"
14
	doc? ( mirror://gimp/help/testing/${P_HELP}.tar.gz )"
14
15
15
LICENSE="GPL-2"
16
LICENSE="GPL-2"
16
SLOT="2"
17
SLOT="2"
17
KEYWORDS="amd64 hppa ia64 mips ppc ppc64 sparc x86"
18
KEYWORDS="amd64 hppa ia64 mips ppc ppc64 sparc x86"
18
IUSE="aalib altivec debug doc gtkhtml gimpprint hardened jpeg lcms mmx mng png
19
IUSE="aalib altivec debug doc gtkhtml gimpprint gimpshop hardened jpeg lcms mmx
19
python smp sse svg tiff wmf"
20
mng png python smp sse svg tiff wmf"
20
21
21
#	X? ( virtual/x11 )"
22
#	X? ( virtual/x11 )"
22
RDEPEND="virtual/x11
23
RDEPEND="virtual/x11
Lines 69-74 Link Here
69
	# fix for #97361
70
	# fix for #97361
70
	epatch ${FILESDIR}/gimp-2.2.8-restart-marker.patch
71
	epatch ${FILESDIR}/gimp-2.2.8-restart-marker.patch
71
72
73
	if use gimpshop; then
74
		epatch ${WORKDIR}/gimpshop-${PV}.patch
75
	fi
76
72
	# fix for configure patch
77
	# fix for configure patch
73
	aclocal
78
	aclocal
74
	libtoolize --force --copy
79
	libtoolize --force --copy
Lines 174-179 Link Here
174
	einfo ""
179
	einfo ""
175
	einfo "If you want Postscript file support, emerge ghostscript."
180
	einfo "If you want Postscript file support, emerge ghostscript."
176
	einfo ""
181
	einfo ""
182
	if use gimpshop; then
183
		einfo "If you want Photoshop-ish Keyboard Shortcuts,"
184
		einfo "please visit http://epierce.freeshell.org/gimp/gimp_ps.php"
185
		einfo "and follow instructions"
186
	fi
177
}
187
}
178
188
179
pkg_postrm() {
189
pkg_postrm() {

Return to bug 87553