Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-email/
Date: Sun, 28 Oct 2018 22:40:21
Message-Id: 1540766229.c1de5657970d834d8361373129afe894ae7d05b8.monsieurp@gentoo
1 commit: c1de5657970d834d8361373129afe894ae7d05b8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 21:34:50 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 22:37:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1de5657
7
8 dev-java/commons-email: version bump.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 dev-java/commons-email/Manifest | 1 +
14 dev-java/commons-email/commons-email-1.5.ebuild | 28 +++++++++++++++++++++++++
15 2 files changed, 29 insertions(+)
16
17 diff --git a/dev-java/commons-email/Manifest b/dev-java/commons-email/Manifest
18 index aad013e743b..a6b39e69746 100644
19 --- a/dev-java/commons-email/Manifest
20 +++ b/dev-java/commons-email/Manifest
21 @@ -1 +1,2 @@
22 DIST commons-email-1.4-src.tar.gz 288876 BLAKE2B 17de5c947e68db988b5999ab95f122570a9f52f0557bbdb9a483676576a81d6cfb150058a0ed530bc8dde8732313839e320f4bd7ecfc088b483947dde5760441 SHA512 2a62256e284b9f4f428cf8544e46e81aa521476c41243df1c4f8a9e1bd4bcea3c768346aaab862b8c2a8b271c6012a38164c6d62867d2849a3ee0c2820fe422c
23 +DIST commons-email-1.5.jar 62954 BLAKE2B fe3970fcdb55f4b6859ff30b4da4f71e96ad8d47e76c280d6f0eb0040d18a39bcf1461eee48fc71733b11c24006328c45c5a7252261410bd4717186116f95732 SHA512 db88b00724a0ea5b103758beeae3a9d61d455edc4a2bbe39f7906565a73dff967b91fd73b64668e5d4ec7993faf23bd69096727b998544c73a7bfb08f9c45988
24
25 diff --git a/dev-java/commons-email/commons-email-1.5.ebuild b/dev-java/commons-email/commons-email-1.5.ebuild
26 new file mode 100644
27 index 00000000000..4f247bbbe5b
28 --- /dev/null
29 +++ b/dev-java/commons-email/commons-email-1.5.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +JAVA_PKG_IUSE="doc source"
37 +
38 +inherit java-pkg-2 java-pkg-simple
39 +
40 +DESCRIPTION="Commons Email aims to provide an API for sending email"
41 +HOMEPAGE="https://commons.apache.org/email"
42 +SRC_URI="https://repo1.maven.org/maven2/org/apache/commons/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~ppc64 ~x86"
47 +
48 +CDEPEND="dev-java/oracle-javamail:0"
49 +
50 +RDEPEND="
51 + ${CDEPEND}
52 + >=virtual/jre-1.6"
53 +
54 +DEPEND="
55 + ${CDEPEND}
56 + >=virtual/jdk-1.6"
57 +
58 +JAVA_GENTOO_CLASSPATH="oracle-javamail"