From 80dc55780cd8ebddcad0effcc04ddda99327b636 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Thu, 6 May 2021 15:04:09 +0200 Subject: [PATCH] net-misc/rpki-client: New versions Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay rpki-client-6.8_p1.ebuild} | 2 +- ...t-6.7_p0.ebuild => rpki-client-7.0.ebuild} | 38 ++--------- 4 files changed, 10 insertions(+), 103 deletions(-) delete mode 100644 net-misc/rpki-client/rpki-client-6.6_p2.ebuild rename net-misc/rpki-client/{rpki-client-6.8_p0.ebuild => rpki-client-6.8_p1.ebuild} (95%) rename net-misc/rpki-client/{rpki-client-6.7_p0.ebuild => rpki-client-7.0.ebuild} (57%) diff --git a/net-misc/rpki-client/Manifest b/net-misc/rpki-client/Manifest index c3079c3..30dd5ca 100644 --- a/net-misc/rpki-client/Manifest +++ b/net-misc/rpki-client/Manifest @@ -1,4 +1,3 @@ -DIST rpki-client-6.6_p2.tar.gz 42840 BLAKE2B f5075376925cad57893a27c463c6727362e108cbccb348785ca4940fbaa8262286342ecb6f5fa59a0615009bc16571b15218483822c827528ecc19e1963c9e6b SHA512 5acdabef9b0373fb2fe47a2b9cb2638809ac1260b273c1566e3dbd34287c3703dd7979a7ba98b7d5b305664add6f2d5af4564ad2315033406e5e835f1051951f -DIST rpki-client-6.7_p0.tar.gz 44454 BLAKE2B 2336f3a8f4a0cb53a9c6f4df6dbd269ff1e8bcb11b61d4c283c3153e563054efb163339ec7852f45e12cc7e9544522d7dabc62d0f79b5a6951014e47980caad9 SHA512 018e237a4075779850f18bdc69c49dac03d8bb2d377dbd680f1faa307057647ea3188acb6b78766e6563dd48afadd5eaea419413c41a018882d1a8b147bb6630 DIST rpki-client-6.7_p1.tar.gz 44463 BLAKE2B c269a502c680a4c41c2201fceed2f3bab7b83e3a6a173fea5081ced073e10f02fd7aaa07ef4b9d14f816c88871ffee8c65126f0efcda9e8ca7c08032cac179d6 SHA512 bc9815ab6cd930715e9494b82b1547a419706db3fa4eca003767d6e39c3a63c0a3f3048c211c773e1f0e87043b0bfd622b0d5be856ccced27f893eefc9511211 -DIST rpki-client-6.8p0.tar.gz 388472 BLAKE2B e0a3f7d8a3fa0503ba3d41556fa17fe5f1407513ed7417cc0fb185c206c7b525bc49d125723436f1e27b0b3c5f0c58a862579cd4b9ad23009ca0341959029e00 SHA512 cb34fbf9367e522a924d3ecaaff6d2be45cdec968946b491250949cbd07744b87b84c664bd70303b6568d387671217da99aba7fb35e4d8ed4eb33103063b00cd +DIST rpki-client-6.8p1.tar.gz 390248 BLAKE2B f7d553cd1291ea803bf17da31a57ca940cfec4915cff1d504b3665b4c84e809bc2a20e5241d76589594426420903548fde4f1967526ae1e047661a03b948dd94 SHA512 41f6374e600b9411c70e6b5748ad4f06d779a47c25005111a72c28b2eeb941ea7ceaaced19c7f2917f62e4f595a951c7bfcbbc85288610501306a26454deb872 +DIST rpki-client-7.0.tar.gz 430661 BLAKE2B bbc801f3369294de4f6f7c4d0365b9da87494e868aa47832ced79945f49959e5c02cf8d8f0b78050faffa2b880c48d019fb00a410d8cb1fa85728d81efd491c3 SHA512 40a23207e79ab6995f08d25beadf9035a9acde38ec56e6b90f7ee7ab337e318d6dc2a6f954e83f9239fddc83b331ceea7615269b1ff7ae85dd5aec101b402412 diff --git a/net-misc/rpki-client/rpki-client-6.6_p2.ebuild b/net-misc/rpki-client/rpki-client-6.6_p2.ebuild deleted file mode 100644 index 30ee031..0000000 --- a/net-misc/rpki-client/rpki-client-6.6_p2.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools git-r3 - -MY_PN="${PN}-portable" -MY_PV="${PV/_p/p}" -MY_P="${MY_PN}-${MY_PV}" - -DESCRIPTION="Portability shim for OpenBSD's rpki-client" -HOMEPAGE="https://rpki-client.org/" -SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" -EGIT_REPO_URI="https://github.com/${PN}/${PN}-openbsd.git" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - acct-group/_rpki-client - acct-user/_rpki-client -" -RDEPEND="${DEPEND}" -BDEPEND="" - -PATCHES=( - "${FILESDIR}/${PN}-${PV%_*}-update.patch" -) - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - default - - EGIT_BRANCH=$(cat "${S}"/OPENBSD_BRANCH) - EGIT_CHECKOUT_DIR="${S}/openbsd" - git-r3_fetch - git-r3_checkout -} - -src_prepare() { - default - - cd "${S}" - ./autogen.sh - - eautoreconf -} - -src_configure() { - local myeconfargs=( - --with-rsync=rsync - --with-base-dir="/var/cache/${PN}" - --with-output-dir="/var/db/${PN}" - ) - econf "${myeconfargs[@]}" -} - -src_install() { - emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install - insinto /etc/rpki - doins tals/* - keepdir "/var/db/${PN}/" - fowners -R _rpki-client "/var/db/${PN}/" -} diff --git a/net-misc/rpki-client/rpki-client-6.8_p0.ebuild b/net-misc/rpki-client/rpki-client-6.8_p1.ebuild similarity index 95% rename from net-misc/rpki-client/rpki-client-6.8_p0.ebuild rename to net-misc/rpki-client/rpki-client-6.8_p1.ebuild index 7ea95a3..bd55f36 100644 --- a/net-misc/rpki-client/rpki-client-6.8_p0.ebuild +++ b/net-misc/rpki-client/rpki-client-6.8_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/net-misc/rpki-client/rpki-client-6.7_p0.ebuild b/net-misc/rpki-client/rpki-client-7.0.ebuild similarity index 57% rename from net-misc/rpki-client/rpki-client-6.7_p0.ebuild rename to net-misc/rpki-client/rpki-client-7.0.ebuild index b9a0673..8cb4d27 100644 --- a/net-misc/rpki-client/rpki-client-6.7_p0.ebuild +++ b/net-misc/rpki-client/rpki-client-7.0.ebuild @@ -1,18 +1,14 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools git-r3 - -MY_PN="${PN}-portable" MY_PV="${PV/_p/p}" -MY_P="${MY_PN}-${MY_PV}" +MY_P="${PN}-${MY_PV}" DESCRIPTION="Portability shim for OpenBSD's rpki-client" HOMEPAGE="https://rpki-client.org/" -SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" -EGIT_REPO_URI="https://github.com/${PN}/${PN}-openbsd.git" +SRC_URI="mirror://openbsd/${PN}/${PN}-${MY_PV}.tar.gz" LICENSE="ISC" SLOT="0" @@ -22,34 +18,14 @@ IUSE="" DEPEND=" acct-group/_rpki-client acct-user/_rpki-client + dev-libs/libretls " RDEPEND="${DEPEND}" -BDEPEND="" - -PATCHES=( - "${FILESDIR}/${PN}-${PV%_*}-update.patch" -) +BDEPEND=" + sys-devel/libtool +" S="${WORKDIR}/${MY_P}" - -src_unpack() { - default - - EGIT_BRANCH=$(cat "${S}"/OPENBSD_BRANCH) - EGIT_CHECKOUT_DIR="${S}/openbsd" - git-r3_fetch - git-r3_checkout -} - -src_prepare() { - default - - cd "${S}" - ./autogen.sh - - eautoreconf -} - src_configure() { local myeconfargs=( --with-rsync=rsync