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 F40231581D3 for ; Thu, 30 May 2024 12:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 353EAE2A3B; Thu, 30 May 2024 12:19:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 14C70E2A3B for ; Thu, 30 May 2024 12:19:23 +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 0AF1833BE19 for ; Thu, 30 May 2024 12:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61975D for ; Thu, 30 May 2024 12:19:21 +0000 (UTC) From: "Alarig Le Lay" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alarig Le Lay" Message-ID: <1717071504.082d40c6a7ddc0b0dfd946ce711c6c06523c0bd4.AlarigLeLay@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/FORT-validator/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/FORT-validator/FORT-validator-1.5.3.ebuild net-misc/FORT-validator/Manifest X-VCS-Directories: net-misc/FORT-validator/ X-VCS-Committer: AlarigLeLay X-VCS-Committer-Name: Alarig Le Lay X-VCS-Revision: 082d40c6a7ddc0b0dfd946ce711c6c06523c0bd4 X-VCS-Branch: dev Date: Thu, 30 May 2024 12:19:21 +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: e7b3890d-f513-44b3-b290-44c1f48d5de3 X-Archives-Hash: ebfd063f9f07b057548f5aa192c4fc7c commit: 082d40c6a7ddc0b0dfd946ce711c6c06523c0bd4 Author: Alarig Le Lay swordarmor fr> AuthorDate: Thu May 30 12:18:21 2024 +0000 Commit: Alarig Le Lay swordarmor fr> CommitDate: Thu May 30 12:18:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=082d40c6 net-misc/FORT-validator: drop 1.5.3 Signed-off-by: Alarig Le Lay swordarmor.fr> .../FORT-validator/FORT-validator-1.5.3.ebuild | 73 ---------------------- net-misc/FORT-validator/Manifest | 1 - 2 files changed, 74 deletions(-) diff --git a/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild b/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild deleted file mode 100644 index 95c00d6ff..000000000 --- a/net-misc/FORT-validator/FORT-validator-1.5.3.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools fcaps systemd - -MY_PN="fort" - -DESCRIPTION="FORT validator is an open source RPKI validator" -HOMEPAGE="https://fortproject.net/validator?2" -SRC_URI="https://github.com/NICMx/${PN}/releases/download/${PV}/fort-${PV}.tar.gz" - -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="caps" - -DEPEND=" - acct-group/fort - acct-user/fort - caps? ( sys-libs/libcap ) - dev-libs/jansson - dev-libs/openssl -" -RDEPEND=" - ${DEPEND} - net-misc/rsync -" -BDEPEND=" - dev-build/automake - dev-build/automake -" - -src_prepare() { - default - # Don't strip CFLAGS - sed -i 's/fort_CFLAGS =/fort_CFLAGS = ${CFLAGS} /' src/Makefile.am || die - # Don't test network - sed -i '/http/d' test/Makefile.am || die - eautoreconf -} - -src_install() { - newinitd "${FILESDIR}/${MY_PN}-1.5-initd" ${MY_PN} - newconfd "${FILESDIR}/${MY_PN}-1.5-confd" ${MY_PN} - - emake DESTDIR="${ED}" install - insinto /usr/share/${MY_PN}/ - insopts -m0644 -o "${MY_PN}" - diropts -m0755 -o "${MY_PN}" - doins -r examples/tal/ - - dodoc -r examples/ - - insinto /etc/fort - newins "${FILESDIR}/fort-config.json" config.json - - systemd_dounit "${FILESDIR}/${MY_PN}-1.5.service" -} - -pkg_postinst() { - fcaps cap_net_bind_service usr/bin/fort - - einfo "" - einfo "You have to init the TALs before the first run. To do so, run " - einfo "" - einfo " su -s /bin/sh -c '${EROOT}/usr/bin/${MY_PN} --init-tals --tal /usr/share/${MY_PN}/tal/' fort" - einfo "" - einfo "as root." -} diff --git a/net-misc/FORT-validator/Manifest b/net-misc/FORT-validator/Manifest index c2e9fffd4..d273fecf6 100644 --- a/net-misc/FORT-validator/Manifest +++ b/net-misc/FORT-validator/Manifest @@ -1,3 +1,2 @@ -DIST fort-1.5.3.tar.gz 564257 BLAKE2B f0a6c9899c968f6697c79c0f541275874bc7aa23d6e42113d4be23b6338eb3007557a0260e601575719b90b8e87c4483bb13a40a6ac0724e17cf8157ce40d6ba SHA512 1b97bec1b031cd717d4012b0faec36785ba5c8e06ca46b4a017a08c3f2a038d2224c740a6b84f1c853c996c203af9ac975506d5c0e379a7cab82554318136a99 DIST fort-1.5.4.tar.gz 563138 BLAKE2B bd2a680a41b678bbf49d762fdd1f0f20e2c8bbf3fa80cb57c996d39ad39118ead3ebed7737bdef7478effbb6fa6e7fb39cd3c945a495f613a010dd79bea4f5d6 SHA512 44ec8dd28ab087f1d78f999c53b5dee8f13a6fc9bdf590d3261d640488b118e14970d88c5c5851e602a8119704378088230b8137978ef3caf6bab909af36408e DIST fort-1.6.1.tar.gz 547724 BLAKE2B 362299bf0a190b9d8cf6f658f2830435ceb78c4bc181e6735e2291f2d766018e9402cc596c20ef4b98aca43ac1c8edfee8369f237f0b9c1e657cf31ae2d023b0 SHA512 84ad18e730fca7ac67c028dc5b05a5b5d175eaa4eb2edade238ae16064c2f83865e263e767d37938c975578236edd8cba0b8604099a9e3ccef13250d2feb46dd