Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74996 - dev-java/jgoodies-looks can be built from source
Summary: dev-java/jgoodies-looks can be built from source
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL: http://www.jgoodies.com
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-19 18:12 UTC by Saleem Abdulrasool (RETIRED)
Modified: 2005-01-05 15:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
plastic.txt (plastic.txt,308 bytes, text/plain)
2004-12-19 18:14 UTC, Saleem Abdulrasool (RETIRED)
Details
build.xml (build.xml,2.91 KB, text/plain)
2004-12-19 18:14 UTC, Saleem Abdulrasool (RETIRED)
Details
jgoodies-looks-1.2.2.ebuild (jgoodies-looks-1.2.2.ebuild,991 bytes, text/plain)
2004-12-19 18:14 UTC, Saleem Abdulrasool (RETIRED)
Details
jgoodies-looks-1.2.2.ebuild (jgoodies-looks-1.2.2.ebuild,1.00 KB, text/plain)
2004-12-19 18:57 UTC, Saleem Abdulrasool (RETIRED)
Details
build.xml (build.xml,2.97 KB, text/plain)
2004-12-22 10:24 UTC, Saleem Abdulrasool (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Saleem Abdulrasool (RETIRED) gentoo-dev 2004-12-19 18:12:59 UTC
JGoodies look and feel should be built from source

Reproducible: Always
Steps to Reproduce:
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2004-12-19 18:14:00 UTC
Created attachment 46383 [details]
plastic.txt
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2004-12-19 18:14:20 UTC
Created attachment 46384 [details]
build.xml
Comment 3 Saleem Abdulrasool (RETIRED) gentoo-dev 2004-12-19 18:14:56 UTC
Created attachment 46385 [details]
jgoodies-looks-1.2.2.ebuild
Comment 4 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-19 18:45:18 UTC
the ebuild uses jikes to compile the project if the jikes useflags is set. DEPEND should reflect this, i.e. this has to be changed:

DEPEND=">=virtual/jre-1.4
>=dev-java/ant-core-1.4
app-arch/unzip"

into:

DEPEND=">=virtual/jre-1.4
>=dev-java/ant-core-1.4
app-arch/unzip
jikes? ( >=dev-java/jikes-1.21 )"


for example
Comment 5 Saleem Abdulrasool (RETIRED) gentoo-dev 2004-12-19 18:57:12 UTC
Created attachment 46390 [details]
jgoodies-looks-1.2.2.ebuild

Feel free to kill me for that stupid mistake (I swear I had that in the
dependencies :\)
Comment 6 Saleem Abdulrasool (RETIRED) gentoo-dev 2004-12-22 10:24:55 UTC
Created attachment 46642 [details]
build.xml
Comment 7 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-05 15:57:00 UTC
now in the portage tree. fixed. :)