diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:07:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:07:56 +0000 |
commit | 9b9e0b2fb3be5f797c37470e96389055a4ce1309 (patch) | |
tree | 0a2f9a8238b4900f922a87ac144849302cc43071 /dev-python/pylibpcap | |
parent | gcc3.3 patch (diff) | |
download | historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.tar.gz historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.tar.bz2 historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.zip |
fix license/repoman
Diffstat (limited to 'dev-python/pylibpcap')
-rw-r--r-- | dev-python/pylibpcap/pylibpcap-0.4.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-python/pylibpcap/pylibpcap-0.4.ebuild b/dev-python/pylibpcap/pylibpcap-0.4.ebuild index b1feda087799..2bbe77d40569 100644 --- a/dev-python/pylibpcap/pylibpcap-0.4.ebuild +++ b/dev-python/pylibpcap/pylibpcap-0.4.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.4.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ +# 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.5 2003/08/07 03:05:20 vapier Exp $ inherit distutils -S=${WORKDIR}/${P} DESCRIPTION="Python interface to libpcap" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/${PN}/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -IUSE="" LICENSE="BSD" SLOT="0" KEYWORDS="x86" @@ -21,5 +19,4 @@ src_install() { distutils_src_install insinto /usr/share/doc/${PF}/examples doins examples/* -} - +} |