commit:     55ffcf7b22f17262c9723b7761a02d80950c6e9f
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Jan  7 10:13:57 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 10:13:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ffcf7b

net-misc/ucarp: Remove old

Closes: https://github.com/gentoo/gentoo/pull/18971
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/ucarp/ucarp-1.5.2-r3.ebuild | 47 ------------------------------------
 1 file changed, 47 deletions(-)

diff --git a/net-misc/ucarp/ucarp-1.5.2-r3.ebuild 
b/net-misc/ucarp/ucarp-1.5.2-r3.ebuild
deleted file mode 100644
index 7a09ba18faf..00000000000
--- a/net-misc/ucarp/ucarp-1.5.2-r3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="Portable userland implementation of Common Address Redundancy 
Protocol (CARP)"
-HOMEPAGE="http://www.ucarp.org";
-SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="nls"
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )"
-
-src_configure() {
-       econf $(use_enable nls)
-}
-
-src_install() {
-       default
-
-       doman "${FILESDIR}"/ucarp.8
-
-       exeinto /usr/libexec/ucarp
-       doexe "${FILESDIR}"/vip-up-default.sh
-       doexe "${FILESDIR}"/vip-down-default.sh
-
-       keepdir /etc/ucarp
-
-       newinitd "${FILESDIR}"/ucarp.initd-r1 ucarp
-       newconfd "${FILESDIR}"/ucarp.confd ucarp
-}
-
-pkg_postinst() {
-       elog "The provided init script needs to be configured first."
-       elog "Edit /etc/conf.d/ucarp to suite your environment."
-       elog "You will also have to set a shared password within 
/etc/ucarp/ucarp.pass"
-       elog "or whatever file you have set \$UCARP_PASSFILE to."
-
-       elog "If you need more than one instance of ucarp running, simply 
symlink"
-       elog "the init script and create a copy of the init script 
configuration"
-       elog "which corresponds to the name of the init script."
-}

Reply via email to