summaryrefslogtreecommitdiff
path: root/dev-java/geoip-java/geoip-java-1.3.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-11-21 13:43:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-11-21 13:43:24 +0000
commitbbe03519a37a075f45ee85b37dca2d5bb5a20fca (patch)
tree92be50e0fe7183e8798b737339825de2ae72eecc /dev-java/geoip-java/geoip-java-1.3.0.ebuild
parent4710fe013c0cab188d8a876def55aa991d889421 (diff)
downloadbaldeagleos-repo-bbe03519a37a075f45ee85b37dca2d5bb5a20fca.tar.gz
baldeagleos-repo-bbe03519a37a075f45ee85b37dca2d5bb5a20fca.tar.xz
baldeagleos-repo-bbe03519a37a075f45ee85b37dca2d5bb5a20fca.zip
Adding metadata
Diffstat (limited to 'dev-java/geoip-java/geoip-java-1.3.0.ebuild')
-rw-r--r--dev-java/geoip-java/geoip-java-1.3.0.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-java/geoip-java/geoip-java-1.3.0.ebuild b/dev-java/geoip-java/geoip-java-1.3.0.ebuild
deleted file mode 100644
index c127dfa89716..000000000000
--- a/dev-java/geoip-java/geoip-java-1.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="source doc examples"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_PN="geoip-api-java"
-
-DESCRIPTION="Java library for lookup countries by IP addresses"
-HOMEPAGE="https://github.com/maxmind"
-SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.zip -> ${P}.zip"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-JAVA_SRC_DIR="src"
-
-java_prepare() {
- rm -rv src/test || die
-}
-
-src_install() {
- java-pkg-simple_src_install
-
- dodoc README.md Changes.md
-
- use examples && java-pkg_doexamples examples/*
-}
-
-pkg_postinst() {
- einfo "Country and City data files can be downloaded here:"
- einfo " http://www.maxmind.com/app/geolitecountry"
- einfo " http://www.maxmind.com/app/geolitecity"
-}