commit:     7294c20271a88455dabf49c094961cb180991f8e
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Jan  3 11:08:52 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan  5 20:49:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7294c202

dev-java/commons-vfs: Remove unneeded slot

Closes: https://bugs.gentoo.org/828418
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-java/commons-vfs/Manifest                  |  1 -
 dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild | 40 --------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-java/commons-vfs/Manifest b/dev-java/commons-vfs/Manifest
index 4e682a4175ee..5a785427a265 100644
--- a/dev-java/commons-vfs/Manifest
+++ b/dev-java/commons-vfs/Manifest
@@ -1,2 +1 @@
-DIST commons-vfs-1.0-src.tar.gz 278588 BLAKE2B 
a92be28e02758bd271d7bf76f8b90c741dad0f1c15c71ab3624e16c6c30a47bbe189ef93c99b1f413034c47dbfdefbc155a526abf9897b85cb7352d1a92b4bef
 SHA512 
5826ccd3faf574d7573b22fbab5f7f3ddc83b22504eb0822efbcc4570059db410d1a32811bf411414d275bdeb16ce39fd7cca2150d8537841cd888b1aef2b5a1
 DIST commons-vfs-2.0-src.tar.gz 335255 BLAKE2B 
01c8bba3340487672682af5c6b341ab1e8335070a9b711b5c85cca659854d05881a0ff10c4b168497e3a75867a7225740edc6e56019e55c499256401fb0a53c5
 SHA512 
433828b9eba73df14dbedaa4037e3da1c69bf1892553c1ae4d213ba864e4ee579e0c7799f39e3cb4ec087d7c9223f54442be46de9c4916d7b7ff8a51214d6346

diff --git a/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild 
b/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild
deleted file mode 100644
index acc513af4c25..000000000000
--- a/dev-java/commons-vfs/commons-vfs-1.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc source"
-MAVEN_ID="commons-vfs:commons-vfs:1.0"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A single Java API for accessing various different file systems"
-HOMEPAGE="https://commons.apache.org/vfs/";
-SRC_URI="https://archive.apache.org/dist/${PN/-//}/source/${P}-src.tar.gz"; # 
Not on Apache mirrors.
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux"
-RESTRICT="test" # Some failures, can't figure them out.
-
-CP_DEPEND="
-       dev-java/ant-core:0
-       dev-java/commons-collections:0
-       dev-java/commons-httpclient:3
-       dev-java/commons-logging:0
-       dev-java/commons-net:0
-       dev-java/jsch:0
-"
-
-RDEPEND=">=virtual/jre-1.7
-       ${CP_DEPEND}"
-
-DEPEND=">=virtual/jdk-1.7
-       ${CP_DEPEND}"
-
-S="${WORKDIR}/${P}-src"
-JAVA_SRC_DIR="core/src/main"
-
-src_install() {
-       java-pkg-simple_src_install
-       dodoc {NOTICE,RELEASE_NOTES}.txt
-}

Reply via email to