From d938920a33f03124f4e211a67d9291283442caa1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 Sep 2023 10:46:43 +0100 Subject: gentoo auto-resync : 14:09:2023 - 10:46:43 --- dev-libs/libmacaroons/Manifest | 2 +- dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild | 42 ---------------------- dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild | 42 ++++++++++++++++++++++ 3 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild create mode 100644 dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild (limited to 'dev-libs/libmacaroons') diff --git a/dev-libs/libmacaroons/Manifest b/dev-libs/libmacaroons/Manifest index a2a72d46887b..d631b0a6f559 100644 --- a/dev-libs/libmacaroons/Manifest +++ b/dev-libs/libmacaroons/Manifest @@ -1,5 +1,5 @@ AUX libmacaroons-0.3.0-json-c.patch 832 BLAKE2B dce0d7ef4be20972a1da7b218d7f66372e25b77d307cd18bc7d70a2893ae0fac8d97e3d71ea83882ce408b642244deb78a92a86035e81047dab07e4e3057e18c SHA512 c258effe1bd9eed548350a066352f358795de16a6dd04be32422874b602226f18114e91a51d803309433bb08d404ece9022dfe68c73de719264aa9665688b6f7 AUX libmacaroons-0.3.0-no-python.patch 3435 BLAKE2B d1a437bf274db13a04dc73599bebb24c0e8d9d99ea2eec90edd8130a02ccd9efcb2a4c9900b0fa76c9920a6dbb183f8290166ad4de7a921530aec39dd4f2523d SHA512 216c127c1dd7030f42524b2850058f37e73b5ee10a1a19bb82ae032a321684cf77b97e816e1032fa96ec890361dda5256720a314063ffb91fcf7f58931fa75f0 DIST libmacaroons-0.3.0.tar.gz 47762 BLAKE2B 69371bb69262a88c736121861d9b136fa444b912d2c3a5d603c5897c8af85e9f4af6a6733e35c126ea44c97cfdd1359e1f41ee97452fa7275850769f2134d825 SHA512 79ae2e515bd673949bc1338f06f5f811a0e853ca61ff995bb4cddaf95e5297e77b012c9975b0bb0dba96520b9a24619a4593e3722e64610f1147e131f8c96de0 -EBUILD libmacaroons-0.3.0-r1.ebuild 776 BLAKE2B 71efa358508ca0a3195ac48e4c2ef85144396fedda1aa5553589d437f02378637fde8d79535af9c264044f9957c258686b87536c5baf057c67bad9b57de4401f SHA512 5e2d826ebc923f5298e09ce8503208f84f28434b91ff7f9db5e62b1dabee59a71a6cd48cb151dad567285a542baddb111c99fbb270a7f1426e144bf7d760e797 +EBUILD libmacaroons-0.3.0-r2.ebuild 778 BLAKE2B 96961c31819027b4bc6f4374590b286fd9e485f09425186b516fd32fb621c197fd2aa9159e598ca485ffb38bfc3e04c102491b0d10016b856c772a33ade6fa8a SHA512 6d5252676d9ee13137a053ead865f008ca75a3010c47e5c251a956fd761f68a98a7e456099d2f4dbf84264b907e9972b3254ebd676283df9628b17d60fffab01 MISC metadata.xml 664 BLAKE2B 94ec73791cac9442622243a129d918336340e74768e7c7342cfed73227236fb3a05ad3051b2d76c0daeac5928d3b7a87ddf3b43bdb856ed069609ab3ae0a9129 SHA512 4ddd1a7e9981d50de6737734d7f0708450c4f36949bc3ec43c5c3b0b7da56b2e3f40d3e15edd489f347ad7599d232549904268e8b4a87ff9f4826d948ca1c295 diff --git a/dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild b/dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild deleted file mode 100644 index 71fbf928561c..000000000000 --- a/dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="C library for generation and use of macaroons authorization credentials" -HOMEPAGE="https://github.com/rescrv/libmacaroons" -SRC_URI="https://github.com/rescrv/libmacaroons/archive/refs/tags/releases/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-libs/json-c - dev-libs/libsodium -" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}"/${PN}-releases-${PV} - -PATCHES=( - "${FILESDIR}"/${P}-json-c.patch - "${FILESDIR}"/${P}-no-python.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf --enable-json-support -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild b/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild new file mode 100644 index 000000000000..ba3c057214a9 --- /dev/null +++ b/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild @@ -0,0 +1,42 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="C library for generation and use of macaroons authorization credentials" +HOMEPAGE="https://github.com/rescrv/libmacaroons" +SRC_URI="https://github.com/rescrv/libmacaroons/archive/refs/tags/releases/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/json-c:= + dev-libs/libsodium:= +" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}"/${PN}-releases-${PV} + +PATCHES=( + "${FILESDIR}"/${P}-json-c.patch + "${FILESDIR}"/${P}-no-python.patch +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf --enable-json-support +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} -- cgit v1.2.3