diff options
author | 2009-04-25 04:20:44 +0000 | |
---|---|---|
committer | 2009-04-25 04:20:44 +0000 | |
commit | 8fdb2ae9f1e19a7350398c044cfece3ec48d09e7 (patch) | |
tree | 3c6925e004a7c25559151bfaf0706229343475ae /dev-python/python-iwscan/python-iwscan-20080402.ebuild | |
parent | Initial ebuild of dev-python/python-wpactrl, written by myself. (diff) | |
download | historical-8fdb2ae9f1e19a7350398c044cfece3ec48d09e7.tar.gz historical-8fdb2ae9f1e19a7350398c044cfece3ec48d09e7.tar.bz2 historical-8fdb2ae9f1e19a7350398c044cfece3ec48d09e7.zip |
Initial ebuild of dev-python/python-iwscan, written by myself.
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-iwscan/python-iwscan-20080402.ebuild')
-rw-r--r-- | dev-python/python-iwscan/python-iwscan-20080402.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/python-iwscan/python-iwscan-20080402.ebuild b/dev-python/python-iwscan/python-iwscan-20080402.ebuild new file mode 100644 index 000000000000..f8355a125a7e --- /dev/null +++ b/dev-python/python-iwscan/python-iwscan-20080402.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iwscan/python-iwscan-20080402.ebuild,v 1.1 2009/04/25 04:20:44 darkside Exp $ + +inherit distutils + +DESCRIPTION="A Python extension for iwscan access" +HOMEPAGE="http://projects.otaku42.de/browser/python-iwscan" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="" |