dev-perl/frontier-rpc: remove old 0.07_beta4-r1
authorKent Fredric <kentnl@gentoo.org>
Tue, 14 Apr 2020 11:15:14 +0000 (23:15 +1200)
committerKent Fredric <kentnl@gentoo.org>
Tue, 14 Apr 2020 11:16:07 +0000 (23:16 +1200)
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/frontier-rpc/frontier-rpc-0.07_beta4-r1.ebuild [deleted file]

diff --git a/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4-r1.ebuild b/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4-r1.ebuild
deleted file mode 100644 (file)
index 7a3b5f3..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN=Frontier-RPC
-MY_PV=0.07b4
-MODULE_AUTHOR=KMACLEOD
-inherit perl-module
-
-DESCRIPTION="Perform remote procedure calls using extensible markup language"
-SRC_URI+=" http://perl-xml.sourceforge.net/xml-rpc/${MY_P}.tar.gz"
-HOMEPAGE+=" http://perl-xml.sourceforge.net/xml-rpc/"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-       dev-perl/XML-Parser
-       dev-perl/libwww-perl
-"
-DEPEND="${RDEPEND}"