summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-06-26 19:31:22 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-06-26 19:31:22 +0000
commit1e5329fbb73ac58846844144134985d9969f3918 (patch)
treedf81cc0970b0bafdf8667a0d1d37e6721cfdec4d /net-misc
parentVersion bump wrt bug 307167. Thanks to Terra <gentoo.org@tech.FutureQuest.net... (diff)
downloadgentoo-2-1e5329fbb73ac58846844144134985d9969f3918.tar.gz
gentoo-2-1e5329fbb73ac58846844144134985d9969f3918.tar.bz2
gentoo-2-1e5329fbb73ac58846844144134985d9969f3918.zip
Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ucarp/ChangeLog6
-rw-r--r--net-misc/ucarp/ucarp-1.2.ebuild27
-rw-r--r--net-misc/ucarp/ucarp-1.5.1.ebuild27
-rw-r--r--net-misc/ucarp/ucarp-1.5.ebuild27
4 files changed, 5 insertions, 82 deletions
diff --git a/net-misc/ucarp/ChangeLog b/net-misc/ucarp/ChangeLog
index ca48084e5698..a5f81247ba81 100644
--- a/net-misc/ucarp/ChangeLog
+++ b/net-misc/ucarp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/ucarp
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.16 2010/06/26 19:29:15 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.17 2010/06/26 19:31:22 xarthisius Exp $
+
+ 26 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> -ucarp-1.2.ebuild,
+ -ucarp-1.5.ebuild, -ucarp-1.5.1.ebuild:
+ Remove old.
*ucarp-1.5.2 (26 Jun 2010)
diff --git a/net-misc/ucarp/ucarp-1.2.ebuild b/net-misc/ucarp/ucarp-1.2.ebuild
deleted file mode 100644
index 9c3ea7c5b73d..000000000000
--- a/net-misc/ucarp/ucarp-1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.2.ebuild,v 1.4 2010/06/26 19:29:15 xarthisius Exp $
-
-inherit eutils
-
-DESCRIPTION="Portable userland implementation of Common Address Redundancy Protocol (CARP)."
-HOMEPAGE="http://www.ucarp.org"
-LICENSE="GPL-2"
-DEPEND="virtual/libpcap"
-SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~ppc"
-IUSE=""
-
-src_compile() {
- econf || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc README INSTALL NEWS ChangeLog || die
- dodoc examples/linux/vip-up.sh examples/linux/vip-down.sh
-}
diff --git a/net-misc/ucarp/ucarp-1.5.1.ebuild b/net-misc/ucarp/ucarp-1.5.1.ebuild
deleted file mode 100644
index 1d57b7c2215a..000000000000
--- a/net-misc/ucarp/ucarp-1.5.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.5.1.ebuild,v 1.1 2009/09/12 09:13:59 patrick Exp $
-
-inherit eutils
-
-DESCRIPTION="Portable userland implementation of Common Address Redundancy Protocol (CARP)."
-HOMEPAGE="http://www.ucarp.org"
-LICENSE="GPL-2"
-DEPEND="virtual/libpcap"
-SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
-IUSE=""
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc README INSTALL NEWS ChangeLog || die
- dodoc examples/linux/vip-{up,down}.sh
-}
diff --git a/net-misc/ucarp/ucarp-1.5.ebuild b/net-misc/ucarp/ucarp-1.5.ebuild
deleted file mode 100644
index 64deaa1666c0..000000000000
--- a/net-misc/ucarp/ucarp-1.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.5.ebuild,v 1.1 2008/11/12 17:24:20 wschlich Exp $
-
-inherit eutils
-
-DESCRIPTION="Portable userland implementation of Common Address Redundancy Protocol (CARP)."
-HOMEPAGE="http://www.ucarp.org"
-LICENSE="GPL-2"
-DEPEND="virtual/libpcap"
-SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc"
-IUSE=""
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- dodoc README INSTALL NEWS ChangeLog || die
- dodoc examples/linux/vip-{up,down}.sh
-}