Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287777 - New ebuild: dev-java/hamcrest-integration
Summary: New ebuild: dev-java/hamcrest-integration
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: EBUILD, InOverlay
Depends on: 287763
Blocks: 205489
  Show dependency tree
 
Reported: 2009-10-05 14:26 UTC by Daniel Solano Gómez
Modified: 2014-03-02 16:26 UTC (History)
1 user (show)

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


Attachments
New ebuild. (hamcrest-integration-1.2.ebuild,3.47 KB, text/plain)
2009-10-05 14:31 UTC, Daniel Solano Gómez
Details
Causes core target to do nothing. (hamcrest-1.2-empty_core.patch,1.28 KB, patch)
2009-10-05 14:31 UTC, Daniel Solano Gómez
Details | Diff
Causes generator target to do nothing. (hamcrest-1.2-empty_generator.patch,1.21 KB, patch)
2009-10-05 14:31 UTC, Daniel Solano Gómez
Details | Diff
Causes library target to do nothing. (hamcrest-1.2-empty_library.patch,1.45 KB, patch)
2009-10-05 14:32 UTC, Daniel Solano Gómez
Details | Diff
Keeps source from being included in JAR file. (hamcrest-1.2-no_source_in_jar.patch,582 bytes, patch)
2009-10-05 14:32 UTC, Daniel Solano Gómez
Details | Diff
Fixes to allow creation of Javadoc. (hamcrest-integration-1.2-fix_javadoc.patch,1.27 KB, patch)
2009-10-05 14:33 UTC, Daniel Solano Gómez
Details | Diff
Updated ebuild. (hamcrest-integration-1.2.ebuild,2.07 KB, text/plain)
2009-11-03 23:29 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 14:26:49 UTC
New ebuild that integrate hamcrest with other testing frameworks, namely jmock, easymock, and testng.

Note that this ebuild depends on the dev-java/easymock which exists only in java-overlay.
Comment 1 Daniel Solano Gómez 2009-10-05 14:31:11 UTC
Created attachment 206115 [details]
New ebuild.
Comment 2 Daniel Solano Gómez 2009-10-05 14:31:30 UTC
Created attachment 206117 [details, diff]
Causes core target to do nothing.
Comment 3 Daniel Solano Gómez 2009-10-05 14:31:44 UTC
Created attachment 206118 [details, diff]
Causes generator target to do nothing.
Comment 4 Daniel Solano Gómez 2009-10-05 14:32:09 UTC
Created attachment 206120 [details, diff]
Causes library target to do nothing.
Comment 5 Daniel Solano Gómez 2009-10-05 14:32:42 UTC
Created attachment 206121 [details, diff]
Keeps source from being included in JAR file.
Comment 6 Daniel Solano Gómez 2009-10-05 14:33:07 UTC
Created attachment 206122 [details, diff]
Fixes to allow creation of Javadoc.
Comment 7 Daniel Solano Gómez 2009-11-03 23:29:00 UTC
Created attachment 209177 [details]
Updated ebuild.

New ebuild that:
1. Adds dependency on findutils
2. Removes local Javadoc link logic
3. Slightly modifies how dependencies are specified
Comment 8 Daniel Solano Gómez 2009-11-03 23:29:20 UTC
Added to java-experimental overlay.
Comment 9 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2014-03-02 16:26:34 UTC
+  02 Mar 2014; Johann Schmitz <ercpe@gentoo.org>
+  +files/1.1-remove-targets.patch, +files/1.2-remove-targets.patch,
+  +files/1.3-remove-targets.patch, +hamcrest-integration-1.1.ebuild,
+  +hamcrest-integration-1.2.ebuild, +hamcrest-integration-1.3.ebuild,
+  +metadata.xml:
+  New ebuild for hamcrest-integration in all slots (:0, :1.2 and :1.3) wrt bug
+  #287777.  This commit also solves bug #205489.