public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/itext: itext-1.4.8.ebuild itext-2.0.6.ebuild ChangeLog itext-2.0.4.ebuild itext-2.0.5.ebuild
@ 2007-10-12 21:43 William Thomson (wltjr)
  0 siblings, 0 replies; only message in thread
From: William Thomson (wltjr) @ 2007-10-12 21:43 UTC (permalink / raw
  To: gentoo-commits

wltjr       07/10/12 21:43:49

  Modified:             itext-1.4.8.ebuild itext-2.0.6.ebuild ChangeLog
                        itext-2.0.4.ebuild itext-2.0.5.ebuild
  Log:
  amd64 stable, bug #194836. Added quotes.
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.8                  dev-java/itext/itext-1.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild?r1=1.7&r2=1.8

Index: itext-1.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- itext-1.4.8.ebuild	4 Feb 2007 15:32:13 -0000	1.7
+++ itext-1.4.8.ebuild	12 Oct 2007 21:43:48 -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/dev-java/itext/itext-1.4.8.ebuild,v 1.7 2007/02/04 15:32:13 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild,v 1.8 2007/10/12 21:43:48 wltjr Exp $
 
 inherit java-pkg-2 java-ant-2
 
@@ -19,15 +19,15 @@
 	source? ( app-arch/zip )"
 RDEPEND=">=virtual/jre-1.4"
 
-S=${WORKDIR}
+S="${WORKDIR}"
 
 src_unpack() {
-	mkdir ${WORKDIR}/src && cd ${WORKDIR}/src
+	mkdir "${WORKDIR}"/src && cd "${WORKDIR}"/src
 	unpack ${PN}-src-${PV}.tar.gz
 }
 
 src_compile() {
-	cd ${WORKDIR}/src
+	cd "${WORKDIR}"/src
 	eant jar $(use_doc)
 }
 



1.2                  dev-java/itext/itext-2.0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild?r1=1.1&r2=1.2

Index: itext-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- itext-2.0.6.ebuild	5 Oct 2007 18:15:48 -0000	1.1
+++ itext-2.0.6.ebuild	12 Oct 2007 21:43:48 -0000	1.2
@@ -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/dev-java/itext/itext-2.0.6.ebuild,v 1.1 2007/10/05 18:15:48 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild,v 1.2 2007/10/12 21:43:48 wltjr Exp $
 
 JAVA_PKG_IUSE="doc source"
 
@@ -39,7 +39,7 @@
 		cp "${DISTDIR}/${ASIANJAR}" "${DISTDIR}/${ASIANCMAPSJAR}" "${S}" || die "Could not copy asian fonts"
 	fi
 
-	epatch ${FILESDIR}/2.0.2-site_xml.patch
+	epatch "${FILESDIR}"/2.0.2-site_xml.patch
 	java-ant_bsfix_files ant/*.xml || die "failed to rewrite build xml files"
 
 	mkdir -p "${WORKDIR}/lib" || die "Failed to create ${WORKDIR}/lib"



1.56                 dev-java/itext/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/itext/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	5 Oct 2007 18:15:48 -0000	1.55
+++ ChangeLog	12 Oct 2007 21:43:48 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/itext
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/ChangeLog,v 1.55 2007/10/05 18:15:48 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/ChangeLog,v 1.56 2007/10/12 21:43:48 wltjr Exp $
+
+  12 Oct 2007; William L. Thomson Jr. <wltjr@gentoo.org> itext-1.4.8.ebuild,
+  itext-2.0.4.ebuild, itext-2.0.5.ebuild, itext-2.0.6.ebuild:
+  amd64 stable, bug #194836. Added quotes.
 
 *itext-2.0.6 (05 Oct 2007)
 



1.9                  dev-java/itext/itext-2.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild?r1=1.8&r2=1.9

Index: itext-2.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- itext-2.0.4.ebuild	5 Oct 2007 07:38:20 -0000	1.8
+++ itext-2.0.4.ebuild	12 Oct 2007 21:43:48 -0000	1.9
@@ -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/dev-java/itext/itext-2.0.4.ebuild,v 1.8 2007/10/05 07:38:20 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild,v 1.9 2007/10/12 21:43:48 wltjr Exp $
 
 JAVA_PKG_IUSE="doc source"
 
@@ -40,8 +40,8 @@
 	fi
 
 #	epatch ${FILESDIR}/2.0.2-compile_xml.patch
-	epatch ${FILESDIR}/2.0.2-site_xml.patch
-	epatch ${FILESDIR}/2.0-ImageIO.patch
+	epatch "${FILESDIR}"/2.0.2-site_xml.patch
+	epatch "${FILESDIR}"/2.0-ImageIO.patch
 	java-ant_bsfix_files ant/*.xml || die "failed to rewrite build xml files"
 
 	mkdir -p "${WORKDIR}/lib" || die



1.2                  dev-java/itext/itext-2.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild?r1=1.1&r2=1.2

Index: itext-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- itext-2.0.5.ebuild	9 Sep 2007 19:48:29 -0000	1.1
+++ itext-2.0.5.ebuild	12 Oct 2007 21:43:48 -0000	1.2
@@ -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/dev-java/itext/itext-2.0.5.ebuild,v 1.1 2007/09/09 19:48:29 wltjr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild,v 1.2 2007/10/12 21:43:48 wltjr Exp $
 
 JAVA_PKG_IUSE="doc source"
 
@@ -17,7 +17,7 @@
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="cjk"
 
 BCV="1.37"
@@ -39,7 +39,7 @@
 		cp "${DISTDIR}/${ASIANJAR}" "${DISTDIR}/${ASIANCMAPSJAR}" "${S}" || die "Could not copy asian fonts"
 	fi
 
-	epatch ${FILESDIR}/2.0.2-site_xml.patch
+	epatch "${FILESDIR}"/2.0.2-site_xml.patch
 	java-ant_bsfix_files ant/*.xml || die "failed to rewrite build xml files"
 
 	mkdir -p "${WORKDIR}/lib" || die "Failed to create ${WORKDIR}/lib"



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-12 21:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-12 21:43 [gentoo-commits] gentoo-x86 commit in dev-java/itext: itext-1.4.8.ebuild itext-2.0.6.ebuild ChangeLog itext-2.0.4.ebuild itext-2.0.5.ebuild William Thomson (wltjr)

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