diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-09-05 13:41:04 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-09-05 13:41:04 +0000 |
commit | cd865b585c2978e16b875e5cd10fd863f4d136ce (patch) | |
tree | 74cd682ab149b63c806ae8952bda7e02bd5fad7f /dev-perl/Gearman-Client-Async | |
parent | Stable for ppc64, wrt bug #483112 (diff) | |
download | gentoo-2-cd865b585c2978e16b875e5cd10fd863f4d136ce.tar.gz gentoo-2-cd865b585c2978e16b875e5cd10fd863f4d136ce.tar.bz2 gentoo-2-cd865b585c2978e16b875e5cd10fd863f4d136ce.zip |
remove old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl/Gearman-Client-Async')
-rw-r--r-- | dev-perl/Gearman-Client-Async/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.94.ebuild | 20 |
2 files changed, 6 insertions, 22 deletions
diff --git a/dev-perl/Gearman-Client-Async/ChangeLog b/dev-perl/Gearman-Client-Async/ChangeLog index bdeab6bb6628..a0888874f518 100644 --- a/dev-perl/Gearman-Client-Async/ChangeLog +++ b/dev-perl/Gearman-Client-Async/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Gearman-Client-Async -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman-Client-Async/ChangeLog,v 1.7 2012/06/24 12:59:11 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman-Client-Async/ChangeLog,v 1.8 2013/09/05 13:41:04 idella4 Exp $ + + 05 Sep 2013; Ian Delaney <idella4@gentoo.org> + -Gearman-Client-Async-0.94.ebuild: + remove old 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.94.ebuild b/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.94.ebuild deleted file mode 100644 index b41d783cf271..000000000000 --- a/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.94.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman-Client-Async/Gearman-Client-Async-0.94.ebuild,v 1.3 2010/09/19 15:28:12 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=BRADFITZ -inherit perl-module - -DESCRIPTION="Asynchronous client module for Gearman for Danga::Socket applications" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=dev-perl/Gearman-1.07 - >=dev-perl/Danga-Socket-1.57" - -# testsuite requires gearman server -SRC_TEST="never" |