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/swarmcache/
Date: Fri, 04 May 2018 20:49:20
Message-Id: 1525466943.bc405329e3e13efb7a1bf418315db08bb1f8f86d.monsieurp@gentoo
1 commit: bc405329e3e13efb7a1bf418315db08bb1f8f86d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed May 2 10:14:56 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri May 4 20:49:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc405329
7
8 dev-java/swarmcache: remove old.
9
10 .../swarmcache-1.0_pre20050106-r1.ebuild | 50 ----------------------
11 1 file changed, 50 deletions(-)
12
13 diff --git a/dev-java/swarmcache/swarmcache-1.0_pre20050106-r1.ebuild b/dev-java/swarmcache/swarmcache-1.0_pre20050106-r1.ebuild
14 deleted file mode 100644
15 index 04114dd4045..00000000000
16 --- a/dev-java/swarmcache/swarmcache-1.0_pre20050106-r1.ebuild
17 +++ /dev/null
18 @@ -1,50 +0,0 @@
19 -# Copyright 1999-2018 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -
22 -EAPI=0
23 -
24 -JAVA_PKG_IUSE="doc source"
25 -
26 -inherit java-pkg-2 java-ant-2
27 -
28 -DESCRIPTION="SwarmCache is a simple but effective distributed cache"
29 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
30 -HOMEPAGE="http://swarmcache.sourceforge.net"
31 -LICENSE="LGPL-2"
32 -SLOT="1.0"
33 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-macos"
34 -IUSE=""
35 -
36 -COMMON_DEP=">=dev-java/commons-collections-3
37 - >=dev-java/commons-logging-1.0.4
38 - >=dev-java/jgroups-2.2.7"
39 -
40 -RDEPEND=">=virtual/jre-1.4
41 - ${COMMON_DEP}"
42 -
43 -DEPEND=">=virtual/jdk-1.4
44 - ${COMMON_DEP}
45 - >=dev-java/ant-core-1.5"
46 -
47 -src_unpack() {
48 - unpack ${A}
49 -
50 - cd "${S}/lib"
51 - java-pkg_jar-from commons-collections
52 - java-pkg_jar-from commons-logging
53 - java-pkg_jar-from jgroups
54 -}
55 -
56 -#Tests seem to start a server that just waits
57 -#src_test() {
58 -# eant test
59 -#}
60 -RESTRICT="test"
61 -
62 -src_install() {
63 - java-pkg_dojar dist/${PN}.jar
64 -
65 - dodoc *.txt
66 - use doc && java-pkg_dojavadoc web/api
67 - use source && java-pkg_dosrc src/net
68 -}