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/gnu-jaf/
Date: Mon, 01 Apr 2019 08:53:20
Message-Id: 1554108701.5ad5b6d76c79b0db5c8a8b6302675d6694d5a0f4.monsieurp@gentoo
1 commit: 5ad5b6d76c79b0db5c8a8b6302675d6694d5a0f4
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 20:09:55 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 1 08:51:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad5b6d7
7
8 dev-java/gnu-jaf: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild b/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild
17 deleted file mode 100644
18 index 627436bc4b6..00000000000
19 --- a/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -JAVA_PKG_IUSE="doc source"
28 -inherit java-pkg-2 java-ant-2
29 -
30 -DESCRIPTION="GNU implementation of the JavaBeans Activation Framework"
31 -HOMEPAGE="https://www.gnu.org/software/classpathx/jaf/jaf.html"
32 -SRC_URI="mirror://gnu/classpathx/activation-${PV}.tar.gz"
33 -
34 -LICENSE="GPL-2-with-linking-exception"
35 -SLOT="1"
36 -KEYWORDS="amd64 ppc64 x86"
37 -IUSE=""
38 -
39 -DEPEND=">=virtual/jdk-1.4"
40 -RDEPEND=">=virtual/jre-1.4"
41 -
42 -S=${WORKDIR}/activation-${PV}
43 -
44 -EANT_BUILD_TARGET="activation.jar"
45 -
46 -src_install() {
47 - java-pkg_dojar activation.jar
48 - dodoc AUTHORS ChangeLog || die
49 - use doc && java-pkg_dojavadoc docs
50 - use source && java-pkg_dosrc source/*
51 -}