diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-09 06:03:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-09 06:03:14 +0000 |
commit | 3f62d76c934834dd008b307fad4e6f81156db2aa (patch) | |
tree | 8e94cb0f38f25b72494df7bd4279ef40303f8f43 /perl-core | |
parent | Version bump (diff) | |
download | gentoo-2-3f62d76c934834dd008b307fad4e6f81156db2aa.tar.gz gentoo-2-3f62d76c934834dd008b307fad4e6f81156db2aa.tar.bz2 gentoo-2-3f62d76c934834dd008b307fad4e6f81156db2aa.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/net-ping/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/net-ping/net-ping-2.36.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/perl-core/net-ping/ChangeLog b/perl-core/net-ping/ChangeLog index 0de52d647567..c22bef2e6340 100644 --- a/perl-core/net-ping/ChangeLog +++ b/perl-core/net-ping/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/net-ping -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/net-ping/ChangeLog,v 1.10 2008/10/11 08:45:34 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/net-ping/ChangeLog,v 1.11 2009/06/09 06:03:14 tove Exp $ + +*net-ping-2.36 (09 Jun 2009) + + 09 Jun 2009; Torsten Veller <tove@gentoo.org> +net-ping-2.36.ebuild: + Version bump *net-ping-2.35 (11 Oct 2008) diff --git a/perl-core/net-ping/net-ping-2.36.ebuild b/perl-core/net-ping/net-ping-2.36.ebuild new file mode 100644 index 000000000000..6dc48164bea2 --- /dev/null +++ b/perl-core/net-ping/net-ping-2.36.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 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.36.ebuild,v 1.1 2009/06/09 06:03:14 tove 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" +IUSE="" + +# online tests +SRC_TEST=no |