From c1de5657970d834d8361373129afe894ae7d05b8 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sat, 27 Oct 2018 23:34:50 +0200 Subject: dev-java/commons-email: version bump. Signed-off-by: Patrice Clement Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- dev-java/commons-email/Manifest | 1 + dev-java/commons-email/commons-email-1.5.ebuild | 28 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 dev-java/commons-email/commons-email-1.5.ebuild diff --git a/dev-java/commons-email/Manifest b/dev-java/commons-email/Manifest index aad013e743bd..a6b39e69746f 100644 --- a/dev-java/commons-email/Manifest +++ b/dev-java/commons-email/Manifest @@ -1 +1,2 @@ DIST commons-email-1.4-src.tar.gz 288876 BLAKE2B 17de5c947e68db988b5999ab95f122570a9f52f0557bbdb9a483676576a81d6cfb150058a0ed530bc8dde8732313839e320f4bd7ecfc088b483947dde5760441 SHA512 2a62256e284b9f4f428cf8544e46e81aa521476c41243df1c4f8a9e1bd4bcea3c768346aaab862b8c2a8b271c6012a38164c6d62867d2849a3ee0c2820fe422c +DIST commons-email-1.5.jar 62954 BLAKE2B fe3970fcdb55f4b6859ff30b4da4f71e96ad8d47e76c280d6f0eb0040d18a39bcf1461eee48fc71733b11c24006328c45c5a7252261410bd4717186116f95732 SHA512 db88b00724a0ea5b103758beeae3a9d61d455edc4a2bbe39f7906565a73dff967b91fd73b64668e5d4ec7993faf23bd69096727b998544c73a7bfb08f9c45988 diff --git a/dev-java/commons-email/commons-email-1.5.ebuild b/dev-java/commons-email/commons-email-1.5.ebuild new file mode 100644 index 000000000000..4f247bbbe5b3 --- /dev/null +++ b/dev-java/commons-email/commons-email-1.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Commons Email aims to provide an API for sending email" +HOMEPAGE="https://commons.apache.org/email" +SRC_URI="https://repo1.maven.org/maven2/org/apache/commons/${PN}/${PV}/${P}-sources.jar -> ${P}.jar" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +CDEPEND="dev-java/oracle-javamail:0" + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6" + +JAVA_GENTOO_CLASSPATH="oracle-javamail" -- cgit v1.2.3-65-gdbad