public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmacaroons/
@ 2017-12-19 21:45 Thomas Deutschmann
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Deutschmann @ 2017-12-19 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2d82b595f349c24eeaddd454c26476522cf3d7d5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 21:31:09 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 21:44:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d82b595

dev-libs/libmacaroons: Add subslot operator on dev-libs/json-c atom

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-libs/libmacaroons/libmacaroons-0.2.0-r1.ebuild | 2 +-
 dev-libs/libmacaroons/libmacaroons-0.3.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libmacaroons/libmacaroons-0.2.0-r1.ebuild b/dev-libs/libmacaroons/libmacaroons-0.2.0-r1.ebuild
index 176e78131d7..448465a2c6e 100644
--- a/dev-libs/libmacaroons/libmacaroons-0.2.0-r1.ebuild
+++ b/dev-libs/libmacaroons/libmacaroons-0.2.0-r1.ebuild
@@ -22,7 +22,7 @@ RESTRICT="test"
 
 RDEPEND="
 	dev-libs/libsodium
-	dev-libs/json-c
+	dev-libs/json-c:=
 	python? ( ${PYTHON_DEPS} )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"

diff --git a/dev-libs/libmacaroons/libmacaroons-0.3.0.ebuild b/dev-libs/libmacaroons/libmacaroons-0.3.0.ebuild
index 176e78131d7..448465a2c6e 100644
--- a/dev-libs/libmacaroons/libmacaroons-0.3.0.ebuild
+++ b/dev-libs/libmacaroons/libmacaroons-0.3.0.ebuild
@@ -22,7 +22,7 @@ RESTRICT="test"
 
 RDEPEND="
 	dev-libs/libsodium
-	dev-libs/json-c
+	dev-libs/json-c:=
 	python? ( ${PYTHON_DEPS} )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmacaroons/
@ 2023-09-14  3:41 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-09-14  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     b0d2455e2ce05ff4b81bafadffd95092f4cefaff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 02:58:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 03:15:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d2455e

dev-libs/libmacaroons: add subslot dep on libsodium

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...{libmacaroons-0.3.0-r1.ebuild => libmacaroons-0.3.0-r2.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild b/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild
similarity index 85%
rename from dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild
rename to dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild
index 71fbf928561c..ba3c057214a9 100644
--- a/dev-libs/libmacaroons/libmacaroons-0.3.0-r1.ebuild
+++ b/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild
@@ -14,8 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
-	dev-libs/json-c
-	dev-libs/libsodium
+	dev-libs/json-c:=
+	dev-libs/libsodium:=
 "
 RDEPEND="${DEPEND}"
 BDEPEND=""
@@ -23,8 +23,8 @@ BDEPEND=""
 S="${WORKDIR}"/${PN}-releases-${PV}
 
 PATCHES=(
-		"${FILESDIR}"/${P}-json-c.patch
-		"${FILESDIR}"/${P}-no-python.patch
+	"${FILESDIR}"/${P}-json-c.patch
+	"${FILESDIR}"/${P}-no-python.patch
 )
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmacaroons/
@ 2023-10-30  7:58 Guilherme Amadio
  0 siblings, 0 replies; 3+ messages in thread
From: Guilherme Amadio @ 2023-10-30  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     66716fca138d2ce0e281e1eeac42d63da2588554
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 07:21:42 2023 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 07:56:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66716fca

dev-libs/libmacaroons: stabilize 0.3.0-r2 for amd64, x86

Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild b/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild
index ba3c057214a9..2b1886a719c3 100644
--- a/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild
+++ b/dev-libs/libmacaroons/libmacaroons-0.3.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/rescrv/libmacaroons/archive/refs/tags/releases/${PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
 	dev-libs/json-c:=


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-30  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30  7:58 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmacaroons/ Guilherme Amadio
  -- strict thread matches above, loose matches on Subject: below --
2023-09-14  3:41 Sam James
2017-12-19 21:45 Thomas Deutschmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox