commit:     b3e584a3154d75970b33cdc433409608f2a8d284
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Thu Jun 15 07:50:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 21:39:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e584a3

sys-cluster/keepalived: drop snapshot

Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31448
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-cluster/keepalived/Manifest                    |  1 -
 .../keepalived/keepalived-2.2.7_p20221209.ebuild   | 82 ----------------------
 2 files changed, 83 deletions(-)

diff --git a/sys-cluster/keepalived/Manifest b/sys-cluster/keepalived/Manifest
index 8a884c8cbe84..4001c63bf854 100644
--- a/sys-cluster/keepalived/Manifest
+++ b/sys-cluster/keepalived/Manifest
@@ -1,3 +1,2 @@
 DIST keepalived-2.2.7.tar.gz 1180180 BLAKE2B 
62c4534eb1eebeac596b628a1fa5fb4069498d532fdeff0dc51afbc71e90125bff7fcffb897da3fd34765c64f43d7b04dcf184169b1bc2cf33413e109f9f5cdc
 SHA512 
9869437fe6f0c10590b13088002b53474a51102da9838a6575d835d006c4871b61324ab80e0e81e0a23d0124e6f033cfc7114749e87b8f736408f3f0bedb3968
-DIST keepalived-2.2.7_p20221209.tar.gz 959087 BLAKE2B 
2c8a46874ddac414a6d6f7bc1646d90dd9afc813ffcdd5990d1a220171e77c1e17a97c0549c2223eb2401b60870b7d98139106345079033c2f2875d158024b2a
 SHA512 
519837fd463e69bc2eb8415fa8d5e5bd92cda1d0e3e80a0725a38285901b59fa8ba9e0d6852dbbdddf4bb72398286b4fa2779a6c341245b6322c4bef8dce37d6
 DIST keepalived-2.2.8.tar.gz 1202602 BLAKE2B 
3d8d738a0c4e6f00ea8dc3603813d21e52e259d301872f2db16c3373c3a034bedcf3f02e19d1b50855d90bbfece863e710d75a67e2d6dd057dfe451608a73fcb
 SHA512 
dc0ab5b0ef8911a7859422eccc2771a40e942236c855a628158ed748eb5f7dc4b6f4850e9c3057e81fd9d2daa640ab51fb1d7af12748a613280a217b333eb06b

diff --git a/sys-cluster/keepalived/keepalived-2.2.7_p20221209.ebuild 
b/sys-cluster/keepalived/keepalived-2.2.7_p20221209.ebuild
deleted file mode 100644
index 8a0b7135a533..000000000000
--- a/sys-cluster/keepalived/keepalived-2.2.7_p20221209.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools systemd
-GIT_COMMIT="fbd699fac85d768c3ddab048a8f9d3dfaec7eaad"
-
-DESCRIPTION="A strong & robust keepalive facility to the Linux Virtual Server 
project"
-HOMEPAGE="https://www.keepalived.org/";
-SRC_URI="https://github.com/acassen/keepalived/archive/${GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/keepalived-${GIT_COMMIT}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="+bfd dbus json regex snmp systemd"
-
-RDEPEND="
-       dev-libs/libnl:=
-       dev-libs/openssl:=
-       dev-libs/popt
-       net-libs/libnfnetlink
-       sys-apps/iproute2
-       regex? ( >=dev-libs/libpcre2-8:= )
-       dbus? (
-               sys-apps/dbus
-               dev-libs/glib:2
-       )
-       json? ( dev-libs/json-c:= )
-       snmp? ( net-analyzer/net-snmp:= )
-       systemd? ( sys-apps/systemd )"
-DEPEND="${RDEPEND}
-       >=sys-kernel/linux-headers-4.4"
-
-DOCS=(
-       README CONTRIBUTORS INSTALL ChangeLog AUTHOR TODO
-       doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       # keepalived has support to dynamically use some libraries instead of
-       # linking them:
-       #--enable-dynamic-linking \
-       #--enable-libiptc-dynamic \
-       #--enable-libnl-dynamic \
-       #--enable-libxtables-dynamic \
-       econf \
-               --with-init="$(usex systemd systemd custom)" \
-               --with-kernel-dir="${ESYSROOT}"/usr \
-               --enable-vrrp \
-               $(use_enable bfd) \
-               $(use_enable dbus) \
-               $(use_enable json) \
-               $(use_enable regex) \
-               $(use_enable snmp) \
-               $(use_enable snmp snmp-rfc) \
-               $(use_enable systemd)
-}
-
-src_install() {
-       default
-
-       newinitd "${FILESDIR}"/keepalived.init-r1 keepalived
-       newconfd "${FILESDIR}"/keepalived.confd-r1 keepalived
-
-       systemd_newunit "${FILESDIR}"/${PN}.service-r1 ${PN}.service
-       systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
-
-       use snmp && dodoc doc/*MIB.txt
-
-       # This was badly named by upstream, it's more HOWTO than anything else.
-       newdoc INSTALL INSTALL+HOWTO
-
-       # Clean up sysvinit files
-       rm -rv "${ED}"/etc/sysconfig || die
-}

Reply via email to