diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:19:18 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 21:19:18 +0000 |
commit | 2a2b9927b5058763ee2107a3278b9013ef9a18e6 (patch) | |
tree | 2da97b1c5a30982fe5e027fd0d763746c34e732c /dev-python/pylibpcap | |
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-python/pylibpcap')
-rw-r--r-- | dev-python/pylibpcap/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pylibpcap/pylibpcap-0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pylibpcap/ChangeLog b/dev-python/pylibpcap/ChangeLog index e7127aa24167..7901a5ad7d2f 100644 --- a/dev-python/pylibpcap/ChangeLog +++ b/dev-python/pylibpcap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylibpcap -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.5 2004/12/30 23:37:15 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.6 2005/01/29 21:16:55 dragonheart Exp $ + + 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> pylibpcap-0.4.ebuild: + Transition dependancy from net-libs/libpcap to virtual/libpcap 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-python/pylibpcap/pylibpcap-0.4.ebuild b/dev-python/pylibpcap/pylibpcap-0.4.ebuild index 78f47f21602e..057f8ee295c1 100644 --- a/dev-python/pylibpcap/pylibpcap-0.4.ebuild +++ b/dev-python/pylibpcap/pylibpcap-0.4.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-python/pylibpcap/pylibpcap-0.4.ebuild,v 1.7 2004/06/25 01:40:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.4.ebuild,v 1.8 2005/01/29 21:16:55 dragonheart Exp $ inherit distutils @@ -14,7 +14,7 @@ KEYWORDS="x86" IUSE="" DEPEND="virtual/python - net-libs/libpcap" + virtual/libpcap" src_install() { distutils_src_install |