First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 85928
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Vibhav Garg (RETIRED) <vgarg@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
batik-1.5.1-r3.ebuild.patch Removes dependency on fop patch Vibhav Garg (RETIRED) 2005-03-19 12:28 0000 811 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 85928 depends on: Show dependency tree
Bug 85928 blocks: 63262
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-19 11:42 0000
It seems that batik dosent need fop to compile. We can therefore remove fop as
a dependency which would help us build a source version of fop(as it depends on
batik)

------- Comment #1 From Vibhav Garg (RETIRED) 2005-03-19 12:28:55 0000 -------
Created an attachment (id=53879) [details]
Removes dependency on fop

Also adds ~amd64 as keyword, and fixes bug where the max heap size is set to
256m in every case.

------- Comment #2 From Vibhav Garg (RETIRED) 2005-03-19 12:31:31 0000 -------
(From update of attachment 53879 [details])
>--- batik-1.5.1-r3.ebuild.orig	2005-03-19 14:22:29.000000000 -0600
>+++ batik-1.5.1-r3.ebuild	2005-03-19 14:24:21.000000000 -0600
>@@ -10,14 +10,13 @@
> IUSE="doc"
> DEPEND=">=virtual/jdk-1.3
> 		=dev-java/rhino-1.5*
>-		dev-java/fop
> 		app-arch/unzip
> 		>=dev-java/xerces-2.6.2-r1
> 		dev-java/ant"
> RDEPEND=">=virtual/jdk-1.3"
> LICENSE="Apache-1.1"
> SLOT="0"
>-KEYWORDS="x86 ~sparc ~ppc"
>+KEYWORDS="x86 ~amd64 ~sparc ~ppc"
> 
> S=${WORKDIR}/xml-batik
> 
>@@ -27,7 +26,6 @@
> 	rm -f *.jar
> 	java-pkg_jar-from xerces-2
> 	java-pkg_jar-from rhino-1.5
>-	java-pkg_jar-from fop
> }
> 
> src_compile() {
>@@ -37,8 +35,8 @@
> 		ewarn "Your system has less than 256MB of RAM, continuing anyways."
> 		echo
> 
>-		export ANT_OPTS=-Xmx256m
> 	fi
>+		export ANT_OPTS=-Xmx256m
> 
> 	local antflags="jars"
> 	ant ${antflags} || die "compile problem"

------- Comment #3 From Jan Brinkmann (RETIRED) 2005-03-19 15:58:29 0000 -------
fixed in cvs , thanks

------- Comment #4 From Jan Brinkmann (RETIRED) 2005-03-19 15:58:54 0000 -------
this time i'm going to mark it as fixed ;)

First Last Prev Next    No search results available      Search page      Enter new bug