summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2023-03-26 09:38:43 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2023-03-26 09:38:43 -0400
commit06ae5983832da21f442705c4fd6993cd62a10b44 (patch)
treeeac698a44d75376411d9054d5a9f0cb57127c1be /dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild
parentupdate hash and header, specify slot of gson (diff)
downloadsuperposition-06ae5983832da21f442705c4fd6993cd62a10b44.tar.gz
superposition-06ae5983832da21f442705c4fd6993cd62a10b44.tar.bz2
superposition-06ae5983832da21f442705c4fd6993cd62a10b44.zip
resurrect apt-mirror
Signed-off-by: Philip Miess <Philip_Miess@yahoo.com>
Diffstat (limited to 'dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild')
-rw-r--r--dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild b/dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild
new file mode 100644
index 0000000..d87a263
--- /dev/null
+++ b/dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# 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="Annotation processing apt mirror API introduced in J2SE 5.0"
+HOMEPAGE="http://aptmirrorapi.dev.java.net/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.5"
+DEPEND=">=virtual/jdk-1.5"
+
+S="${WORKDIR}/apt"