commit: ea56ac40e235634c92d0e5c4ecfdecb2707b6159
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 15:40:07 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 15:43:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea56ac40
dev-perl/Net-Jabber: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Net-Jabber/Net-Jabber-2.0.0-r1.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-perl/Net-Jabber/Net-Jabber-2.0.0-r1.ebuild
b/dev-perl/Net-Jabber/Net-Jabber-2.0.0-r1.ebuild
deleted file mode 100644
index ccb1434eb2c..00000000000
--- a/dev-perl/Net-Jabber/Net-Jabber-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=REATMON
-MODULE_VERSION=2.0
-inherit perl-module
-
-DESCRIPTION="Jabber Perl library"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86
~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-perl/XML-Stream
- dev-perl/Net-XMPP
- dev-perl/Digest-SHA1"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-2.0-no-dot-inc.patch" )
-
-SRC_TEST="do"