diff options
author | 2005-01-29 21:19:18 +0000 | |
---|---|---|
committer | 2005-01-29 21:19:18 +0000 | |
commit | 2a2b9927b5058763ee2107a3278b9013ef9a18e6 (patch) | |
tree | 2da97b1c5a30982fe5e027fd0d763746c34e732c /dev-perl/Net-Pcap | |
parent | updated (R)DEPEND to reflect rhino SLOT changes. (diff) | |
download | gentoo-2-2a2b9927b5058763ee2107a3278b9013ef9a18e6.tar.gz gentoo-2-2a2b9927b5058763ee2107a3278b9013ef9a18e6.tar.bz2 gentoo-2-2a2b9927b5058763ee2107a3278b9013ef9a18e6.zip |
Transition dependancy from net-libs/libpcap to virtual/libpcap
(Portage version: 2.0.51-r15)
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 e5f034229572..cc8f1977925c 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/ChangeLog,v 1.5 2004/06/25 00:49:13 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/ChangeLog,v 1.6 2005/01/29 21:16:42 dragonheart Exp $ + + 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> Net-Pcap-0.04.ebuild: + Transition dependancy from net-libs/libpcap to virtual/libpcap 19 Jun 2004; David Holm <dholm@gentoo.org> Net-Pcap-0.04.ebuild: Added to ~ppc. diff --git a/dev-perl/Net-Pcap/Net-Pcap-0.04.ebuild b/dev-perl/Net-Pcap/Net-Pcap-0.04.ebuild index 2c1455539fd1..28353a63f81a 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-2004 Gentoo Foundation +# Copyright 1999-2005 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.04.ebuild,v 1.5 2004/06/25 00:49:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.04.ebuild,v 1.6 2005/01/29 21:16:42 dragonheart Exp $ inherit perl-module @@ -8,7 +8,7 @@ DESCRIPTION="Perl Net::Pcap - Perl binding to the LBL pcap" SRC_URI="http://www.cpan.org/modules/by-module/Net/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/Net/${P}.readme" IUSE="" -DEPEND="net-libs/libpcap" +DEPEND="virtual/libpcap" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 amd64 ~ppc" |