summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-12-05 11:01:17 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-12-05 11:01:47 +0100
commit1a653b58d7ca9d01407c2593039e7805affd827b (patch)
treee7b2a1b51f5660ca06e7aeceb7b6cdd77ed14ac7 /dev-java/lzmajio
parentapp-crypt/mit-krb5: security bump to 1.15.2-r1. Bug 639702 (diff)
downloadgentoo-1a653b58d7ca9d01407c2593039e7805affd827b.tar.gz
gentoo-1a653b58d7ca9d01407c2593039e7805affd827b.tar.bz2
gentoo-1a653b58d7ca9d01407c2593039e7805affd827b.zip
dev-java/lzmajio: EAPI 6 bump and update HOMEPAGE/SRC_URI.
Closes: https://bugs.gentoo.org/639890 Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-java/lzmajio')
-rw-r--r--dev-java/lzmajio/Manifest2
-rw-r--r--dev-java/lzmajio/lzmajio-0.95-r2.ebuild31
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-java/lzmajio/Manifest b/dev-java/lzmajio/Manifest
index 13aec993e3ae..cf220190b755 100644
--- a/dev-java/lzmajio/Manifest
+++ b/dev-java/lzmajio/Manifest
@@ -1 +1 @@
-DIST lzmajio-0.95.tar.gz 20790 SHA256 d5856cad5909cfb2d808e64478904479905896df9b7433ee2276b527e4f8c04d SHA512 65736a66ec8f5eb63688edda912718f4e9b0518c68b0b1eed3df26e7b6bb15728024c637b4cf40f6ab52168c913cce91bd7cafefca7515e0f3e386738cedc6e5 WHIRLPOOL 13bef2b1eada5f02f6178af5ebb4634a328ceb5d5ac373d22d7b007aa4862c0525929878b9a24b01eb51889f906160493e7e7c51d9ec25f1ce6c83d23ee3097b
+DIST lzmajio-0.95.tar.gz 20790 BLAKE2B e24a5f4778bb135ce3ab519dfc8357cf3abc04d564b8d365f7cbad579be7ff86b4d24156720954bab882d7ade8e5145e533fd477c1925f6a9353c90dd5a2e511 SHA512 65736a66ec8f5eb63688edda912718f4e9b0518c68b0b1eed3df26e7b6bb15728024c637b4cf40f6ab52168c913cce91bd7cafefca7515e0f3e386738cedc6e5
diff --git a/dev-java/lzmajio/lzmajio-0.95-r2.ebuild b/dev-java/lzmajio/lzmajio-0.95-r2.ebuild
new file mode 100644
index 000000000000..419b3afc2c7d
--- /dev/null
+++ b/dev-java/lzmajio/lzmajio-0.95-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
+HOMEPAGE="https://github.com/league/lzmajio"
+SRC_URI="https://github.com/league/${P}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-java/lzma:0"
+
+RDEPEND="
+ ${CDEPEND}
+ >=virtual/jre-1.6"
+
+DEPEND="
+ ${CDEPEND}
+ >=virtual/jdk-1.6"
+
+S="${WORKDIR}/${P}"
+
+JAVA_GENTOO_CLASSPATH="lzma"
+JAVA_SRC_DIR="net"