diff options
author | 2010-03-21 17:21:04 +0000 | |
---|---|---|
committer | 2010-03-21 17:21:04 +0000 | |
commit | 50149e739a33ad65bbf0898c1a39b5fcfed3d9e9 (patch) | |
tree | bc40c3915b5326e2a83078cbbe2d5f3d6bf60eb0 /sys-apps/ethtool/ethtool-0.6.ebuild | |
parent | xf86-input-vmmouse version bump (diff) | |
download | historical-50149e739a33ad65bbf0898c1a39b5fcfed3d9e9.tar.gz historical-50149e739a33ad65bbf0898c1a39b5fcfed3d9e9.tar.bz2 historical-50149e739a33ad65bbf0898c1a39b5fcfed3d9e9.zip |
Version bump #310173 by Tim Harder and rename older version to avoid conflicts.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'sys-apps/ethtool/ethtool-0.6.ebuild')
-rw-r--r-- | sys-apps/ethtool/ethtool-0.6.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/ethtool/ethtool-0.6.ebuild b/sys-apps/ethtool/ethtool-0.6.ebuild new file mode 100644 index 000000000000..4d484288e312 --- /dev/null +++ b/sys-apps/ethtool/ethtool-0.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ethtool-0.6.ebuild,v 1.1 2010/03/21 17:21:04 vapier Exp $ + +MY_P="${P/0.}" +DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces" +HOMEPAGE="http://sourceforge.net/projects/gkernel/" +SRC_URI="mirror://sourceforge/gkernel/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" +IUSE="" + +S=${WORKDIR}/${MY_P} + +src_install() { + emake install DESTDIR="${D}" || die + dodoc AUTHORS ChangeLog* NEWS README +} |