diff --git a/dev-python/python-ethtool/Manifest b/dev-python/python-ethtool/Manifest new file mode 100644 index 000000000..e85dcfb09 --- /dev/null +++ b/dev-python/python-ethtool/Manifest @@ -0,0 +1,2 @@ +DIST python-ethtool-0.3.tar.bz2 18644 RMD160 7145fa6d4231706d1615e851619b88765450ad1c SHA1 76ab1316d59332bc51227034ee575c0a5820fb9e SHA256 eb69cbf8c4c368e829b61521cb0df46c2689453dcecaed7421e2859aa570c43a +EBUILD python-ethtool-0.3.ebuild 424 RMD160 9d06b369a3a29b2efebfc69ac1533dea771b17e8 SHA1 a8937e099059958a965057505237293c7d45b891 SHA256 13ce4e2d9e118d56e56d4f2874f946f9734557d12c79030680af0366be5b217b diff --git a/dev-python/python-ethtool/python-ethtool-0.3.ebuild b/dev-python/python-ethtool/python-ethtool-0.3.ebuild new file mode 100644 index 000000000..29dcfdabc --- /dev/null +++ b/dev-python/python-ethtool/python-ethtool-0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit distutils eutils + +DESCRIPTION="Python bindings for the ethtool kernel interface" +HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git" +SRC_URI="http://userweb.kernel.org/~acme/python-ethtool/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE=""