From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/
Date: Sat, 25 Jan 2020 15:06:53 +0000 (UTC) [thread overview]
Message-ID: <1579964777.5f6efeec7f07baf97d2e59a132bc14b6c6e18a1d.ultrabug@gentoo> (raw)
commit: 5f6efeec7f07baf97d2e59a132bc14b6c6e18a1d
Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Jan 24 08:01:24 2020 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 15:06:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6efeec
sys-cluster/keepalived: bump to 2.0.20, drop old
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14424
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
sys-cluster/keepalived/Manifest | 2 +-
.../{keepalived-2.0.18.ebuild => keepalived-2.0.20.ebuild} | 13 +++----------
2 files changed, 4 insertions(+), 11 deletions(-)
diff --git a/sys-cluster/keepalived/Manifest b/sys-cluster/keepalived/Manifest
index 72ef4d06d32..c166b0de798 100644
--- a/sys-cluster/keepalived/Manifest
+++ b/sys-cluster/keepalived/Manifest
@@ -1,3 +1,3 @@
DIST keepalived-2.0.17.tar.gz 1003077 BLAKE2B 68ce64145f917267f6f156fc7b4ffb05ce0bd24b64ddfb3cb2ae8b54850586cffa04c0b617a0f1c6cffd659bba208c145051e436e002ee048908c44fa1c433ff SHA512 6bbcd76604785ef11af4df0a72015ff75a3f47fd04dbe15913f1a30bc80371a188f54020dca881a2b6a562e6ea0b1c5c9c4561c46aa4bdbb8c9f3c54b411d1df
-DIST keepalived-2.0.18.tar.gz 1015958 BLAKE2B dc941fe24e5945148b8e0ba2f18237f80b4a8382fd83e48b1b0caee2e28648ab8adc405f616d718cb00b097bcd91672f6281f0dbeed20a1fd532c392e4295620 SHA512 11e0a9b9bdca734a923254b4484f4e808cf362e795e3f457f707772b7522929be4bbbba9b1c152b7cb7601d8315b6faea229ed59f115787d6197fbc62770f9a3
DIST keepalived-2.0.19.tar.gz 1025062 BLAKE2B 3a4164ea7468d5709dfc68da9008d83a15273b6a12679e67348b49fc9fba8938d2552f1cb905d0b6af497a5f4f6b3281b3478a4da8707ed35cd30a8601ed1e40 SHA512 68a510983bc043484e5edbc1d87563677a048282ec52873105f0af922e8b4de5b8e7176944010f9d4d6f65d1a4ebaf930c3d37273e28c1f115ed0fda245d8109
+DIST keepalived-2.0.20.tar.gz 1036063 BLAKE2B 217dee8c6dcb148119822f3c6a0b57482e91a17671a35333d0dccf04a3f7c6606a1c9e0b3f2a3adeab838fd91b7c714a0bf11895fe0c7d90d836d3585620c8e2 SHA512 36bbc4aa0a1045486e608c9f4ed73f4335b871dae88beaed10d86445474c462136885225cd6b61219a36fca2ff43771623bc6d072e406cf684acc2ca8f2a38f6
diff --git a/sys-cluster/keepalived/keepalived-2.0.18.ebuild b/sys-cluster/keepalived/keepalived-2.0.20.ebuild
similarity index 84%
rename from sys-cluster/keepalived/keepalived-2.0.18.ebuild
rename to sys-cluster/keepalived/keepalived-2.0.20.ebuild
index a00ef1ac400..12763f52118 100644
--- a/sys-cluster/keepalived/keepalived-2.0.18.ebuild
+++ b/sys-cluster/keepalived/keepalived-2.0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://www.keepalived.org/software/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="+bfd dbus debug -json regex snmp"
+IUSE="+bfd dbus -json regex snmp"
RDEPEND="dev-libs/libnl:=
dev-libs/openssl:=
@@ -52,17 +52,10 @@ src_configure() {
--enable-vrrp \
$(use_enable bfd) \
$(use_enable dbus) \
- $(use_enable dbus dbus-create-instance) \
- $(use_enable debug) \
$(use_enable json) \
$(use_enable regex) \
- $(use_enable regex regex-timers ) \
$(use_enable snmp) \
- $(use_enable snmp snmp-checker) \
- $(use_enable snmp snmp-rfc) \
- $(use_enable snmp snmp-rfcv2) \
- $(use_enable snmp snmp-rfcv3) \
- $(use_enable snmp snmp-vrrp)
+ $(use_enable snmp snmp-rfc)
}
src_install() {
next reply other threads:[~2020-01-25 15:06 UTC|newest]
Thread overview: 115+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-25 15:06 Alexys Jacob [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-23 1:44 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/keepalived/ Sam James
2025-06-23 1:44 Sam James
2025-06-22 17:03 Sam James
2025-05-20 14:17 Patrick Lauer
2023-08-28 10:37 Arthur Zamarin
2023-08-28 10:37 Arthur Zamarin
2023-08-28 10:37 Arthur Zamarin
2023-06-15 21:45 Sam James
2023-06-15 21:45 Sam James
2023-05-05 4:44 Sam James
2023-01-10 15:09 Yixun Lan
2022-06-12 8:32 Agostino Sarubbo
2022-06-12 8:28 Agostino Sarubbo
2022-06-11 23:28 Sam James
2022-05-10 20:18 Alexys Jacob
2021-11-22 13:33 Alexys Jacob
2021-11-05 17:38 Sam James
2021-11-05 17:38 Sam James
2021-11-05 14:57 Jakov Smolić
2021-11-04 15:30 Sam James
2021-09-04 8:01 David Seifert
2021-08-20 18:16 Alexys Jacob
2021-08-11 6:43 Agostino Sarubbo
2021-08-11 6:41 Agostino Sarubbo
2021-08-11 6:40 Agostino Sarubbo
2021-08-10 15:36 Agostino Sarubbo
2021-08-05 2:58 Sam James
2021-06-03 19:15 Sam James
2020-12-17 3:58 Sam James
2020-12-04 18:37 Sergei Trofimovich
2020-12-04 18:31 Sergei Trofimovich
2020-12-03 17:37 Thomas Deutschmann
2020-08-06 16:09 Thomas Deutschmann
2020-08-06 16:09 Thomas Deutschmann
2020-06-30 13:31 Thomas Deutschmann
2020-06-04 6:35 Agostino Sarubbo
2020-06-04 6:23 Agostino Sarubbo
2020-06-01 20:51 Sergei Trofimovich
2020-06-01 20:40 Sergei Trofimovich
2019-11-22 16:54 Alexys Jacob
2019-11-22 16:54 Alexys Jacob
2019-08-14 7:34 Agostino Sarubbo
2019-08-13 13:51 Agostino Sarubbo
2019-08-13 11:07 Agostino Sarubbo
2019-08-13 10:58 Agostino Sarubbo
2019-08-13 10:53 Agostino Sarubbo
2019-08-13 9:17 Agostino Sarubbo
2019-08-12 6:57 Alexys Jacob
2019-07-17 21:41 Alexys Jacob
2019-05-08 16:53 Alexys Jacob
2019-04-20 17:36 Alexys Jacob
2019-04-14 10:36 Alexys Jacob
2019-04-14 7:48 Alexys Jacob
2019-03-25 15:45 Robin H. Johnson
2019-03-25 6:57 Robin H. Johnson
2019-02-20 21:41 Mikle Kolyada
2019-02-04 10:31 Alexys Jacob
2019-01-07 16:53 Thomas Deutschmann
2018-12-26 20:00 Sergei Trofimovich
2018-12-26 13:55 Sergei Trofimovich
2018-11-28 21:22 Tobias Klausmann
2018-11-24 10:45 Sergei Trofimovich
2018-11-22 11:34 Agostino Sarubbo
2018-11-21 9:02 Agostino Sarubbo
2018-11-15 15:50 Thomas Deutschmann
2018-11-15 15:48 Thomas Deutschmann
2018-11-14 21:51 Sergei Trofimovich
2018-11-14 13:27 Thomas Deutschmann
2018-11-14 13:27 Thomas Deutschmann
2018-11-10 20:57 Thomas Deutschmann
2018-11-10 20:57 Thomas Deutschmann
2018-08-01 19:21 Alexys Jacob
2018-07-20 12:11 Tobias Klausmann
2018-07-08 21:08 Mikle Kolyada
2018-07-04 18:44 Sergei Trofimovich
2018-07-02 0:49 Thomas Deutschmann
2018-07-01 9:24 Sergei Trofimovich
2018-06-30 19:03 Sergei Trofimovich
2018-06-30 14:45 Sergei Trofimovich
2018-06-22 22:01 Thomas Deutschmann
2018-06-22 22:01 Thomas Deutschmann
2018-06-22 22:01 Thomas Deutschmann
2018-06-22 22:01 Thomas Deutschmann
2018-05-08 15:46 Alexys Jacob
2018-03-28 10:33 Patrice Clement
2018-03-04 8:16 Tobias Klausmann
2018-01-08 22:01 Mikle Kolyada
2018-01-07 14:23 Sergei Trofimovich
2018-01-06 22:30 Sergei Trofimovich
2018-01-06 21:49 Sergei Trofimovich
2018-01-05 17:59 Alexys Jacob
2018-01-05 16:40 Alexys Jacob
2018-01-05 14:34 Alexys Jacob
2018-01-05 13:47 Alexys Jacob
2017-04-21 14:45 Alexys Jacob
2017-02-03 19:43 Jeroen Roovers
2017-01-26 9:08 Tobias Klausmann
2017-01-26 9:05 Tobias Klausmann
2017-01-24 11:46 Agostino Sarubbo
2017-01-22 15:01 Agostino Sarubbo
2017-01-05 12:55 Aaron Bauman
2016-11-20 16:43 Yixun Lan
2016-08-04 15:21 Alexys Jacob
2016-06-30 13:50 Alexys Jacob
2016-06-14 10:20 Alexys Jacob
2016-03-17 10:50 Agostino Sarubbo
2016-02-06 6:53 Jeroen Roovers
2016-01-11 9:07 Agostino Sarubbo
2016-01-10 10:34 Agostino Sarubbo
2015-12-07 11:40 Agostino Sarubbo
2015-12-03 13:28 Agostino Sarubbo
2015-11-25 8:54 Agostino Sarubbo
2015-11-24 9:55 Alexys Jacob
2015-11-24 9:55 Alexys Jacob
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1579964777.5f6efeec7f07baf97d2e59a132bc14b6c6e18a1d.ultrabug@gentoo \
--to=ultrabug@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox