diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-10-26 08:42:58 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-10-26 08:42:58 +0200 |
commit | 2b8e1a580062082567879bca00e5ce8b0a02e2dd (patch) | |
tree | 3011eae75e54608470ccde3bae39debad4ecb437 /dev-java | |
parent | media-sound/abcmidi: removed obsolete 2021.06.27 (diff) | |
download | gentoo-2b8e1a580062082567879bca00e5ce8b0a02e2dd.tar.gz gentoo-2b8e1a580062082567879bca00e5ce8b0a02e2dd.tar.bz2 gentoo-2b8e1a580062082567879bca00e5ce8b0a02e2dd.zip |
dev-java/commons-io: removed obsolete 2.8.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-io/Manifest | 1 | ||||
-rw-r--r-- | dev-java/commons-io/commons-io-2.8.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-java/commons-io/Manifest b/dev-java/commons-io/Manifest index 5b36c1c384bb..322cd4d655c9 100644 --- a/dev-java/commons-io/Manifest +++ b/dev-java/commons-io/Manifest @@ -1,2 +1 @@ DIST commons-io-2.11.0-sources.tar.gz 498841 BLAKE2B e45ae4400246d7469e8628f08d2f647ea670b994360c1150fe1f414beee5177e7af7c94589a5c81ce6996f2fb755441f29080ca9b69b98cb5ae1ad897f8f00b5 SHA512 e2ab8ebc9c328093a460f8f5f96c80bb45f5073ec7aaa0beabdcdeac2e97324292eab2e2cb8b64d8e78b2c5d89048ba84e50daa0965dffcbe2fd0da7ab789ee3 -DIST commons-io-2.8.0-sources.tar.gz 445833 BLAKE2B 4fc6f9b66fa88adfc110742bd3eab55cbe165552f71d665f70fd54d4b0b79c4e76b45fccdb78c6ef64e476f54efc8b51adc9b2d7e880c71dbdb6bc5883d2fe55 SHA512 6189c72eff8661bfb8cfed95dd7ee32578b24b50f6586d4628a4dbfd3618853a72eb73da311729e55742ace47b2d38d3ce130ab87b684494d8ce33d1ccf14a2d diff --git a/dev-java/commons-io/commons-io-2.8.0.ebuild b/dev-java/commons-io/commons-io-2.8.0.ebuild deleted file mode 100644 index 730f099a18c1..000000000000 --- a/dev-java/commons-io/commons-io-2.8.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Skeleton command: -# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://ftp.fau.de/apache//commons/io/source/commons-io-2.8.0-src.tar.gz --slot 1 --keywords "~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" --ebuild commons-io-2.8.ebuild - -EAPI=7 - -JAVA_PKG_IUSE="doc source" -MAVEN_ID="commons-io:commons-io:2.8.0" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Utility classes, stream implementations, file filters, and endian classes" -HOMEPAGE="https://commons.apache.org/proper/commons-io/" -SRC_URI="mirror://apache/commons/io/source/${P}-src.tar.gz -> ${P}-sources.tar.gz" -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" - -DEPEND=" - >=virtual/jdk-1.8:* -" - -RDEPEND=" - >=virtual/jre-1.8:* -" - -S="${WORKDIR}/${P}-src" - -JAVA_ENCODING="iso-8859-1" - -JAVA_SRC_DIR="src/main/java" |