summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-12-09 16:52:08 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-12-09 16:52:36 +0000
commit31817502473f7efea404c167794c6d9f2016e9c7 (patch)
tree28116fa56d37a0f040a3dd8dd4a97cffc3ef1e61 /dev-java/mimepull/mimepull-1.9.6-r1.ebuild
parentmedia-sound/audex: update HOMEPAGE and SRC_URI (diff)
downloadgentoo-31817502473f7efea404c167794c6d9f2016e9c7.tar.gz
gentoo-31817502473f7efea404c167794c6d9f2016e9c7.tar.bz2
gentoo-31817502473f7efea404c167794c6d9f2016e9c7.zip
dev-java/mimepull: Raise JDK/JRE reqs to 1.7. Fixes bug 567864.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/mimepull/mimepull-1.9.6-r1.ebuild')
-rw-r--r--dev-java/mimepull/mimepull-1.9.6-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-java/mimepull/mimepull-1.9.6-r1.ebuild b/dev-java/mimepull/mimepull-1.9.6-r1.ebuild
new file mode 100644
index 000000000000..1b9c02e787c1
--- /dev/null
+++ b/dev-java/mimepull/mimepull-1.9.6-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE="source doc"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Pull API for parsing MIME messages"
+HOMEPAGE="http://java.net/projects/mimepull"
+SRC_URI="https://repo1.maven.org/maven2/org/jvnet/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
+
+LICENSE="CDDL"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=virtual/jdk-1.7"
+
+RDEPEND="
+ >=virtual/jre-1.7"