* [gentoo-commits] repo/gentoo:master commit in: net-misc/vrrpd/
@ 2021-12-11 21:40 Conrad Kostecki
0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2021-12-11 21:40 UTC (permalink / raw
To: gentoo-commits
commit: 9e70b79ef5558774a10af7543edf0f933fab8418
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 21:06:51 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 21:32:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e70b79e
net-misc/vrrpd: update EAPI 5 -> 8
Closes: https://bugs.gentoo.org/725172
Closes: https://bugs.gentoo.org/828713
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/vrrpd/vrrpd-1.9-r1.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/net-misc/vrrpd/vrrpd-1.9-r1.ebuild b/net-misc/vrrpd/vrrpd-1.9-r1.ebuild
new file mode 100644
index 000000000000..5aefe0f4576f
--- /dev/null
+++ b/net-misc/vrrpd/vrrpd-1.9-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual Router Redundancy Protocol Daemon"
+HOMEPAGE="http://numsys.eu/vrrp_art.php"
+SRC_URI="https://github.com/fredbcode/Vrrpd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/Vrrpd-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=( "${FILESDIR}"/vrrpd-1.9-rollup.patch )
+
+src_prepare() {
+ default
+
+ # Don't hardcore GCC
+ sed -e '/CC=/d' -i Makefile || die
+
+ emake mrproper
+}
+
+src_compile() {
+ local myemakeargs=(
+ DBG_OPT=""
+ MACHINEOPT="${CFLAGS}"
+ PROF_OPT="${LDFLAGS}"
+ )
+
+ emake "${myemakeargs[@]}"
+}
+
+src_install() {
+ dosbin vrrpd atropos
+ doman vrrpd.8
+ dodoc FAQ Changes TODO scott_example doc/draft-ietf-vrrp-spec-v2-05.txt doc/rfc2338.txt.vrrp doc/draft-jou-duplicate-ip-address-02.txt doc/principe-Vrrp1.jpg doc/principe-Vrrp2.jpg README.md
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/vrrpd/
@ 2022-01-13 12:24 Jakov Smolić
0 siblings, 0 replies; 4+ messages in thread
From: Jakov Smolić @ 2022-01-13 12:24 UTC (permalink / raw
To: gentoo-commits
commit: 6291a797bb5c6fcb5280f7eda74a42833f355793
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 12:14:57 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 12:24:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6291a797
net-misc/vrrpd: drop 1.9 (EAPI 5--)
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-misc/vrrpd/vrrpd-1.9.ebuild | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/net-misc/vrrpd/vrrpd-1.9.ebuild b/net-misc/vrrpd/vrrpd-1.9.ebuild
deleted file mode 100644
index 6779c96389fa..000000000000
--- a/net-misc/vrrpd/vrrpd-1.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch
-
-DESCRIPTION="Virtual Router Redundancy Protocol Daemon"
-HOMEPAGE="http://numsys.eu/vrrp_art.php"
-SRC_URI="https://github.com/fredbcode/Vrrpd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="sys-devel/gcc"
-RDEPEND=""
-S="${WORKDIR}/Vrrpd-${PV}"
-
-src_prepare() {
- epatch "${FILESDIR}"/vrrpd-1.9-rollup.patch || die
- emake mrproper
- #rm -f atropos
-}
-
-src_compile() {
- emake DBG_OPT="" MACHINEOPT="${CFLAGS}" PROF_OPT="${LDFLAGS}"
-}
-
-src_install() {
- dosbin vrrpd atropos
- doman vrrpd.8
- dodoc FAQ Changes TODO scott_example doc/draft-ietf-vrrp-spec-v2-05.txt doc/rfc2338.txt.vrrp doc/draft-jou-duplicate-ip-address-02.txt doc/principe-Vrrp1.jpg doc/principe-Vrrp2.jpg README.md
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/vrrpd/
@ 2024-05-08 11:10 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-05-08 11:10 UTC (permalink / raw
To: gentoo-commits
commit: 4194a4063d57fe433e58016d40f81fb0a1e6377e
Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Thu Apr 4 17:28:31 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 8 11:09:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4194a406
net-misc/vrrpd: add 1.15
New version doesn't contain compilation failures
[sam: Don't drop 1.9 in the same commit. Keep it around in case of regressions.]
Closes: https://bugs.gentoo.org/874432
Closes: https://bugs.gentoo.org/831387
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/36104
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/vrrpd/Manifest | 1 +
net-misc/vrrpd/metadata.xml | 2 +-
net-misc/vrrpd/vrrpd-1.15.ebuild | 41 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+), 1 deletion(-)
diff --git a/net-misc/vrrpd/Manifest b/net-misc/vrrpd/Manifest
index 9a753e86eb47..e2a5edf9135c 100644
--- a/net-misc/vrrpd/Manifest
+++ b/net-misc/vrrpd/Manifest
@@ -1 +1,2 @@
+DIST vrrpd-1.15.tar.gz 166691 BLAKE2B 610704926ee7b24cdc22030b135f3dd7ee61f6f2b291c8695781f0f0948d89efbe7bd5f0b25a71124b0a1818967a0c1ef8c2516c94f14c9a3903eb78e75537e4 SHA512 3ec867002c9d0d72f96f6b3d4fbeef074f31951449ec49818dd992691623b8265d97865fad39f77787cfbc27d485c95617f8b9f47dd026908ebad27fb06f9f69
DIST vrrpd-1.9.tar.gz 542249 BLAKE2B a412559be70791515c6b82639a8e1d5fc33954963fbf00aa3c549434ac0748b9d0ea657b2d02b1a3537a30742c18fe6d6db832a11c23b6989151c5f04c771d05 SHA512 8c719cabbd6a799e4e439dbb698af9d6e24cf2635cfbd71a204b46bd2b65c1384e53f130b663d0fcfc903d89080ff25d9c97ae4cd9f6b2434d5462cf678a306b
diff --git a/net-misc/vrrpd/metadata.xml b/net-misc/vrrpd/metadata.xml
index f1c67d2187e4..ee849f0e1dd3 100644
--- a/net-misc/vrrpd/metadata.xml
+++ b/net-misc/vrrpd/metadata.xml
@@ -6,7 +6,7 @@
<name>Robin H. Johnson</name>
</maintainer>
<upstream>
- <remote-id type="github">fredbcode/Vrrpd</remote-id>
+ <remote-id type="gitlab">fredbcode/Vrrpd</remote-id>
<remote-id type="sourceforge">vrrpd</remote-id>
</upstream>
</pkgmetadata>
diff --git a/net-misc/vrrpd/vrrpd-1.15.ebuild b/net-misc/vrrpd/vrrpd-1.15.ebuild
new file mode 100644
index 000000000000..967b17a748f1
--- /dev/null
+++ b/net-misc/vrrpd/vrrpd-1.15.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual Router Redundancy Protocol Daemon"
+HOMEPAGE="https://gitlab.com/fredbcode/Vrrpd/"
+GITLAB_SHA1="a318281271973c7430cfa520b540585153454c4b"
+SRC_URI="https://gitlab.com/fredbcode/Vrrpd/-/archive/v${PV}/${P}.tar.gz"
+
+S="${WORKDIR}/Vrrpd-v${PV}-${GITLAB_SHA1}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+ default
+
+ # Don't hardcore GCC
+ sed -e '/CC=/d' -i Makefile || die
+
+ emake mrproper
+}
+
+src_compile() {
+ local myemakeargs=(
+ DBG_OPT=""
+ MACHINEOPT="${CFLAGS}"
+ PROF_OPT="${LDFLAGS}"
+ )
+
+ emake "${myemakeargs[@]}"
+}
+
+src_install() {
+ dosbin vrrpd atropos
+ doman vrrpd.8
+ dodoc FAQ Changes TODO scott_example README.md
+ dodoc doc/*
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/vrrpd/
@ 2024-05-08 11:34 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-05-08 11:34 UTC (permalink / raw
To: gentoo-commits
commit: dd6e34c3e1e39ae18dfd76485ba58e951021d23d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 8 11:11:29 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 8 11:34:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6e34c3
net-misc/vrrpd: fix BetterCompressionUri for 1.15
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/vrrpd/Manifest | 2 +-
net-misc/vrrpd/vrrpd-1.15.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/vrrpd/Manifest b/net-misc/vrrpd/Manifest
index e2a5edf9135c..ff0f05077753 100644
--- a/net-misc/vrrpd/Manifest
+++ b/net-misc/vrrpd/Manifest
@@ -1,2 +1,2 @@
-DIST vrrpd-1.15.tar.gz 166691 BLAKE2B 610704926ee7b24cdc22030b135f3dd7ee61f6f2b291c8695781f0f0948d89efbe7bd5f0b25a71124b0a1818967a0c1ef8c2516c94f14c9a3903eb78e75537e4 SHA512 3ec867002c9d0d72f96f6b3d4fbeef074f31951449ec49818dd992691623b8265d97865fad39f77787cfbc27d485c95617f8b9f47dd026908ebad27fb06f9f69
+DIST vrrpd-1.15.tar.bz2 148430 BLAKE2B 787fa185ce64a0711403718b2627d9d2d8867ef3956090b93196f62d92428e0e02ee4440bc23fda46cdca70ca6693b76ed28a5e469a31e86fa4e36dc25c6a82a SHA512 4e7fa17e01d9b667f538204fbe84decea47ac7d84da8adf2e8e3bcf042d233a704a99347d3d97531993f2693c145ff54fb3ac346ade33f5d99cfbbac405ed784
DIST vrrpd-1.9.tar.gz 542249 BLAKE2B a412559be70791515c6b82639a8e1d5fc33954963fbf00aa3c549434ac0748b9d0ea657b2d02b1a3537a30742c18fe6d6db832a11c23b6989151c5f04c771d05 SHA512 8c719cabbd6a799e4e439dbb698af9d6e24cf2635cfbd71a204b46bd2b65c1384e53f130b663d0fcfc903d89080ff25d9c97ae4cd9f6b2434d5462cf678a306b
diff --git a/net-misc/vrrpd/vrrpd-1.15.ebuild b/net-misc/vrrpd/vrrpd-1.15.ebuild
index 967b17a748f1..89e3f7fe5ba8 100644
--- a/net-misc/vrrpd/vrrpd-1.15.ebuild
+++ b/net-misc/vrrpd/vrrpd-1.15.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DESCRIPTION="Virtual Router Redundancy Protocol Daemon"
HOMEPAGE="https://gitlab.com/fredbcode/Vrrpd/"
GITLAB_SHA1="a318281271973c7430cfa520b540585153454c4b"
-SRC_URI="https://gitlab.com/fredbcode/Vrrpd/-/archive/v${PV}/${P}.tar.gz"
+SRC_URI="https://gitlab.com/fredbcode/Vrrpd/-/archive/v${PV}/${P}.tar.bz2"
S="${WORKDIR}/Vrrpd-v${PV}-${GITLAB_SHA1}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-05-08 11:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 21:40 [gentoo-commits] repo/gentoo:master commit in: net-misc/vrrpd/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2022-01-13 12:24 Jakov Smolić
2024-05-08 11:10 Sam James
2024-05-08 11:34 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox