Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313437 - dev-java/geoip-java (new ebuild)
Summary: dev-java/geoip-java (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.maxmind.com/app/ip-location
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-04-06 16:39 UTC by Jiri Tyr
Modified: 2016-01-26 09:13 UTC (History)
1 user (show)

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


Attachments
geoip-java-1.2.3.ebuild (geoip-java-1.2.3.ebuild,1.03 KB, text/plain)
2010-04-06 16:40 UTC, Jiri Tyr
Details
geoip-java-1.2.3.ebuild (geoip-java-1.2.3.ebuild,696 bytes, text/plain)
2010-04-07 13:22 UTC, Jiri Tyr
Details
geoip-java-1.2.3.ebuild (geoip-java-1.2.3.ebuild,883 bytes, text/plain)
2010-04-07 17:10 UTC, Jiri Tyr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Tyr 2010-04-06 16:39:42 UTC
Java library for lookup countries by IP addresses.
Comment 1 Jiri Tyr 2010-04-06 16:40:27 UTC
Created attachment 226747 [details]
geoip-java-1.2.3.ebuild

Ebuild for the geoip-java-1.2.3.
Comment 2 Serkan Kaba (RETIRED) gentoo-dev 2010-04-07 10:46:38 UTC
This ebuild would be fragile since it explicitly lists class files. A better approach would be using java-pkg-simple eclass.
Comment 3 Jiri Tyr 2010-04-07 13:22:24 UTC
Created attachment 226883 [details]
geoip-java-1.2.3.ebuild

Improved ebuild using the java-pkg-simple eclass.
Comment 4 Serkan Kaba (RETIRED) gentoo-dev 2010-04-07 16:53:27 UTC
One more suggestion I haven't noticed in the first ebuild, we generally use "examples" USE flag (set it in JAVA_PKG_IUSE) and java-pkg_doexamples for their installation.
Comment 5 Jiri Tyr 2010-04-07 17:10:29 UTC
Created attachment 226903 [details]
geoip-java-1.2.3.ebuild

Improved ebuild using another Java eclass features.
Comment 6 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2010-04-07 17:20:06 UTC
Is it a library nothing in tree uses? We generally use java-overlay for those.
Comment 7 Jiri Tyr 2010-04-07 17:31:52 UTC
(In reply to comment #6)
> Is it a library nothing in tree uses? We generally use java-overlay for those.

Yes, it is an library and nothing in the tree is using it so far.

I would be eventually interested in the SVN access into the java-overlay. I have several ebuilds which would probably fit in there (#224997, #224999, #225001, #224995, ...).
Comment 8 Patrice Clement gentoo-dev 2016-01-26 09:13:50 UTC
commit d9071a4 (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Tue Jan 26 09:12:17 2016 +0000

    dev-java/geoip-java: Initial import. Fixes bug 313437.
    
    Package-Manager: portage-2.2.26
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 create mode 100644 dev-java/geoip-java/Manifest
 create mode 100644 dev-java/geoip-java/geoip-java-1.3.0.ebuild
 create mode 100644 dev-java/geoip-java/metadata.xml