summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-05-12 09:42:37 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-05-12 09:42:37 +0000
commit63ab9ccca204b38eff173c671e5002a08ab8bb21 (patch)
treee61cbb75269900091e2b18ba990b964175b1b1dd /dev-java
parentdev-java/commons-email: Give up maintainership. (diff)
downloadgentoo-63ab9ccca204b38eff173c671e5002a08ab8bb21.tar.gz
gentoo-63ab9ccca204b38eff173c671e5002a08ab8bb21.tar.bz2
gentoo-63ab9ccca204b38eff173c671e5002a08ab8bb21.zip
dev-java/geoip-java: Housekeeping.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/geoip-java/geoip-java-1.3.0.ebuild6
1 files changed, 3 insertions, 3 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
index c357a6f01e55..768b4ca38f0c 100644
--- a/dev-java/geoip-java/geoip-java-1.3.0.ebuild
+++ b/dev-java/geoip-java/geoip-java-1.3.0.ebuild
@@ -10,7 +10,7 @@ inherit java-pkg-2 java-pkg-simple
MY_PN="geoip-api-java"
-DESCRIPTION="Java library for lookup countries by IP addresses."
+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"
@@ -26,13 +26,13 @@ S="${WORKDIR}/${MY_PN}-${PV}"
JAVA_SRC_DIR="src"
java_prepare() {
- rm -rf src/test || die
+ rm -rv src/test || die
}
src_install() {
java-pkg-simple_src_install
- dodoc README.md Changes.md || die
+ dodoc README.md Changes.md
use examples && java-pkg_doexamples examples/*
}