diff options
author | Ned Ludd <solar@gentoo.org> | 2004-10-28 20:19:55 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-10-28 20:19:55 +0000 |
commit | 3614d7feafc45e4f50806c890337a9e3f542b1fd (patch) | |
tree | c8f472298eb3bd834b4a42cb58ec6a74b0572d1c /net-misc/vconfig/vconfig-1.7.ebuild | |
parent | fixed the ppc logic in toolchain.eclass and keyworded 3.4.2-r3 as testing on ppc (diff) | |
download | historical-3614d7feafc45e4f50806c890337a9e3f542b1fd.tar.gz historical-3614d7feafc45e4f50806c890337a9e3f542b1fd.tar.bz2 historical-3614d7feafc45e4f50806c890337a9e3f542b1fd.zip |
clean up old ebuilds and fixed CC usage to use new toolchain-funcs.eclass. bug 69275
Diffstat (limited to 'net-misc/vconfig/vconfig-1.7.ebuild')
-rw-r--r-- | net-misc/vconfig/vconfig-1.7.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-misc/vconfig/vconfig-1.7.ebuild b/net-misc/vconfig/vconfig-1.7.ebuild deleted file mode 100644 index c207780a2f49..000000000000 --- a/net-misc/vconfig/vconfig-1.7.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.7.ebuild,v 1.6 2004/07/13 03:06:04 solar Exp $ - -MY_PN="vlan" -DESCRIPTION="802.1Q vlan control utility" -HOMEPAGE="http://www.candelatech.com/~greear/vlan.html" -SRC_URI="http://www.candelatech.com/~greear/vlan/${MY_PN}.${PV}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc " -IUSE="static" -DEPEND="virtual/os-headers" -S=${WORKDIR}/${MY_PN} - -src_compile() { - use static && LDFLAGS="${LDFLAGS} -static" - emake CC="gcc" CCFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die -} - -src_install() { - dosbin vconfig || die "dosbin error" - doman vconfig.8 || die "doman error" - dodoc CHANGELOG README || die "dodoc error" - dohtml howto.html vlan.html || die "dohtml error" -} - -pkg_postinst() { - ewarn "MTU problems exist for many ethernet drivers" -} |