diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-02 20:40:58 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-02 20:46:50 +0200 |
commit | 3920e35c18811358aeb26cf4f8c072a326b6041b (patch) | |
tree | 43c49b6f38ed7f70230d6a01acd7877984c18ca9 /dev-perl/Frontier-RPC | |
parent | dev-perl/Frontier-RPC: Stable for all 0.07b4-r3 (diff) | |
download | gentoo-3920e35c18811358aeb26cf4f8c072a326b6041b.tar.gz gentoo-3920e35c18811358aeb26cf4f8c072a326b6041b.tar.bz2 gentoo-3920e35c18811358aeb26cf4f8c072a326b6041b.zip |
dev-perl/Frontier-RPC: Remove old 0.07b4-r1
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Frontier-RPC')
-rw-r--r-- | dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r2.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r2.ebuild b/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r2.ebuild deleted file mode 100644 index 92fbcd158c92..000000000000 --- a/dev-perl/Frontier-RPC/Frontier-RPC-0.07_beta4-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_VERSION=0.07b4 -DIST_AUTHOR=KMACLEOD -inherit perl-module - -DESCRIPTION="Perform remote procedure calls using extensible markup language" -SRC_URI+=" http://perl-xml.sourceforge.net/xml-rpc/${DIST_NAME}-${DIST_VERSION}.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" -IUSE="" - -RDEPEND=" - dev-perl/XML-Parser - dev-perl/libwww-perl -" -DEPEND="${RDEPEND}" |