diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-10-21 11:12:34 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-10-21 11:12:34 +0000 |
commit | 6450ca3a86d14a8b0959853ecc5d393b033b65fb (patch) | |
tree | 247041844015192863388e9c759cc8aafd7985a4 /app-text | |
parent | ppc stable (diff) | |
download | gentoo-2-6450ca3a86d14a8b0959853ecc5d393b033b65fb.tar.gz gentoo-2-6450ca3a86d14a8b0959853ecc5d393b033b65fb.tar.bz2 gentoo-2-6450ca3a86d14a8b0959853ecc5d393b033b65fb.zip |
Dropped ppc-macos keyword. See you in prefix.
(Portage version: 2.1.1)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-esp/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-7.07.1-r10.ebuild | 15 | ||||
-rw-r--r-- | app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild | 15 |
3 files changed, 10 insertions, 27 deletions
diff --git a/app-text/ghostscript-esp/ChangeLog b/app-text/ghostscript-esp/ChangeLog index 17f244b1d54a..6d62153618cb 100644 --- a/app-text/ghostscript-esp/ChangeLog +++ b/app-text/ghostscript-esp/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-text/ghostscript-esp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.44 2006/10/18 22:10:55 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ChangeLog,v 1.45 2006/10/21 11:12:34 grobian Exp $ 18 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> ghostscript-esp-8.15.3.ebuild: @@ -10,6 +10,11 @@ ghostscript-esp-8.15.3.ebuild: Stable on amd64/x86 wrt bug #148945. + 21 Oct 2006; Fabian Groffen <grobian@gentoo.org> -files/gs-osx-ijs.patch, + -files/gs-osx-unix-dll.patch, ghostscript-esp-7.07.1-r8.ebuild, + ghostscript-esp-7.07.1-r10.ebuild: + Dropped ppc-macos keyword. See you in prefix. + 15 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> ghostscript-esp-8.15.3.ebuild: hppa stable, bug #148945 diff --git a/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r10.ebuild b/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r10.ebuild index 03ee5181cacd..aac5225bbfd3 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r10.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r10.ebuild,v 1.8 2006/08/12 22:04:33 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r10.ebuild,v 1.9 2006/10/21 11:12:34 grobian Exp $ inherit flag-o-matic eutils toolchain-funcs libtool @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/espgs/espgs-${PV}-source.tar.bz2 LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="X cups cjk emacs gtk" DEP="virtual/libc @@ -56,15 +56,6 @@ src_unpack() { cd ${S} - if use ppc-macos; then - epatch ${FILESDIR}/gs-osx-unix-dll.patch - cp src/unix-gcc.mak Makefile.in - sed -i -e "s:SHARE_JPEG=0:SHARE_JPEG=1:" Makefile.in || die - sed -i -e "s:SHARE_ZLIB=0:SHARE_ZLIB=1:" Makefile.in || die - sed -i -e "s:SHARE_LIBPNG=0:SHARE_LIBPNG=1:" Makefile.in || die - sed -i -e "s:usr/local:usr:" Makefile.in || die - fi - if use cjk ; then epatch ${FILESDIR}/gs7.07.1-cjk.diff #this causes gs error; bug #90009 @@ -97,8 +88,6 @@ src_unpack() { epatch ${FILESDIR}/gs${PV}-destdir.patch epatch ${FILESDIR}/gs${PV}-ijsdestdir.patch - use ppc-macos && epatch ${FILESDIR}/gs-osx-ijs.patch - # search path fix sed -i -e "s:\$\(gsdatadir\)/lib:/usr/share/ghostscript/7.07/$(get_libdir):"\ Makefile.in || die "sed failed" diff --git a/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild b/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild index 86df3f6345a9..481a5c089d82 100644 --- a/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild +++ b/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild,v 1.11 2006/08/12 22:04:33 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-esp/ghostscript-esp-7.07.1-r8.ebuild,v 1.12 2006/10/21 11:12:34 grobian Exp $ inherit flag-o-matic eutils toolchain-funcs libtool @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/espgs/espgs-${PV}-source.tar.bz2 LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="X cups cjk emacs gtk" DEP="virtual/libc @@ -47,15 +47,6 @@ src_unpack() { cd ${S} - if use ppc-macos; then - epatch ${FILESDIR}/gs-osx-unix-dll.patch - cp src/unix-gcc.mak Makefile.in - sed -i -e "s:SHARE_JPEG=0:SHARE_JPEG=1:" Makefile.in || die - sed -i -e "s:SHARE_ZLIB=0:SHARE_ZLIB=1:" Makefile.in || die - sed -i -e "s:SHARE_LIBPNG=0:SHARE_LIBPNG=1:" Makefile.in || die - sed -i -e "s:usr/local:usr:" Makefile.in || die - fi - if use cjk ; then epatch "${DISTDIR}"/gs7.07.1-cjk.diff.bz2 epatch ${FILESDIR}/gs7.05.6-kochi-substitute.patch @@ -78,8 +69,6 @@ src_unpack() { epatch ${FILESDIR}/gs${PV}-destdir.patch epatch ${FILESDIR}/gs${PV}-ijsdestdir.patch - use ppc-macos && epatch ${FILESDIR}/gs-osx-ijs.patch - # search path fix sed -i -e "s:\$\(gsdatadir\)/lib:/usr/share/ghostscript/7.07/$(get_libdir):"\ Makefile.in || die "sed failed" |