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/animal-sniffer-annotations/
Date: Fri, 21 Jan 2022 15:31:48
Message-Id: 1642779100.41a7a71b3c52d2741d26e1f7a7799cf48bfddf5b.fordfrog@gentoo
1 commit: 41a7a71b3c52d2741d26e1f7a7799cf48bfddf5b
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 15:31:40 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 15:31:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a7a71b
7
8 dev-java/animal-sniffer-annotations: removed obsolete 1.15
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 .../animal-sniffer-annotations-1.15.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/dev-java/animal-sniffer-annotations/animal-sniffer-annotations-1.15.ebuild b/dev-java/animal-sniffer-annotations/animal-sniffer-annotations-1.15.ebuild
17 deleted file mode 100644
18 index 31cdb3a0a326..000000000000
19 --- a/dev-java/animal-sniffer-annotations/animal-sniffer-annotations-1.15.ebuild
20 +++ /dev/null
21 @@ -1,22 +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 -JAVA_PKG_IUSE="doc source"
29 -
30 -inherit java-pkg-2 java-pkg-simple
31 -
32 -DESCRIPTION="Java annotations for marking methods that Animal Sniffer should ignore"
33 -HOMEPAGE="http://www.mojohaus.org/animal-sniffer/animal-sniffer-annotations/"
34 -SRC_URI="https://github.com/mojohaus/${MY_PN}/archive/${MY_PN}-parent-${PV}.tar.gz"
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="amd64 ~arm arm64 ppc64 x86"
38 -
39 -DEPEND=">=virtual/jdk-1.7"
40 -RDEPEND=">=virtual/jre-1.7"
41 -
42 -S="${WORKDIR}/${MY_PN}-${MY_PN}-parent-${PV}/${PN}"
43 -JAVA_SRC_DIR="src/main/java"