public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/fop: fop-0.95.ebuild ChangeLog
@ 2012-10-18  8:40 Christoph Junghans (ottxor)
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans (ottxor) @ 2012-10-18  8:40 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/10/18 08:40:33

  Modified:             fop-0.95.ebuild ChangeLog
  Log:
  added prefix support (bug #435376)
  
  (Portage version: 2.2.0_alpha140/cvs/Linux i686, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.7                  dev-java/fop/fop-0.95.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-0.95.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-0.95.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/fop-0.95.ebuild?r1=1.6&r2=1.7

Index: fop-0.95.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fop/fop-0.95.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fop-0.95.ebuild	31 Dec 2011 15:33:32 -0000	1.6
+++ fop-0.95.ebuild	18 Oct 2012 08:40:33 -0000	1.7
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-0.95.ebuild,v 1.6 2011/12/31 15:33:32 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/fop-0.95.ebuild,v 1.7 2012/10/18 08:40:33 ottxor Exp $
 
 # TODO: if 'doc' use flag is used then should build also extra docs ('docs' ant target), currently it cannot
 #       be built as it needs forrest which we do not have
 # TODO: package and use optional dependency jeuclid
 
-EAPI=2
+EAPI=4
 JAVA_PKG_IUSE="doc examples source"
 WANT_ANT_TASKS="ant-trax"
 
@@ -19,7 +19,7 @@
 SLOT="0"
 # doesn't work with java.awt.headless
 RESTRICT="test"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="hyphenation jai jimi"
 
 COMMON_DEPEND="
@@ -75,7 +75,7 @@
 src_compile() {
 	# because I killed the automagic tests; all our JDK's have JCE
 	local af="-Djdk14.present=true -Djce.present=true"
-	use hyphenation && af="${af} -Duser.hyph.dir=/usr/share/offo-hyphenation/hyph/"
+	use hyphenation && af="${af} -Duser.hyph.dir=${EPREFIX}/usr/share/offo-hyphenation/hyph/"
 	use jai && af="${af} -Djai.present=true"
 	use jimi && af="${af} -Djimi.present=true"
 
@@ -95,13 +95,13 @@
 	if use hyphenation; then
 		java-pkg_dojar build/fop-hyph.jar
 		insinto /usr/share/${PN}/
-		doins -r hyph || die
+		doins -r hyph
 	fi
 
 	# doesn't support everything upstream launcher does...
 	java-pkg_dolauncher ${PN} --main org.apache.fop.cli.Main
 
-	dodoc NOTICE README || die
+	dodoc NOTICE README
 
 	use doc && java-pkg_dojavadoc build/javadocs
 	use examples && java-pkg_doexamples examples/* conf



1.69                 dev-java/fop/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/fop/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	31 Dec 2011 15:33:32 -0000	1.68
+++ ChangeLog	18 Oct 2012 08:40:33 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for dev-java/fop
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.68 2011/12/31 15:33:32 sera Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fop/ChangeLog,v 1.69 2012/10/18 08:40:33 ottxor Exp $
+
+  18 Oct 2012; Christoph Junghans <ottxor@gentoo.org> fop-0.95.ebuild:
+  added prefix support (bug #435376)
 
   31 Dec 2011; Ralph Sennhauser <sera@gentoo.org> fop-0.95.ebuild:
   Drop ia64 support #345433
@@ -244,4 +247,3 @@
   25 Feb 2004; Dylan Carlson <absinthe@gentoo.org> fop-0.20.5.ebuild,
   metadata.xml:
   New package.  Closes #21475.
-





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

only message in thread, other threads:[~2012-10-18  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18  8:40 [gentoo-commits] gentoo-x86 commit in dev-java/fop: fop-0.95.ebuild ChangeLog Christoph Junghans (ottxor)

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