diff options
author | Johann Schmitz <ercpe@gentoo.org> | 2014-07-14 08:26:08 +0000 |
---|---|---|
committer | Johann Schmitz <ercpe@gentoo.org> | 2014-07-14 08:26:08 +0000 |
commit | 70a1969aff7f6208b154aacb002c1c890ef727cb (patch) | |
tree | 0b8687f783e5021f8d7b08efb6f5911f233f24fe /dev-java/apt-mirror | |
parent | add py3.4 pypy support (diff) | |
download | gentoo-2-70a1969aff7f6208b154aacb002c1c890ef727cb.tar.gz gentoo-2-70a1969aff7f6208b154aacb002c1c890ef727cb.tar.bz2 gentoo-2-70a1969aff7f6208b154aacb002c1c890ef727cb.zip |
Bump to EAPI=5
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Diffstat (limited to 'dev-java/apt-mirror')
-rw-r--r-- | dev-java/apt-mirror/ChangeLog | 10 | ||||
-rw-r--r-- | dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild | 24 |
2 files changed, 31 insertions, 3 deletions
diff --git a/dev-java/apt-mirror/ChangeLog b/dev-java/apt-mirror/ChangeLog index 1d7882495ce1..382edb50e3f8 100644 --- a/dev-java/apt-mirror/ChangeLog +++ b/dev-java/apt-mirror/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/apt-mirror -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/apt-mirror/ChangeLog,v 1.6 2008/05/11 13:40:55 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/apt-mirror/ChangeLog,v 1.7 2014/07/14 08:26:08 ercpe Exp $ + +*apt-mirror-1.0-r1 (14 Jul 2014) + + 14 Jul 2014; Johann Schmitz <ercpe@gentoo.org> +apt-mirror-1.0-r1.ebuild: + Bump to EAPI=5 11 May 2008; Markus Meier <maekke@gentoo.org> apt-mirror-1.0.ebuild: amd64 stable, bug #214778 @@ -23,4 +28,3 @@ 01 May 2007; Krzysiek Pawlik <nelchael@gentoo.org> +files/build.xml-1.0, +metadata.xml, +apt-mirror-1.0.ebuild: Initial commit of apt-mirror. - 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 000000000000..2cfbcec12bbe --- /dev/null +++ b/dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/apt-mirror/apt-mirror-1.0-r1.ebuild,v 1.1 2014/07/14 08:26:08 ercpe Exp $ + +EAPI="5" + +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 ~ppc ~x86" + +IUSE="" + +RDEPEND=">=virtual/jre-1.5" +DEPEND=">=virtual/jdk-1.5" + +S="${WORKDIR}/apt" |