Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76209 - jexcelapi-2.5.1.ebuild (New Package)
Summary: jexcelapi-2.5.1.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Java team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-12-30 23:15 UTC by Eddy Mulyono
Modified: 2005-01-23 06:51 UTC (History)
0 users

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


Attachments
jexcelapi-2.5.1.ebuild (New Package) (jexcelapi-2.5.1.ebuild,684 bytes, text/plain)
2004-12-30 23:16 UTC, Eddy Mulyono
Details
jexcelapi-2.5.1.ebuild (New Package) (jexcelapi-2.5.1.ebuild,865 bytes, text/plain)
2005-01-22 01:14 UTC, Eddy Mulyono
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eddy Mulyono 2004-12-30 23:15:47 UTC
Hi!

Please find attached jexcelapi-2.5.1.ebuild.

JExcelAPI is a Java API to read, write, and modify Excel spreadsheetsa toolkit for list transformations.

I suggest dev-java/jexcelapi.

Eddy

Reproducible: Always
Steps to Reproduce:
Comment 1 Eddy Mulyono 2004-12-30 23:16:57 UTC
Created attachment 47266 [details]
jexcelapi-2.5.1.ebuild (New Package)

Made with abeni.
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2005-01-06 08:58:13 UTC
Looks mostly good. Can you make the following modifications:

1) Only actually build the documentation if the doc useflag is set. Saves a bit of time.
2) See if you can build it with jikes. If not, comment the ebuild saying that it's
not compatible with jikes
3) Version the jdk required, e.g. virtual/jdk-1.4
4) Set jre in RDEPEND (if it can run on the jre only): virtual/jre-1.4
5) SLOT it as 2.5. Probably, it's not binary compatible with 1.x and other 2.x versions.

Please have a look at http://gentoo-wiki.com/Gentoo_Java_Policy for help, or ask in #gentoo-java on irc.freenode.net.
Thanks a lot for your contribution!
Comment 3 Eddy Mulyono 2005-01-22 01:14:33 UTC
Created attachment 49179 [details]
jexcelapi-2.5.1.ebuild (New Package)

3) Version the jdk required, e.g. virtual/jdk-1.4

sun-jdk-1.2 refuses to run on my system (glibc problems), so I made the package
to DEPEND on jdk-1.3

I read the wiki and am working on IUSE="source". I'll try to use `jar` instead
of DEPENDing on `zip`.

Cheers,

-Eddy
Comment 4 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-23 06:51:13 UTC
i've commited a slightly modified version of your ebuild, thanks.