--- gimp-2.2.8-r1.ebuild 2005-12-29 02:10:10.000000000 +0100 +++ gimp-2.2.8-r2.ebuild 2005-12-29 02:48:40.000000000 +0100 @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $Header: $ inherit flag-o-matic libtool eutils fdo-mime alternatives @@ -10,13 +10,14 @@ P_HELP="gimp-help-2-0.8" S_HELP="$WORKDIR/${P_HELP}" SRC_URI="mirror://gimp/v2.2/${P}.tar.bz2 + gimpshop? ( mirror://gentoo/gimpshop-${PV}.patch.bz2 ) doc? ( mirror://gimp/help/testing/${P_HELP}.tar.gz )" LICENSE="GPL-2" SLOT="2" KEYWORDS="amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="aalib altivec debug doc gtkhtml gimpprint hardened jpeg lcms mmx mng png -python smp sse svg tiff wmf" +IUSE="aalib altivec debug doc gtkhtml gimpprint gimpshop hardened jpeg lcms mmx +mng png python smp sse svg tiff wmf" # X? ( virtual/x11 )" RDEPEND="virtual/x11 @@ -69,6 +70,10 @@ # fix for #97361 epatch ${FILESDIR}/gimp-2.2.8-restart-marker.patch + if use gimpshop; then + epatch ${WORKDIR}/gimpshop-${PV}.patch + fi + # fix for configure patch aclocal libtoolize --force --copy @@ -174,6 +179,11 @@ einfo "" einfo "If you want Postscript file support, emerge ghostscript." einfo "" + if use gimpshop; then + einfo "If you want Photoshop-ish Keyboard Shortcuts," + einfo "please visit http://epierce.freeshell.org/gimp/gimp_ps.php" + einfo "and follow instructions" + fi } pkg_postrm() {