diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-03-17 07:52:51 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-03-17 09:56:28 +0100 |
commit | 303fe00ad2f72f6f74641388d5794763a465dee8 (patch) | |
tree | 52a86c54805738aeb8e7dc052c10e24533bc3551 /dev-java/gnu-regexp | |
parent | dev-java/stringtemplate: Drop 4.0.8-r1 (diff) | |
download | gentoo-303fe00ad2f72f6f74641388d5794763a465dee8.tar.gz gentoo-303fe00ad2f72f6f74641388d5794763a465dee8.tar.bz2 gentoo-303fe00ad2f72f6f74641388d5794763a465dee8.zip |
dev-java/gnu-regexp: Drop 1.1.4-r3
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24616
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/gnu-regexp')
-rw-r--r-- | dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild b/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild deleted file mode 100644 index a5e84dd6cc24..000000000000 --- a/dev-java/gnu-regexp/gnu-regexp-1.1.4-r3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -MY_P="gnu.regexp-${PV}" - -DESCRIPTION="GNU regular expression package for Java" -HOMEPAGE="https://savannah.gnu.org/projects/gnu-regexp" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="1" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="" - -CDEPEND="dev-java/java-getopt:1" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6 - source? ( app-arch/zip )" - -S="${WORKDIR}/${MY_P}" - -JAVA_SRC_DIR="src" - -JAVA_GENTOO_CLASSPATH="java-getopt-1" - -java_prepare() { - java-pkg_clean -} - -src_compile() { - java-pkg-simple_src_compile - java-pkg_addres "${PN}.jar" src -name "*.properties" -} |