diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-14 23:15:14 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-14 23:16:07 +1200 |
commit | 5b28f38382dda4658b667906ee56e8663ba686da (patch) | |
tree | 2e81d350f9e958fcd5001f15fa6f3517837f7a2e /dev-perl/frontier-rpc | |
parent | dev-perl/Font-TTF: Remove old 1.20.0-r1 (diff) | |
download | gentoo-5b28f38382dda4658b667906ee56e8663ba686da.tar.gz gentoo-5b28f38382dda4658b667906ee56e8663ba686da.tar.bz2 gentoo-5b28f38382dda4658b667906ee56e8663ba686da.zip |
dev-perl/frontier-rpc: remove old 0.07_beta4-r1
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/frontier-rpc')
-rw-r--r-- | dev-perl/frontier-rpc/frontier-rpc-0.07_beta4-r1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
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 index 7a3b5f3ea5f5..000000000000 --- a/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4-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 - -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}" |