Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287760 - New ebuild: dev-java/hamcrest-generator
Summary: New ebuild: dev-java/hamcrest-generator
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:
Blocks: 205489 287763 287775
  Show dependency tree
 
Reported: 2009-10-05 13:50 UTC by Daniel Solano Gómez
Modified: 2013-06-15 19:55 UTC (History)
0 users

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


Attachments
The new ebuild. (hamcrest-generator-1.2.ebuild,1.23 KB, text/plain)
2009-10-05 13:51 UTC, Daniel Solano Gómez
Details
Patch that keeps the source out of the created JAR file. (hamcrest-1.2-no_source_in_jar.patch,582 bytes, patch)
2009-10-05 13:52 UTC, Daniel Solano Gómez
Details | Diff
Updated ebuild. (hamcrest-generator-1.2.ebuild,1.34 KB, text/plain)
2009-11-03 23:17 UTC, Daniel Solano Gómez
Details
Patch to remove jarjar stuff from build.xml (hamcrest-generator-1.2-no_jarjar.patch,1009 bytes, patch)
2009-11-03 23:18 UTC, Daniel Solano Gómez
Details | Diff

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: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.