summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-04-12 20:49:06 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-04-12 20:49:06 +0000
commitfa308355d98f310c96b9994eca553bd35d729094 (patch)
treeb547d49a09f90bc6bf23083c4adff11b93d8f1c9 /net-misc/ifenslave
parentStable on sparc, bug #260063 (diff)
downloadgentoo-2-fa308355d98f310c96b9994eca553bd35d729094.tar.gz
gentoo-2-fa308355d98f310c96b9994eca553bd35d729094.tar.bz2
gentoo-2-fa308355d98f310c96b9994eca553bd35d729094.zip
Remove old versions.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ifenslave')
-rw-r--r--net-misc/ifenslave/ChangeLog7
-rw-r--r--net-misc/ifenslave/ifenslave-1.1.0-r1.ebuild47
-rw-r--r--net-misc/ifenslave/ifenslave-1.1.0-r2.ebuild48
-rw-r--r--net-misc/ifenslave/ifenslave-1.1.0.ebuild47
4 files changed, 6 insertions, 143 deletions
diff --git a/net-misc/ifenslave/ChangeLog b/net-misc/ifenslave/ChangeLog
index 1e79fef303d6..4df1c1c00fda 100644
--- a/net-misc/ifenslave/ChangeLog
+++ b/net-misc/ifenslave/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/ifenslave
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v 1.18 2009/04/12 20:48:19 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v 1.19 2009/04/12 20:49:06 robbat2 Exp $
+
+ 12 Apr 2009; Robin H. Johnson <robbat2@gentoo.org>
+ -ifenslave-1.1.0.ebuild, -ifenslave-1.1.0-r1.ebuild,
+ -ifenslave-1.1.0-r2.ebuild:
+ Remove old versions.
12 Apr 2009; Robin H. Johnson <robbat2@gentoo.org>
ifenslave-1.1.0-r3.ebuild, ifenslave-1.1.0-r4.ebuild:
diff --git a/net-misc/ifenslave/ifenslave-1.1.0-r1.ebuild b/net-misc/ifenslave/ifenslave-1.1.0-r1.ebuild
deleted file mode 100644
index 74e1f97b102a..000000000000
--- a/net-misc/ifenslave/ifenslave-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,47 +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/ifenslave/ifenslave-1.1.0-r1.ebuild,v 1.5 2005/05/30 19:09:16 swegener Exp $
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Attach and detach slave interfaces to a bonding device"
-HOMEPAGE="http://sf.net/projects/bonding/"
-MY_PN="ifenslave-2.6" # this is NOT an error
-DEBIAN_PV="3"
-DEBIANPKG_TARBALL="${MY_PN}_${PV}.orig.tar.gz"
-DEBIANPKG_PATCH="${MY_PN}_${PV}-${DEBIAN_PV}.diff.gz"
-DEBIANPKG_BASE="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}"
-SRC_URI="${DEBIANPKG_BASE}/${DEBIANPKG_TARBALL}
- ${DEBIANPKG_BASE}/${DEBIANPKG_PATCH}"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-RDEPEND="virtual/libc"
-DEPEND="sys-devel/gcc
- >=sys-kernel/linux-headers-2.4.22
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${DEBIANPKG_TARBALL}
- EPATCH_OPTS="-d ${S} -p1" epatch ${DISTDIR}/${DEBIANPKG_PATCH}
-}
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} ${PN}.c -o ${PN} || die "Failed to compile!"
-}
-
-src_install() {
- doman ${S}/${PN}.8
- into /
- dosbin ${PN}
- # there really is no better documentation than the sourcecode :-)
- dodoc ${PN}.c
- insinto /etc/modules.d
- newins ${FILESDIR}/modules.d-bond bond
-}
-
-pkg_postinst() {
- einfo "If you want to use bonding on your system, be sure to use"
- einfo "baselayout-1.10, where support is now integrated!"
-}
diff --git a/net-misc/ifenslave/ifenslave-1.1.0-r2.ebuild b/net-misc/ifenslave/ifenslave-1.1.0-r2.ebuild
deleted file mode 100644
index 4352656141e8..000000000000
--- a/net-misc/ifenslave/ifenslave-1.1.0-r2.ebuild
+++ /dev/null
@@ -1,48 +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/ifenslave/ifenslave-1.1.0-r2.ebuild,v 1.5 2005/05/30 19:09:16 swegener Exp $
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Attach and detach slave interfaces to a bonding device"
-HOMEPAGE="http://sf.net/projects/bonding/"
-MY_PN="ifenslave-2.6" # this is NOT an error
-DEBIAN_PV="4"
-DEBIANPKG_TARBALL="${MY_PN}_${PV}.orig.tar.gz"
-DEBIANPKG_PATCH="${MY_PN}_${PV}-${DEBIAN_PV}.diff.gz"
-DEBIANPKG_BASE="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}"
-SRC_URI="${DEBIANPKG_BASE}/${DEBIANPKG_TARBALL}
- ${DEBIANPKG_BASE}/${DEBIANPKG_PATCH}"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-RDEPEND="virtual/libc"
-DEPEND="sys-devel/gcc
- >=sys-kernel/linux-headers-2.4.22
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${DEBIANPKG_TARBALL}
- EPATCH_OPTS="-d ${S} -p1" epatch ${DISTDIR}/${DEBIANPKG_PATCH}
-}
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} ${PN}.c -o ${PN} || die "Failed to compile!"
-}
-
-src_install() {
- doman ${S}/${PN}.8
- into /
- dosbin ${PN}
- # there really is no better documentation than the sourcecode :-)
- dodoc ${PN}.c
- insinto /etc/modules.d
- newins ${FILESDIR}/modules.d-bond bond
-}
-
-pkg_postinst() {
- einfo "If you want to use bonding on your system, be sure to use"
- einfo ">=baselayout-1.10, where support is now integrated!"
- einfo "Using >=baselayout-1.11.6 strongly recommended."
-}
diff --git a/net-misc/ifenslave/ifenslave-1.1.0.ebuild b/net-misc/ifenslave/ifenslave-1.1.0.ebuild
deleted file mode 100644
index 0b169189ef33..000000000000
--- a/net-misc/ifenslave/ifenslave-1.1.0.ebuild
+++ /dev/null
@@ -1,47 +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/ifenslave/ifenslave-1.1.0.ebuild,v 1.6 2005/05/30 19:09:16 swegener Exp $
-
-inherit toolchain-funcs eutils
-
-DESCRIPTION="Attach and detach slave interfaces to a bonding device"
-HOMEPAGE="http://sf.net/projects/bonding/"
-MY_PN="ifenslave-2.6" # this is NOT an error
-DEBIAN_PV="3"
-DEBIANPKG_TARBALL="${MY_PN}_${PV}.orig.tar.gz"
-DEBIANPKG_PATCH="${MY_PN}_${PV}-${DEBIAN_PV}.diff.gz"
-DEBIANPKG_BASE="mirror://debian/pool/main/${MY_PN:0:1}/${MY_PN}"
-SRC_URI="${DEBIANPKG_BASE}/${DEBIANPKG_TARBALL}
- ${DEBIANPKG_BASE}/${DEBIANPKG_PATCH}"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-RDEPEND="virtual/libc"
-DEPEND="sys-devel/gcc
- >=sys-kernel/linux-headers-2.4.22
- ${RDEPEND}"
-
-src_unpack() {
- unpack ${DEBIANPKG_TARBALL}
- EPATCH_OPTS="-d ${S} -p1" epatch ${DISTDIR}/${DEBIANPKG_PATCH}
-}
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} ${PN}.c -o ${PN} || die "Failed to compile!"
-}
-
-src_install() {
- doman ${S}/${PN}.8
- into /
- dosbin ${PN}
- # there really is no better documentation than the sourcecode :-)
- dodoc ${PN}.c
- insinto /etc/modules.d
- newins ${FILESDIR}/modules.d-bond bond
-}
-
-pkg_postinst() {
- einfo "If you want to use bonding on your system, be sure to use"
- einfo "baselayout-1.10, where support is now integrated!"
-}