Bug 74996 - dev-java/jgoodies-looks can be built from source
Bug#: 74996 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: compnerd@gentoo.org
Component: Ebuilds
URL:  http://www.jgoodies.com
Summary: dev-java/jgoodies-looks can be built from source
Keywords:  
Status Whiteboard: 
Opened: 2004-12-19 18:12 0000
Description:   Opened: 2004-12-19 18:12 0000
JGoodies look and feel should be built from source

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Saleem Abdulrasool (RETIRED) 2004-12-19 18:14:00 0000 -------
Created an attachment (id=46383) [details]
plastic.txt

------- Comment #2 From Saleem Abdulrasool (RETIRED) 2004-12-19 18:14:20 0000 -------
Created an attachment (id=46384) [details]
build.xml

------- Comment #3 From Saleem Abdulrasool (RETIRED) 2004-12-19 18:14:56 0000 -------
Created an attachment (id=46385) [details]
jgoodies-looks-1.2.2.ebuild

------- Comment #4 From Jan Brinkmann (RETIRED) 2004-12-19 18:45:18 0000 -------
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 From Saleem Abdulrasool (RETIRED) 2004-12-19 18:57:12 0000 -------
Created an attachment (id=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 From Saleem Abdulrasool (RETIRED) 2004-12-22 10:24:55 0000 -------
Created an attachment (id=46642) [details]
build.xml

------- Comment #7 From Jan Brinkmann (RETIRED) 2005-01-05 15:57:00 0000 -------
now in the portage tree. fixed. :)