summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-11-10 08:55:57 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-11-10 09:03:08 +0000
commitbb24da519472289d6714bbb5b39f4181d750268f (patch)
treeb0250ae139d3596454754335c9876fa2804ec463
parentdev-java/jutils: Stable for amd64. Stable for ppc+ppc64+x86 using the ALLARCH... (diff)
downloadgentoo-bb24da519472289d6714bbb5b39f4181d750268f.tar.gz
gentoo-bb24da519472289d6714bbb5b39f4181d750268f.tar.bz2
gentoo-bb24da519472289d6714bbb5b39f4181d750268f.zip
java-virtuals/javamail: EAPI 5 bump.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--java-virtuals/javamail/javamail-1.0-r4.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/java-virtuals/javamail/javamail-1.0-r4.ebuild b/java-virtuals/javamail/javamail-1.0-r4.ebuild
new file mode 100644
index 000000000000..4ac4a72cc3d2
--- /dev/null
+++ b/java-virtuals/javamail/javamail-1.0-r4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit java-virtuals-2
+
+DESCRIPTION="Virtual for javamail implementations"
+HOMEPAGE="https://www.gentoo.org"
+SRC_URI=""
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="|| (
+ dev-java/oracle-javamail:0
+ dev-java/sun-javamail:0
+ dev-java/gnu-javamail:1
+)"
+
+JAVA_VIRTUAL_PROVIDES="oracle-javamail sun-javamail gnu-javamail-1"