diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:43:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:43:05 +0000 |
commit | c87ad59dcaa7a2176881f7dce9ac073f4448b322 (patch) | |
tree | 156cc2b5fa520ad4e463659cb2f73f029cc74a69 /dev-perl/Net-Pcap | |
parent | Removing wltjr as a maintainer since he was retired. (diff) | |
download | historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.gz historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.bz2 historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.zip |
Version bump.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'dev-perl/Net-Pcap')
-rw-r--r-- | dev-perl/Net-Pcap/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/Net-Pcap/ChangeLog b/dev-perl/Net-Pcap/ChangeLog index d8f8ec59df02..e7e56d7442c3 100644 --- a/dev-perl/Net-Pcap/ChangeLog +++ b/dev-perl/Net-Pcap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Net-Pcap # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/ChangeLog,v 1.37 2008/09/15 19:13:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/ChangeLog,v 1.38 2008/12/08 02:27:06 robbat2 Exp $ + +*Net-Pcap-0.16 (08 Dec 2008) + + 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +Net-Pcap-0.16.ebuild: + Version bump. 15 Sep 2008; Torsten Veller <tove@gentoo.org> -Net-Pcap-0.05.ebuild, -Net-Pcap-0.11.ebuild, -Net-Pcap-0.12.ebuild: diff --git a/dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild b/dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild new file mode 100644 index 000000000000..416c1754580b --- /dev/null +++ b/dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.16.ebuild,v 1.1 2008/12/08 02:27:06 robbat2 Exp $ + +inherit perl-module eutils + +DESCRIPTION="Perl Net::Pcap - Perl binding to the LBL pcap" +SRC_URI="mirror://cpan/authors/id/S/SA/SAPER/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/dist/${P}" +IUSE="" +DEPEND="net-libs/libpcap + dev-perl/IO-Interface + dev-lang/perl" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" |