public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/2ping: ChangeLog 2ping-2.0.ebuild
@ 2012-04-23 11:50 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2012-04-23 11:50 UTC (permalink / raw
  To: gentoo-commits

blueness    12/04/23 11:50:23

  Modified:             ChangeLog
  Added:                2ping-2.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-analyzer/2ping/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/2ping/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/2ping/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/2ping/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/2ping/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	18 Mar 2012 12:55:41 -0000	1.1
+++ ChangeLog	23 Apr 2012 11:50:23 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/2ping
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/2ping/ChangeLog,v 1.1 2012/03/18 12:55:41 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/2ping/ChangeLog,v 1.2 2012/04/23 11:50:23 blueness Exp $
+
+*2ping-2.0 (23 Apr 2012)
+
+  23 Apr 2012; Anthony G. Basile <blueness@gentoo.org> +2ping-2.0.ebuild:
+  Version bump
 
 *2ping-1.2.3 (18 Mar 2012)
 



1.1                  net-analyzer/2ping/2ping-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/2ping/2ping-2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/2ping/2ping-2.0.ebuild?rev=1.1&content-type=text/plain

Index: 2ping-2.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/2ping/2ping-2.0.ebuild,v 1.1 2012/04/23 11:50:23 blueness Exp $

EAPI="4"

DESCRIPTION="A bi-directional ping utility"
HOMEPAGE="http://www.finnie.org/software/2ping/"
SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="crc ipv6 md5 sha server"

# The 2ping script itself checks if these optional deps are available.
DEPEND="
	dev-lang/perl
	perl-core/Getopt-Long
	perl-core/PodParser
	perl-core/IO
	perl-core/Time-HiRes
	ipv6? ( dev-perl/IO-Socket-INET6 )
	md5? ( perl-core/Digest-MD5 )
	sha? ( perl-core/Digest-SHA )
	crc? ( dev-perl/Digest-CRC )
"
RDEPEND="${DEPEND}"

src_install() {
	emake DESTDIR="${D}" PREFIX="/usr" install
	dodoc ChangeLog README
	use server && {
		doinitd "${FILESDIR}"/2pingd
		newconfd "${FILESDIR}"/2pingd.conf 2pingd
	}
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-23 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 11:50 [gentoo-commits] gentoo-x86 commit in net-analyzer/2ping: ChangeLog 2ping-2.0.ebuild Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox