Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90040 - commons-math-1.0 (New Package)
Summary: commons-math-1.0 (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://overlays.gentoo.org/svn/proj/...
Whiteboard:
Keywords: EBUILD, InOverlay
Depends on:
Blocks:
 
Reported: 2005-04-22 08:27 UTC by Justin Clark
Modified: 2009-11-03 08:56 UTC (History)
4 users (show)

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


Attachments
Ebuild for commons-math-1.0 (commons-math-1.0.ebuild,1.90 KB, text/plain)
2005-04-22 08:28 UTC, Justin Clark
Details
Updated ebuild for commons-math 1.0 (commons-math-1.0.ebuild,1.85 KB, text/plain)
2005-04-23 07:34 UTC, Justin Clark
Details
commons-math-1.0.ebuild (commons-math-1.0.ebuild,1.54 KB, text/plain)
2005-05-23 06:30 UTC, Josh Nichols (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Clark 2005-04-22 08:27:13 UTC
Please find attached an ebuild for commons-math 1.0, a member of Apache's Jakarta project. This is a very useful library which to quote the Apache website "... is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language."

This ebuild depends on dev-java/commons-discovery and dev-java/commons-logging. I would suggest placing this ebuild in dev-java/commons-math.

Justin Clark
Comment 1 Justin Clark 2005-04-22 08:28:10 UTC
Created attachment 56927 [details]
Ebuild for commons-math-1.0
Comment 2 Justin Clark 2005-04-23 07:33:19 UTC
Attached below is a fixed version of the ebuild (i'm new to ebuilds). I've modified the dependencies and the header.
Comment 3 Justin Clark 2005-04-23 07:34:33 UTC
Created attachment 57001 [details]
Updated ebuild for commons-math 1.0
Comment 4 Josh Nichols (RETIRED) gentoo-dev 2005-05-23 06:30:39 UTC
Created attachment 59626 [details]
commons-math-1.0.ebuild

Looks good for the most part, but I have a few changes.

* src_compile and src_install start out in ${S}, so this should be defined as
the source directory, which in this case is ${WORKDIR}/${P}. This is the
default value, so it doesn't need to be defined explicitly.
* added dev-java/ant-tasks as a dependency to junit?, so that junit tests will
always run if junit is present in the use flags
* changed src_install to use newjar. This is a new function which is similar to
dojar, except it will install a jar to a particular filename.
Comment 5 Josh Nichols (RETIRED) gentoo-dev 2006-04-18 14:30:43 UTC
This is currently living in SVN here:
https://svn.gentooexperimental.org/svn/java/gentoo-java-experimental/dev-java/commons-math
Comment 6 Petteri Räty (RETIRED) gentoo-dev 2007-05-15 22:44:26 UTC
Current url:
https://overlays.gentoo.org/svn/proj/java/java-overlay/dev-java/commons-math
Comment 7 Petteri Räty (RETIRED) gentoo-dev 2009-11-03 08:56:36 UTC
*commons-math-2.0 (02 Oct 2009)
*commons-math-1.2 (02 Oct 2009)

  02 Oct 2009; Andrey Kislyuk <weaver@gentoo.org> +metadata.xml,
  +commons-math-1.2.ebuild, +commons-math-2.0.ebuild:
  Import from Java overlay and rewrite