public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ChangeLog ghostscript-gpl-8.60.ebuild
@ 2007-10-17 22:00 Timo Gurr (tgurr)
  0 siblings, 0 replies; 7+ messages in thread
From: Timo Gurr (tgurr) @ 2007-10-17 22:00 UTC (permalink / raw
  To: gentoo-commits

tgurr       07/10/17 22:00:45

  Modified:             ChangeLog
  Added:                ghostscript-gpl-8.60.ebuild
  Log:
  Add ghostscript-gpl-8.60, first release with ghostscript-esp merged. Fixes bug #187502.
  (Portage version: 2.1.3.14)

Revision  Changes    Path
1.15                 app-text/ghostscript-gpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	15 Aug 2007 12:30:22 -0000	1.14
+++ ChangeLog	17 Oct 2007 22:00:44 -0000	1.15
@@ -1,6 +1,18 @@
 # ChangeLog for app-text/ghostscript-gpl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.14 2007/08/15 12:30:22 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.15 2007/10/17 22:00:44 tgurr Exp $
+
+*ghostscript-gpl-8.60 (17 Oct 2007)
+
+  17 Oct 2007; Timo Gurr <tgurr@gentoo.org>
+  +files/ghostscript-8.60-fPIC.patch,
+  +files/ghostscript-8.60-ijs-krgb.patch,
+  +files/ghostscript-8.60-multilib.patch,
+  +files/ghostscript-8.60-noopt.patch,
+  +files/ghostscript-8.60-scripts.patch, +files/djvu-gs-gpl-8.60.patch,
+  +ghostscript-gpl-8.60.ebuild:
+  Add ghostscript-gpl-8.60, first release with ghostscript-esp merged. Fixes
+  bug #187502.
 
   15 Aug 2007; Ferris McCormick <fmccor@gentoo.org> ChangeLog:
   That's Bug #187280 we need the ~sparc keyword for, of course.  This cures it.



1.1                  app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.1&content-type=text/plain

Index: ghostscript-gpl-8.60.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.1 2007/10/17 22:00:44 tgurr Exp $

inherit autotools elisp-common eutils versionator flag-o-matic

DESCRIPTION="GPL Ghostscript - the most current Ghostscript, AFPL, relicensed"
HOMEPAGE="http://ghostscript.com"

MY_P=${P/-gpl}
GSDJVU_PV=1.2
PVM=$(get_version_component_range 1-2)
SRC_URI="cjk? ( ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200406.tar.gz
		ftp://ftp.gyve.org/pub/gs-cjk/acro5-cmaps-2001.tar.gz )
	!bindist? ( djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.gz ) )
	mirror://sourceforge/ghostscript/${MY_P}.tar.bz2"

LICENSE="GPL-2 CPL-1.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="bindist cjk cups djvu gtk jpeg2k X"

COMMON_DEPEND="virtual/libc
	>=media-libs/jpeg-6b
	>=sys-libs/zlib-1.1.4
	>=media-libs/tiff-3.7
	X? ( x11-libs/libXt x11-libs/libXext )
	!bindist? ( djvu? ( app-text/djvu ) )
	gtk? ( >=x11-libs/gtk+-2.0 )
	cups? ( >=net-print/cups-1.1.20 )
	jpeg2k? ( media-libs/jasper )
	!app-text/ghostscript-esp
	!app-text/ghostscript-gnu"

DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig"

RDEPEND="${COMMON_DEPEND}
	cjk? ( media-fonts/arphicfonts
		media-fonts/kochi-substitute
		media-fonts/baekmuk-fonts )
	media-fonts/gnu-gs-fonts-std"

S="${WORKDIR}/${MY_P}"

src_unpack() {
	unpack ${A/adobe-cmaps-200406.tar.gz acro5-cmaps-2001.tar.gz}
	if use cjk ; then
		cat "${FILESDIR}/ghostscript-esp-8.15.2-cidfmap.cjk" >> "${S}/lib/cidfmap"
		cat "${FILESDIR}/ghostscript-esp-8.15.2-FAPIcidfmap.cjk" >> "${S}/lib/FAPIcidfmap"
		cd "${S}/Resource"
		unpack adobe-cmaps-200406.tar.gz
		unpack acro5-cmaps-2001.tar.gz
		cd "${WORKDIR}"
	fi

	cd "${S}"

	# Fedora patches
	# upstream bug http://bugs.ghostscript.com/show_bug.cgi?id=689393
	epatch "${FILESDIR}/ghostscript-8.60-ijs-krgb.patch"
	epatch "${FILESDIR}/ghostscript-8.60-fPIC.patch"
	epatch "${FILESDIR}/ghostscript-8.60-multilib.patch"
	epatch "${FILESDIR}/ghostscript-8.60-noopt.patch"
	epatch "${FILESDIR}/ghostscript-8.60-scripts.patch"

	# additional Gentoo patches
	epatch "${FILESDIR}/ghostscript-afpl-8.54-rinkj.patch"

	if use bindist && use djvu ; then
		ewarn "You have bindist in your USE, djvu support will NOT be compiled!"
		ewarn "See http://djvu.sourceforge.net/gsdjvu/COPYING for details on licensing issues."
	fi

	if ! use bindist && use djvu ; then
		unpack gsdjvu-${GSDJVU_PV}.tar.gz
		cp gsdjvu-${GSDJVU_PV}/gsdjvu "${S}"
		cp gsdjvu-${GSDJVU_PV}/gdevdjvu.c "${S}/src"
		epatch "${FILESDIR}/djvu-gs-gpl-8.60.patch"
		cp gsdjvu-${GSDJVU_PV}/ps2utf8.ps "${S}/lib"
		cp "${S}/src/contrib.mak" "${S}/src/contrib.mak.gsdjvu"
		grep -q djvusep "${S}/src/contrib.mak" || \
			cat gsdjvu-${GSDJVU_PV}/gsdjvu.mak >> "${S}/src/contrib.mak"
	fi

	sed -i -e "s:#if 1:#if 0:" "${S}/contrib/gdevhl12.c" || die "sed failed"

	if ! use gtk ; then
		sed -i "s:\$(GSSOX)::" src/*.mak || die "gsx sed failed"
		sed -i "s:.*\$(GSSOX_XENAME)$::" src/*.mak || die "gsxso sed failed"
	fi

	# search path fix
	sed -i -e "s:\$\(gsdatadir\)/lib:/usr/share/ghostscript/${PVM}/$(get_libdir):" \
		-e 's:$(gsdir)/fonts:/usr/share/fonts/default/ghostscript/:' \
		-e "s:exdir=.*:exdir=/usr/share/doc/${PF}/examples:" \
		-e "s:docdir=.*:docdir=/usr/share/doc/${PF}/html:" \
		-e "s:GS_DOCDIR=.*:GS_DOCDIR=/usr/share/doc/${PF}/html:" \
		src/Makefile.in src/*.mak || die "sed failed"
}

src_compile() {
	econf \
		$(use_with X x) \
		$(use_with jpeg2k jasper) \
		$(use_enable cups) \
		$(use_enable gtk) \
		--enable-dynamic \
		--with-ijs \
		--with-drivers=ALL,rinkj \
		--with-jbig2dec \
	|| die "econf failed"

	if ! use bindist && use djvu ; then
		sed -i -e 's!$(DD)bbox.dev!& $(DD)djvumask.dev $(DD)djvusep.dev!g'		Makefile
		sed -i -e 's:(/\(Resource/[a-zA-Z/]*\)):(\1) findlibfile {pop} {pop &}
		ifelse:' lib/gs_res.ps
	fi

	emake -j1 so all || die "emake failed"

	cd "${S}/ijs"
	econf || die "ijs econf failed"
	emake || die "ijs emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	if ! use bindist && use djvu ; then
		dobin gsdjvu || die "dobin gsdjvu install failed"
	fi

	rm -fr "${D}/usr/share/doc/${PF}/html/"{README,PUBLIC}
	dodoc doc/README || die "dodoc install failed"

	cd "${S}/ijs"
	emake DESTDIR="${D}" install || die "emake ijs install failed"
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ChangeLog ghostscript-gpl-8.60.ebuild
@ 2007-10-23 21:19 Timo Gurr (tgurr)
  0 siblings, 0 replies; 7+ messages in thread
From: Timo Gurr (tgurr) @ 2007-10-23 21:19 UTC (permalink / raw
  To: gentoo-commits

tgurr       07/10/23 21:19:19

  Modified:             ChangeLog ghostscript-gpl-8.60.ebuild
  Log:
  Add missing fontconfig dependency and fix bug #196289 with a corrected upstream patch, thanks Sebastian for reporting.
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.17                 app-text/ghostscript-gpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	19 Oct 2007 19:11:25 -0000	1.16
+++ ChangeLog	23 Oct 2007 21:19:18 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/ghostscript-gpl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.16 2007/10/19 19:11:25 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.17 2007/10/23 21:19:18 tgurr Exp $
+
+  23 Oct 2007; Timo Gurr <tgurr@gentoo.org>
+  files/ghostscript-8.60-include.patch, ghostscript-gpl-8.60.ebuild:
+  Add missing fontconfig dependency and fix bug #196289 with a corrected
+  upstream patch, thanks Sebastian for reporting.
 
   19 Oct 2007; Timo Gurr <tgurr@gentoo.org>
   +files/ghostscript-8.60-include.patch, ghostscript-gpl-8.60.ebuild:



1.3                  app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?r1=1.2&r2=1.3

Index: ghostscript-gpl-8.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ghostscript-gpl-8.60.ebuild	19 Oct 2007 19:11:25 -0000	1.2
+++ ghostscript-gpl-8.60.ebuild	23 Oct 2007 21:19:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.2 2007/10/19 19:11:25 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.3 2007/10/23 21:19:18 tgurr Exp $
 
 inherit autotools elisp-common eutils versionator flag-o-matic
 
@@ -20,15 +20,16 @@
 KEYWORDS="~amd64 ~arm ~ppc ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="bindist cjk cups djvu gtk jpeg2k X"
 
-COMMON_DEPEND=">=media-libs/jpeg-6b
+COMMON_DEPEND="media-libs/fontconfig
+	>=media-libs/jpeg-6b
 	>=media-libs/libpng-1.2.5
-	>=sys-libs/zlib-1.1.4
 	>=media-libs/tiff-3.7
-	X? ( x11-libs/libXt x11-libs/libXext )
+	>=sys-libs/zlib-1.1.4
 	!bindist? ( djvu? ( app-text/djvu ) )
-	gtk? ( >=x11-libs/gtk+-2.0 )
 	cups? ( >=net-print/cups-1.1.20 )
+	gtk? ( >=x11-libs/gtk+-2.0 )
 	jpeg2k? ( media-libs/jasper )
+	X? ( x11-libs/libXt x11-libs/libXext )
 	!app-text/ghostscript-esp
 	!app-text/ghostscript-gnu"
 
@@ -103,13 +104,14 @@
 
 src_compile() {
 	econf \
-		$(use_with X x) \
-		$(use_with jpeg2k jasper) \
 		$(use_enable cups) \
 		$(use_enable gtk) \
+		$(use_with jpeg2k jasper) \
+		$(use_with X x) \
 		--enable-dynamic \
-		--with-ijs \
+		--enable-fontconfig \
 		--with-drivers=ALL,rinkj \
+		--with-ijs \
 		--with-jbig2dec \
 	|| die "econf failed"
 
@@ -127,8 +129,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	emake DESTDIR="${D}" soinstall || die "emake soinstall failed"
+	emake DESTDIR="${D}" install-so install || die "emake install failed"
 
 	if ! use bindist && use djvu ; then
 		dobin gsdjvu || die "dobin gsdjvu install failed"



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ChangeLog ghostscript-gpl-8.60.ebuild
@ 2007-10-29 17:14 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 7+ messages in thread
From: Ferris McCormick (fmccor) @ 2007-10-29 17:14 UTC (permalink / raw
  To: gentoo-commits

fmccor      07/10/29 17:14:38

  Modified:             ChangeLog ghostscript-gpl-8.60.ebuild
  Log:
  Sparc stable --- Bug #197346 --- has been good for quite some time.
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.18                 app-text/ghostscript-gpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	23 Oct 2007 21:19:18 -0000	1.17
+++ ChangeLog	29 Oct 2007 17:14:38 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/ghostscript-gpl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.17 2007/10/23 21:19:18 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.18 2007/10/29 17:14:38 fmccor Exp $
+
+  29 Oct 2007; Ferris McCormick <fmccor@gentoo.org>
+  ghostscript-gpl-8.60.ebuild:
+  Sparc stable --- Bug #197346 --- has been good for quite some time.
 
   23 Oct 2007; Timo Gurr <tgurr@gentoo.org>
   files/ghostscript-8.60-include.patch, ghostscript-gpl-8.60.ebuild:



1.4                  app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?r1=1.3&r2=1.4

Index: ghostscript-gpl-8.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ghostscript-gpl-8.60.ebuild	23 Oct 2007 21:19:18 -0000	1.3
+++ ghostscript-gpl-8.60.ebuild	29 Oct 2007 17:14:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.3 2007/10/23 21:19:18 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.4 2007/10/29 17:14:38 fmccor Exp $
 
 inherit autotools elisp-common eutils versionator flag-o-matic
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2 CPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~sh sparc ~x86 ~x86-fbsd"
 IUSE="bindist cjk cups djvu gtk jpeg2k X"
 
 COMMON_DEPEND="media-libs/fontconfig



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ChangeLog ghostscript-gpl-8.60.ebuild
@ 2007-10-29 18:09 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Gryniewicz (dang) @ 2007-10-29 18:09 UTC (permalink / raw
  To: gentoo-commits

dang        07/10/29 18:09:23

  Modified:             ChangeLog ghostscript-gpl-8.60.ebuild
  Log:
  Marked stable on amd64 for bug #197346
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.19                 app-text/ghostscript-gpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	29 Oct 2007 17:14:38 -0000	1.18
+++ ChangeLog	29 Oct 2007 18:09:22 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/ghostscript-gpl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.18 2007/10/29 17:14:38 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.19 2007/10/29 18:09:22 dang Exp $
+
+  29 Oct 2007; Daniel Gryniewicz <dang@gentoo.org>
+  ghostscript-gpl-8.60.ebuild:
+  Marked stable on amd64 for bug #197346
 
   29 Oct 2007; Ferris McCormick <fmccor@gentoo.org>
   ghostscript-gpl-8.60.ebuild:



1.5                  app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?r1=1.4&r2=1.5

Index: ghostscript-gpl-8.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ghostscript-gpl-8.60.ebuild	29 Oct 2007 17:14:38 -0000	1.4
+++ ghostscript-gpl-8.60.ebuild	29 Oct 2007 18:09:22 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.4 2007/10/29 17:14:38 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.5 2007/10/29 18:09:22 dang Exp $
 
 inherit autotools elisp-common eutils versionator flag-o-matic
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2 CPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~sh sparc ~x86 ~x86-fbsd"
 IUSE="bindist cjk cups djvu gtk jpeg2k X"
 
 COMMON_DEPEND="media-libs/fontconfig



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ChangeLog ghostscript-gpl-8.60.ebuild
@ 2007-10-31  3:38 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2007-10-31  3:38 UTC (permalink / raw
  To: gentoo-commits

jer         07/10/31 03:38:07

  Modified:             ChangeLog ghostscript-gpl-8.60.ebuild
  Log:
  Stable for HPPA (bug #197346).
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.20                 app-text/ghostscript-gpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	29 Oct 2007 18:09:22 -0000	1.19
+++ ChangeLog	31 Oct 2007 03:38:06 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ghostscript-gpl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.19 2007/10/29 18:09:22 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.20 2007/10/31 03:38:06 jer Exp $
+
+  31 Oct 2007; Jeroen Roovers <jer@gentoo.org> ghostscript-gpl-8.60.ebuild:
+  Stable for HPPA (bug #197346).
 
   29 Oct 2007; Daniel Gryniewicz <dang@gentoo.org>
   ghostscript-gpl-8.60.ebuild:



1.6                  app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?r1=1.5&r2=1.6

Index: ghostscript-gpl-8.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ghostscript-gpl-8.60.ebuild	29 Oct 2007 18:09:22 -0000	1.5
+++ ghostscript-gpl-8.60.ebuild	31 Oct 2007 03:38:06 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.5 2007/10/29 18:09:22 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.6 2007/10/31 03:38:06 jer Exp $
 
 inherit autotools elisp-common eutils versionator flag-o-matic
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2 CPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ppc ~sh sparc ~x86 ~x86-fbsd"
 IUSE="bindist cjk cups djvu gtk jpeg2k X"
 
 COMMON_DEPEND="media-libs/fontconfig



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ChangeLog ghostscript-gpl-8.60.ebuild
@ 2007-11-01 13:13 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-11-01 13:13 UTC (permalink / raw
  To: gentoo-commits

opfer       07/11/01 13:13:59

  Modified:             ChangeLog ghostscript-gpl-8.60.ebuild
  Log:
  stable x86, bug 197346
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.21                 app-text/ghostscript-gpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	31 Oct 2007 03:38:06 -0000	1.20
+++ ChangeLog	1 Nov 2007 13:13:58 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/ghostscript-gpl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.20 2007/10/31 03:38:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.21 2007/11/01 13:13:58 opfer Exp $
+
+  01 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
+  ghostscript-gpl-8.60.ebuild:
+  stable x86, bug 197346
 
   31 Oct 2007; Jeroen Roovers <jer@gentoo.org> ghostscript-gpl-8.60.ebuild:
   Stable for HPPA (bug #197346).



1.7                  app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?r1=1.6&r2=1.7

Index: ghostscript-gpl-8.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ghostscript-gpl-8.60.ebuild	31 Oct 2007 03:38:06 -0000	1.6
+++ ghostscript-gpl-8.60.ebuild	1 Nov 2007 13:13:58 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.6 2007/10/31 03:38:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.7 2007/11/01 13:13:58 opfer Exp $
 
 inherit autotools elisp-common eutils versionator flag-o-matic
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2 CPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ~ppc ~sh sparc x86 ~x86-fbsd"
 IUSE="bindist cjk cups djvu gtk jpeg2k X"
 
 COMMON_DEPEND="media-libs/fontconfig



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ChangeLog ghostscript-gpl-8.60.ebuild
@ 2007-11-02 23:45 Lars Weiler (pylon)
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Weiler (pylon) @ 2007-11-02 23:45 UTC (permalink / raw
  To: gentoo-commits

pylon       07/11/02 23:45:43

  Modified:             ChangeLog ghostscript-gpl-8.60.ebuild
  Log:
  stable ppc, bug #197346
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.23                 app-text/ghostscript-gpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	2 Nov 2007 20:39:17 -0000	1.22
+++ ChangeLog	2 Nov 2007 23:45:42 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/ghostscript-gpl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.22 2007/11/02 20:39:17 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.23 2007/11/02 23:45:42 pylon Exp $
+
+  02 Nov 2007; Lars Weiler <pylon@gentoo.org> ghostscript-gpl-8.60.ebuild:
+  stable ppc, bug #197346
 
 *ghostscript-gpl-8.60-r1 (02 Nov 2007)
 *ghostscript-gpl-8.57-r1 (02 Nov 2007)



1.8                  app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild?r1=1.7&r2=1.8

Index: ghostscript-gpl-8.60.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ghostscript-gpl-8.60.ebuild	1 Nov 2007 13:13:58 -0000	1.7
+++ ghostscript-gpl-8.60.ebuild	2 Nov 2007 23:45:42 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.7 2007/11/01 13:13:58 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.60.ebuild,v 1.8 2007/11/02 23:45:42 pylon Exp $
 
 inherit autotools elisp-common eutils versionator flag-o-matic
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2 CPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm hppa ppc ~sh sparc x86 ~x86-fbsd"
 IUSE="bindist cjk cups djvu gtk jpeg2k X"
 
 COMMON_DEPEND="media-libs/fontconfig



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-02 23:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01 13:13 [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ChangeLog ghostscript-gpl-8.60.ebuild Christian Faulhammer (opfer)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-02 23:45 Lars Weiler (pylon)
2007-10-31  3:38 Jeroen Roovers (jer)
2007-10-29 18:09 Daniel Gryniewicz (dang)
2007-10-29 17:14 Ferris McCormick (fmccor)
2007-10-23 21:19 Timo Gurr (tgurr)
2007-10-17 22:00 Timo Gurr (tgurr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox