From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F4C8158064 for ; Wed, 8 May 2024 11:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 971912BC019; Wed, 8 May 2024 11:10:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 827552BC019 for ; Wed, 8 May 2024 11:10:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCECB335C03 for ; Wed, 8 May 2024 11:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E01419F1 for ; Wed, 8 May 2024 11:10:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1715166564.4194a4063d57fe433e58016d40f81fb0a1e6377e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vrrpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/vrrpd/Manifest net-misc/vrrpd/metadata.xml net-misc/vrrpd/vrrpd-1.15.ebuild X-VCS-Directories: net-misc/vrrpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4194a4063d57fe433e58016d40f81fb0a1e6377e X-VCS-Branch: master Date: Wed, 8 May 2024 11:10:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20ba0cd4-1e5f-43a4-b44e-b73c3d27634d X-Archives-Hash: e0037359f271d2ac8ecf9fbd2bc12507 commit: 4194a4063d57fe433e58016d40f81fb0a1e6377e Author: NHOrus yahoo com> AuthorDate: Thu Apr 4 17:28:31 2024 +0000 Commit: Sam James gentoo 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 yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36104 Signed-off-by: Sam James 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 @@ Robin H. Johnson - fredbcode/Vrrpd + fredbcode/Vrrpd vrrpd 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/* +}