diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-14 06:02:05 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-14 06:02:05 +0000 |
commit | 05f25c48dd8221840c39b3cbce459805b153ba0e (patch) | |
tree | df7f8c875e3fbf3c84adb458bbce5994548d86c2 /perl-core | |
parent | Cleanup. (diff) | |
download | gentoo-2-05f25c48dd8221840c39b3cbce459805b153ba0e.tar.gz gentoo-2-05f25c48dd8221840c39b3cbce459805b153ba0e.tar.bz2 gentoo-2-05f25c48dd8221840c39b3cbce459805b153ba0e.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/net-ping/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/net-ping/net-ping-2.41.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/perl-core/net-ping/ChangeLog b/perl-core/net-ping/ChangeLog index 39e8ba9cd4cd..47f19454e91d 100644 --- a/perl-core/net-ping/ChangeLog +++ b/perl-core/net-ping/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/net-ping -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/net-ping/ChangeLog,v 1.21 2012/06/24 15:39:04 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/net-ping/ChangeLog,v 1.22 2013/08/14 06:02:05 patrick Exp $ + +*net-ping-2.41 (14 Aug 2013) + + 14 Aug 2013; Patrick Lauer <patrick@gentoo.org> +net-ping-2.41.ebuild: + Bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/perl-core/net-ping/net-ping-2.41.ebuild b/perl-core/net-ping/net-ping-2.41.ebuild new file mode 100644 index 000000000000..4eb68ecda881 --- /dev/null +++ b/perl-core/net-ping/net-ping-2.41.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/net-ping/net-ping-2.41.ebuild,v 1.1 2013/08/14 06:02:05 patrick Exp $ + +EAPI=2 + +MODULE_AUTHOR=SMPETERS +MY_PN=Net-Ping +MY_P=${MY_PN}-${PV} +S=${WORKDIR}/${MY_P} +inherit perl-module + +DESCRIPTION="check a remote host for reachability" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +# online tests +SRC_TEST=no |