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/j2objc-annotations/
Date: Fri, 21 Jan 2022 15:32:39
Message-Id: 1642779149.123a3b901ad68cd068c6aff0d7b86a559fdce347.fordfrog@gentoo
1 commit: 123a3b901ad68cd068c6aff0d7b86a559fdce347
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 15:32:29 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 15:32:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123a3b90
7
8 dev-java/j2objc-annotations: removed obsolete 1.2
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 .../j2objc-annotations-1.2.ebuild | 23 ----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/dev-java/j2objc-annotations/j2objc-annotations-1.2.ebuild b/dev-java/j2objc-annotations/j2objc-annotations-1.2.ebuild
17 deleted file mode 100644
18 index 4e612b1d0221..000000000000
19 --- a/dev-java/j2objc-annotations/j2objc-annotations-1.2.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -MY_PN="${PN%-annotations}"
28 -MY_P="${MY_PN}-${PV}"
29 -JAVA_PKG_IUSE="doc source"
30 -
31 -inherit java-pkg-2 java-pkg-simple
32 -
33 -DESCRIPTION="Annotations for the J2ObjC Java to Objective-C translator"
34 -HOMEPAGE="http://j2objc.org"
35 -SRC_URI="https://github.com/google/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
36 -LICENSE="Apache-2.0"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~arm arm64 ppc64 x86"
39 -
40 -DEPEND=">=virtual/jdk-1.7"
41 -RDEPEND=">=virtual/jre-1.7"
42 -
43 -S="${WORKDIR}/${MY_P}/annotations"
44 -JAVA_SRC_DIR="src/main/java"