dev-java/javatoolkit: DISTUTILS_USE_SETUPTOOLS=no
[gentoo.git] / dev-java / apt-mirror / apt-mirror-1.0-r1.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5
6 JAVA_PKG_IUSE="doc source"
7
8 inherit java-pkg-2 java-pkg-simple
9
10 DESCRIPTION="Annotation processing apt mirror API introduced in J2SE 5.0"
11 HOMEPAGE="http://aptmirrorapi.dev.java.net/"
12 SRC_URI="mirror://gentoo/${P}.tar.bz2"
13
14 LICENSE="BSD"
15 SLOT="0"
16 KEYWORDS="amd64 x86"
17
18 IUSE=""
19
20 RDEPEND=">=virtual/jre-1.5"
21 DEPEND=">=virtual/jdk-1.5"
22
23 S="${WORKDIR}/apt"