diff options
author | David Holm <dholm@gentoo.org> | 2004-06-19 13:02:49 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-19 13:02:49 +0000 |
commit | e592524a6005637179c456edb7c06c8eda6a0dcc (patch) | |
tree | 983391da13f9e85f5759910703fc8ad5660c7983 /dev-perl/Net-Pcap | |
parent | Added a patch to add in missing I2C sanity checks that were added upstream in... (diff) | |
download | historical-e592524a6005637179c456edb7c06c8eda6a0dcc.tar.gz historical-e592524a6005637179c456edb7c06c8eda6a0dcc.tar.bz2 historical-e592524a6005637179c456edb7c06c8eda6a0dcc.zip |
Added to ~ppc
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.04.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Net-Pcap/ChangeLog b/dev-perl/Net-Pcap/ChangeLog index c6386904a60f..2c60e035f798 100644 --- a/dev-perl/Net-Pcap/ChangeLog +++ b/dev-perl/Net-Pcap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Net-Pcap -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/ChangeLog,v 1.3 2003/06/08 08:31:52 rac Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/ChangeLog,v 1.4 2004/06/19 13:02:49 dholm Exp $ + + 19 Jun 2004; David Holm <dholm@gentoo.org> Net-Pcap-0.04.ebuild: + Added to ~ppc. 08 Jun 2003; <rac@gentoo.org> Net-Pcap-0.04.ebuild: Add header, clean ebuild syntax diff --git a/dev-perl/Net-Pcap/Net-Pcap-0.04.ebuild b/dev-perl/Net-Pcap/Net-Pcap-0.04.ebuild index f4690f92f017..72e2babb9269 100644 --- a/dev-perl/Net-Pcap/Net-Pcap-0.04.ebuild +++ b/dev-perl/Net-Pcap/Net-Pcap-0.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.04.ebuild,v 1.3 2003/06/21 21:36:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.04.ebuild,v 1.4 2004/06/19 13:02:49 dholm Exp $ inherit perl-module @@ -11,4 +11,4 @@ IUSE="" DEPEND="net-libs/libpcap" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 amd64" +KEYWORDS="x86 amd64 ~ppc" |