summaryrefslogtreecommitdiff
path: root/net-misc/ucarp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /net-misc/ucarp
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'net-misc/ucarp')
-rw-r--r--net-misc/ucarp/Manifest1
-rw-r--r--net-misc/ucarp/ucarp-1.5.2-r4.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/net-misc/ucarp/Manifest b/net-misc/ucarp/Manifest
index b9246c305f3f..7b6b21198e9c 100644
--- a/net-misc/ucarp/Manifest
+++ b/net-misc/ucarp/Manifest
@@ -8,6 +8,5 @@ AUX vip-up-default.sh 132 BLAKE2B 01d0976bc4029250a481ad22db0432b62604030ed2d6d3
AUX vip-up-default.sh-r1 131 BLAKE2B b0067bf6a9c442fe536564fc50f589be00caf7dbacfe1bb2370d467a5f5e706a548bfb5db8d2f5d21bf946ab543e0a2f84c74d07d737772c70713c583ec551a1 SHA512 d00a2acaa44567f936e029af96a841bf815b75e18f5d2563800e996acdea68ef3265e7ea7b67e7cba3fe671e7809ec905e9cc39ad5fe2c807170cfa1fa6595ff
DIST ucarp-1.5.2.tar.gz 429089 BLAKE2B 2e30b5c2f1f4e51662e9dab0e3b32eae636fbaeb533df2c8753dd1df8199101aa75b146bda1035fd77b0d209617eb9eb1d3a8b2fc4bd5089e6c1478c4a821ef8 SHA512 568ff2061e59d314c72a160ccb42eb099bf7cdf04bc30f405b5b62322dff3ceb4fa037c2b430fdb4cee25f0dcacf9309a15bd814b4b70b640840400bda20b253
EBUILD ucarp-1.5.2-r3.ebuild 1247 BLAKE2B 067f4cab17d51e15ffc2abd8407450ded183e6e6ac7d82af3994b0b1ebea0f0da3e3ef25ed2b954cb07379a2249ee050b62913493821bfd3c97c7785740589d1 SHA512 66ab66b2db551c97bee096a2f1d81767c10e6beb96c2268504db219c2b01b4edae118c82ca04c3fa2d153d486673ab108caba5ff43d5168530f9a5a0eea75bc4
-EBUILD ucarp-1.5.2-r4.ebuild 1294 BLAKE2B 53095b7a6574d52a10521949e4023b98727452e0655c382058ed447bc3f49bfeac4495fa271da48701da8d4f47ec0fb02822627384bf34ca1b2f67d7c9eb2738 SHA512 e0176e08f11170c9ea5523b2e644eefdf0c2d1178333ed547587407454cfb94e8cfdc287d4b76e7c7ed1fc602d146c707083effdb4b72e03174e5fbbed841261
EBUILD ucarp-1.5.2-r5.ebuild 1294 BLAKE2B 478a6329804bbeb059dc3fbf83e2159ecfc4d7792f214a481720ddb150aa3762dd0d1b26153af493ced9ec615ca157e8411510accce218f08723a1d0be0f645e SHA512 0da1ba75ab1b8e877067814e8fb7551f6bdd19c430e6e2a85381ac4e284a642d261c9f41ebb7509ca71737e105b1a24efc06bfb3896c42663759ce99244bbea8
MISC metadata.xml 253 BLAKE2B 2fbd23e1eeca2d6a1474e03aeaa1ad81f16f00141d906ca087f01b67a69e065cac2b3600c2da212ca9fdaf4765788a58ec12b6cd6a45323e5b524dbdb1ce0a77 SHA512 0894860713279dc39bbe7ce3491002710b62c4476198984a0deb6328cb0012c19d7a5546299960bbe600ee240e62a603dd4c4fa04325a753cc0b7c4044c30aba
diff --git a/net-misc/ucarp/ucarp-1.5.2-r4.ebuild b/net-misc/ucarp/ucarp-1.5.2-r4.ebuild
deleted file mode 100644
index 7fbb7e97c10b..000000000000
--- a/net-misc/ucarp/ucarp-1.5.2-r4.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
- newexe "${FILESDIR}"/vip-up-default.sh-r1 vip-up-default.sh
- newexe "${FILESDIR}"/vip-down-default.sh-r1 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."
-}