diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-24 02:01:52 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-24 02:01:52 +0000 |
commit | 8a521785dd2ed56ffabbed4517ef133fb29fa04c (patch) | |
tree | 366a8dd1b288d6ebf9957f13ad69a4244e322a00 /dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-8a521785dd2ed56ffabbed4517ef133fb29fa04c.tar.gz gentoo-2-8a521785dd2ed56ffabbed4517ef133fb29fa04c.tar.bz2 gentoo-2-8a521785dd2ed56ffabbed4517ef133fb29fa04c.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild')
-rw-r--r-- | dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild b/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild deleted file mode 100644 index ca3ed9039fa1..000000000000 --- a/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/frontier-rpc/frontier-rpc-0.07_beta4.ebuild,v 1.28 2012/06/24 17:22:16 tove Exp $ - -EAPI=4 - -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 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-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}" |