public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/ucarp/
@ 2020-09-24 19:53 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-09-24 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     740750a7017393eb6daa3a8aed9e473bd494c65b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 19:38:55 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 19:53:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740750a7

net-misc/ucarp: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

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

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 7fbb7e97c10..00000000000
--- 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."
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ucarp/
@ 2021-01-07 10:14 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2021-01-07 10:14 UTC (permalink / raw
  To: gentoo-commits

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."
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/ucarp/
@ 2021-08-18 12:46 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2021-08-18 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     24551478bc4c7af14207328697870d90345959b6
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 18 12:45:37 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 12:45:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24551478

net-misc/ucarp: amd64 stable wrt bug #808735

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-misc/ucarp/ucarp-1.5.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ucarp/ucarp-1.5.2-r7.ebuild b/net-misc/ucarp/ucarp-1.5.2-r7.ebuild
index 71bed0a3f33..cb9862b8070 100644
--- a/net-misc/ucarp/ucarp-1.5.2-r7.ebuild
+++ b/net-misc/ucarp/ucarp-1.5.2-r7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="debug nls"
 
 RDEPEND="net-libs/libpcap"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-18 12:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-07 10:14 [gentoo-commits] repo/gentoo:master commit in: net-misc/ucarp/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2021-08-18 12:46 Agostino Sarubbo
2020-09-24 19:53 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox