diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-03 01:31:06 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-03 01:31:06 +0000 |
commit | 45d724738595ddb046c00540f936c86fff896855 (patch) | |
tree | 7ec2392ca0e6c29cd14b999625deb8c67d2f5dc2 /net-misc/bridge-utils/bridge-utils-0.9.6.ebuild | |
parent | Add bridge-utils-0.9.6-r2 that uses the bridge support in the new baselayout,... (diff) | |
download | gentoo-2-45d724738595ddb046c00540f936c86fff896855.tar.gz gentoo-2-45d724738595ddb046c00540f936c86fff896855.tar.bz2 gentoo-2-45d724738595ddb046c00540f936c86fff896855.zip |
Remove some old ebuilds.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/bridge-utils/bridge-utils-0.9.6.ebuild')
-rw-r--r-- | net-misc/bridge-utils/bridge-utils-0.9.6.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-misc/bridge-utils/bridge-utils-0.9.6.ebuild b/net-misc/bridge-utils/bridge-utils-0.9.6.ebuild deleted file mode 100644 index 93568032986e..000000000000 --- a/net-misc/bridge-utils/bridge-utils-0.9.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/bridge-utils/bridge-utils-0.9.6.ebuild,v 1.10 2005/04/29 23:00:09 robbat2 Exp $ - -# I think you want CONFIG_BRIDGE in your kernel to use this ;) - -DESCRIPTION="Tools for configuring the Linux kernel 802.1d Ethernet Bridge" -HOMEPAGE="http://bridge.sourceforge.net/" - -S=${WORKDIR}/${PN} -SRC_URI="mirror://sourceforge/bridge/${P}.tar.gz" - -IUSE="" -DEPEND="virtual/libc" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -src_compile() { - econf --prefix=/ --libdir=/usr/lib --includedir=/usr/include || die "econf failed" - emake || die "make failed" - test -f brctl/brctl -a -f brctl/brctld || die "build not successful" -} - -src_install () { - einstall prefix=${D} libdir=${D}/usr/lib includedir=${D}/usr/include - dodoc AUTHORS ChangeLog README THANKS - dodoc doc/{FAQ,FIREWALL,HOWTO,PROJECTS,SMPNOTES,WISHLIST} -} - -pkg_postinst () { - ewarn "brctl has been moved to /sbin - " - ewarn "if you use it in your startup scripts, update them accordingly!" -} |