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/validation-api/
Date: Fri, 30 Apr 2021 14:30:27
Message-Id: 1619793006.93c3e4bc61618e51f59eb1157e0874a0d0754161.fordfrog@gentoo
1 commit: 93c3e4bc61618e51f59eb1157e0874a0d0754161
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 14:30:06 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 14:30:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c3e4bc
7
8 dev-java/validation-api: dropped obsolete 1.0.0
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 .../validation-api/validation-api-1.0.0.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/dev-java/validation-api/validation-api-1.0.0.ebuild b/dev-java/validation-api/validation-api-1.0.0.ebuild
17 deleted file mode 100644
18 index 4cb2cbe3114..00000000000
19 --- a/dev-java/validation-api/validation-api-1.0.0.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -JAVA_PKG_IUSE="doc source"
28 -
29 -inherit java-pkg-2 java-pkg-simple
30 -
31 -DESCRIPTION="Bean Validation (JSR-303) API"
32 -HOMEPAGE="http://fisheye.jboss.org/browse/Hibernate/beanvalidation/api/tags/v1_0_0_GA"
33 -SRC_URI="https://repository.jboss.org/nexus/service/local/repo_groups/public/content/javax/validation/${PN}/${PV}.GA/${P}.GA-sources.jar"
34 -
35 -LICENSE="Apache-2.0"
36 -SLOT="1.0"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -IUSE=""
40 -
41 -RDEPEND=">=virtual/jre-1.5"
42 -DEPEND=">=virtual/jdk-1.5
43 - app-arch/unzip"