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

Bug 287763

Summary: Version bump: dev-java/hamcrest-core-1.2
Product: Gentoo Linux Reporter: Quetzaly 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: 287757, 287760    
Bug Blocks: 205489, 287775, 287777    
Attachments: New hamcrest-core ebuild.
Keeps the generator target from doing anything.
Keeps source out of JAR files.
Allows Javadocs to be created for hamcrest-core.
Updated ebuild

Description Quetzaly Solano Gómez 2009-10-05 13:56:13 UTC
This ebuild bumps hamcrest-core to version 1.2.  Note that 1.2 is not compatible with version 1.1, so it has been given a slot.
Comment 1 Quetzaly Solano Gómez 2009-10-05 13:57:09 UTC
Created attachment 206101 [details]
New hamcrest-core ebuild.
Comment 2 Quetzaly Solano Gómez 2009-10-05 13:57:48 UTC
Created attachment 206103 [details, diff]
Keeps the generator target from doing anything.
Comment 3 Quetzaly Solano Gómez 2009-10-05 14:07:23 UTC
Created attachment 206104 [details, diff]
Keeps source out of JAR files.
Comment 4 Quetzaly Solano Gómez 2009-10-05 14:07:48 UTC
Created attachment 206105 [details, diff]
Allows Javadocs to be created for hamcrest-core.
Comment 5 Quetzaly Solano Gómez 2009-11-03 23:22:49 UTC
Created attachment 209174 [details]
Updated ebuild

Updated ebuild with the following changes:
1. Added dependency on findutils
2. Changed build logic to reflect that qdox is no longer bundled into hamcrest-generator
3. Remove local Javadoc link logic as it will soon be generalised into an eclass
Comment 6 Quetzaly Solano Gómez 2009-11-03 23:23:16 UTC
Added to java-experimental overlay.
Comment 7 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-06-15 21:00:33 UTC
+  15 Jun 2013; Tom Wijsman <TomWij@gentoo.org>
+  +files/hamcrest-1.2-empty_generator.patch,
+  +files/hamcrest-1.2-no_source_in_jar.patch,
+  +files/hamcrest-1.3-empty_generator.patch,
+  +files/hamcrest-core-1.2-fix_javadoc.patch,
+  +files/hamcrest-core-1.3-fix_javadoc.patch, +hamcrest-core-1.2.ebuild,
+  +hamcrest-core-1.3.ebuild:
+  Version bump to 1.2 and 1.3, needed for new junit. Fixes bug #287763,
+  contributed by Daniel Solano Gómez.