Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 287760

Summary: New ebuild: dev-java/hamcrest-generator
Product: Gentoo Linux Reporter: Daniel Solano Gómez <gentoo>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: InOverlay
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 205489, 287763, 287775    
Attachments: The new ebuild.
Patch that keeps the source out of the created JAR file.
Updated ebuild.
Patch to remove jarjar stuff from build.xml

Description Daniel Solano Gómez 2009-10-05 13:50:49 UTC
The first in a series of new hamcrest ebuilds.  This ebuild provides the source generator used by hamcrest-core and hamcrest-library.
Comment 1 Daniel Solano Gómez 2009-10-05 13:51:53 UTC
Created attachment 206097 [details]
The new ebuild.
Comment 2 Daniel Solano Gómez 2009-10-05 13:52:29 UTC
Created attachment 206099 [details, diff]
Patch that keeps the source out of the created JAR file.
Comment 3 Daniel Solano Gómez 2009-11-03 23:17:31 UTC
Created attachment 209169 [details]
Updated ebuild.

In this updated ebuild:
1. I remove the jarjar stuff from build.xml, so now hamcrest-core depends on qdox.
2. Added dependency on findutils
Comment 4 Daniel Solano Gómez 2009-11-03 23:18:08 UTC
Created attachment 209171 [details, diff]
Patch to remove jarjar stuff from build.xml
Comment 5 Daniel Solano Gómez 2009-11-03 23:19:19 UTC
Added to java-experimental overlay.
Comment 6 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-06-15 19:55:08 UTC
+  15 Jun 2013; Tom Wijsman <TomWij@gentoo.org>
+  +files/hamcrest-1.2-no_source_in_jar.patch,
+  +files/hamcrest-generator-1.2-no_jarjar.patch,
+  +files/hamcrest-generator-1.3-no_jarjar.patch, +hamcrest-generator-1.2.ebuild,
+  +hamcrest-generator-1.3.ebuild, +metadata.xml:
+  Added dev-java/hamcrest-generator-{1.2,1.3} to the Portage tree, dependency of
+  hamcrest-core-{1.2,1.3} which is a dependency of the new junit. Fixes bug
+  #287760.
Comment 7 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-06-15 19:55:26 UTC
Sorry for the late addition to the Portage tree, thank you for your contribution.