Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/iso-relax/
Date: Wed, 21 Apr 2021 08:27:13
Message-Id: 1618993619.c11818a2e65b989e98910224f5d72d69a778c677.fordfrog@gentoo
1 commit: c11818a2e65b989e98910224f5d72d69a778c677
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 08:26:59 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 08:26:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11818a2
7
8 dev-java/iso-relax: removed obsolete 20050331-r4
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 dev-java/iso-relax/iso-relax-20050331-r4.ebuild | 39 -------------------------
14 1 file changed, 39 deletions(-)
15
16 diff --git a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild b/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
17 deleted file mode 100644
18 index 457fe730bf4..00000000000
19 --- a/dev-java/iso-relax/iso-relax-20050331-r4.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="5"
26 -
27 -JAVA_PKG_IUSE="doc source"
28 -
29 -inherit java-pkg-2 java-pkg-simple
30 -
31 -DESCRIPTION="Interfaces useful for applications which support RELAX Core"
32 -HOMEPAGE="http://iso-relax.sourceforge.net"
33 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 -IUSE=""
39 -
40 -RESTRICT="test"
41 -
42 -CDEPEND="dev-java/ant-core:0"
43 -
44 -DEPEND="
45 - ${CDEPEND}
46 - >=virtual/jdk-1.6"
47 -
48 -RDEPEND="
49 - ${CDEPEND}
50 - >=virtual/jre-1.6"
51 -
52 -S="${WORKDIR}/${P}"
53 -
54 -JAVA_GENTOO_CLASSPATH="ant-core"
55 -
56 -JAVA_SRC_DIR="src"
57 -
58 -java_prepare() {
59 - java-pkg_clean
60 -}