Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287763 - Version bump: dev-java/hamcrest-core-1.2
Summary: Version bump: dev-java/hamcrest-core-1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: InOverlay
Depends on: 287757 287760
Blocks: 205489 287775 287777
  Show dependency tree
 
Reported: 2009-10-05 13:56 UTC by Daniel Solano Gómez
Modified: 2013-06-15 21:00 UTC (History)
0 users

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


Attachments
New hamcrest-core ebuild. (hamcrest-core-1.2.ebuild,1.90 KB, text/plain)
2009-10-05 13:57 UTC, Daniel Solano Gómez
Details
Keeps the generator target from doing anything. (hamcrest-1.2-empty_generator.patch,1.21 KB, patch)
2009-10-05 13:57 UTC, Daniel Solano Gómez
Details | Diff
Keeps source out of JAR files. (hamcrest-1.2-no_source_in_jar.patch,582 bytes, patch)
2009-10-05 14:07 UTC, Daniel Solano Gómez
Details | Diff
Allows Javadocs to be created for hamcrest-core. (hamcrest-core-1.2-fix_javadoc.patch,1.48 KB, patch)
2009-10-05 14:07 UTC, Daniel Solano Gómez
Details | Diff
Updated ebuild (hamcrest-core-1.2.ebuild,1.59 KB, text/plain)
2009-11-03 23:22 UTC, Daniel Solano Gómez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel 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 Daniel Solano Gómez 2009-10-05 13:57:09 UTC
Created attachment 206101 [details]
New hamcrest-core ebuild.
Comment 2 Daniel Solano Gómez 2009-10-05 13:57:48 UTC
Created attachment 206103 [details, diff]
Keeps the generator target from doing anything.
Comment 3 Daniel Solano Gómez 2009-10-05 14:07:23 UTC
Created attachment 206104 [details, diff]
Keeps source out of JAR files.
Comment 4 Daniel 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 Daniel 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 Daniel 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.