Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 268422

Summary: Ebuild request: dev-java/derby
Product: Gentoo Linux Reporter: Miroslav Šulc <fordfrog>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: ercpe, kyle.cavin
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 237562, 349341    
Attachments: new ebuild
updated ebuild
removed ant dep
ebuild for version 10.7.1.1

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