Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/microba/
Date: Sun, 27 Aug 2017 19:32:34
Message-Id: 1503862338.75718f769a9c6b1fcd5c807af65c1614fefd2dbb.chewi@gentoo
1 commit: 75718f769a9c6b1fcd5c807af65c1614fefd2dbb
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 19:32:18 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 19:32:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75718f76
7
8 dev-java/microba: Remove old 0.4.4.3, closes bug #586820
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 dev-java/microba/microba-0.4.4.3.ebuild | 40 ---------------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/dev-java/microba/microba-0.4.4.3.ebuild b/dev-java/microba/microba-0.4.4.3.ebuild
16 deleted file mode 100644
17 index 467aa1eb566..00000000000
18 --- a/dev-java/microba/microba-0.4.4.3.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -EAPI=5
24 -
25 -JAVA_PKG_IUSE="doc source"
26 -
27 -inherit java-pkg-2 java-pkg-simple
28 -
29 -DESCRIPTION="Swing components for date operations and palettes"
30 -HOMEPAGE="https://github.com/tdbear/microba"
31 -SRC_URI="https://github.com/tdbear/${PN}/archive/${PV}.zip -> ${P}.zip"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -CDEPEND="dev-java/jgraph:0"
39 -
40 -RDEPEND="
41 - ${CDEPEND}
42 - >=virtual/jre-1.6"
43 -
44 -DEPEND="
45 - ${CDEPEND}
46 - >=virtual/jdk-1.6
47 - source? ( app-arch/zip )"
48 -
49 -S="${WORKDIR}/${P}"
50 -
51 -JAVA_GENTOO_CLASSPATH="jgraph"
52 -
53 -JAVA_SRC_DIR="src"
54 -
55 -src_install() {
56 - java-pkg-simple_src_install
57 - mv change.log.txt CHANGELOG || die
58 - mv readme.txt README || die
59 - dodoc {README,CHANGELOG,README.md}
60 -}