commit: 3920e35c18811358aeb26cf4f8c072a326b6041b Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Jun 2 18:40:58 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Jun 2 18:46:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3920e35c
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 <AT> gentoo.org> .../Frontier-RPC/Frontier-RPC-0.07_beta4-r2.ebuild | 22 ---------------------- 1 file changed, 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 92fbcd158c9..00000000000 --- 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}"