Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268422 - Ebuild request: dev-java/derby
Summary: Ebuild request: dev-java/derby
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 237562 349341
  Show dependency tree
 
Reported: 2009-05-03 12:49 UTC by Miroslav Šulc
Modified: 2014-03-01 18:57 UTC (History)
2 users (show)

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


Attachments
new ebuild (derby-10.5.1.1.ebuild,991 bytes, text/plain)
2009-08-13 10:40 UTC, Kyle Cavin
Details
updated ebuild (derby-10.5.1.1.ebuild,952 bytes, text/plain)
2009-08-13 13:44 UTC, Kyle Cavin
Details
removed ant dep (derby-10.5.1.1.ebuild,927 bytes, text/plain)
2009-08-13 13:56 UTC, Kyle Cavin
Details
ebuild for version 10.7.1.1 (derby-10.7.1.1.ebuild,1.22 KB, text/plain)
2011-02-21 23:09 UTC, Joe Sapp (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Šulc gentoo-dev 2009-05-03 12:49:20 UTC
Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java.

Homepage: http://db.apache.org/derby/
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2009-05-31 11:29:19 UTC
Something old is in java-experimental. 
Comment 2 Kyle Cavin 2009-08-13 10:40:57 UTC
Created attachment 201116 [details]
new ebuild
Comment 3 Alistair Bush (RETIRED) gentoo-dev 2009-08-13 11:09:35 UTC
Feedback on ebuild

Please inherit from java-pkg-2 java-ant-2
remove ant dep.  java-ant-2 handles that.

src_compile() {
    eant  buildsource buildjars $(use_doc javadoc)
}

otherwise good work :)

Thanks
Comment 4 Kyle Cavin 2009-08-13 13:44:43 UTC
Created attachment 201129 [details]
updated ebuild
Comment 5 Kyle Cavin 2009-08-13 13:56:34 UTC
Created attachment 201130 [details]
removed ant dep
Comment 6 Joe Sapp (RETIRED) gentoo-dev 2011-02-21 23:09:46 UTC
Created attachment 263379 [details]
ebuild for version 10.7.1.1

Honors LINGUAS, though probably could be a little more precise if desired (for example, zh_CN and zh_TW are options in derby, but this ebuild installs both when 'zh' is in LINGUAS).
Comment 7 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2014-03-01 18:57:30 UTC
Thanks for your contribution. I bumped your ebuild to the latest version and added it to the tree:

+*derby-10.10.1.1 (01 Mar 2014)
+
+  01 Mar 2014; Johann Schmitz <ercpe@gentoo.org> +derby-10.10.1.1.ebuild,
+  +metadata.xml:
+  Ebuild for derby (bug #268422).  Originally written by Kyle Cavin and updated
+  by Joe Sapp