dev-java/netty-common: update homepage
[gentoo.git] / dev-java / mimepull / mimepull-1.9.6-r2.ebuild
1 # Copyright 1999-2018 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 JAVA_PKG_IUSE="source doc"
7
8 inherit java-pkg-2 java-pkg-simple
9
10 DESCRIPTION="Pull API for parsing MIME messages"
11 HOMEPAGE="http://java.net/projects/mimepull"
12 SRC_URI="https://repo1.maven.org/maven2/org/jvnet/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
13
14 LICENSE="CDDL"
15 SLOT="0"
16 KEYWORDS="amd64 ~ppc64 x86"
17
18 DEPEND="
19         >=virtual/jdk-1.7"
20
21 RDEPEND="
22         >=virtual/jre-1.7"