public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2023-12-15 16:00 Ulrich Müller
  0 siblings, 0 replies; 13+ messages in thread
From: Ulrich Müller @ 2023-12-15 16:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0f2057838a93d767a5192cc4a7d4107efb88c9e3
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 15:52:16 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 16:00:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f205783

app-emacs/oauth2: new package, add 0.16

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/oauth2/Manifest           |  1 +
 app-emacs/oauth2/metadata.xml       | 12 ++++++++++++
 app-emacs/oauth2/oauth2-0.16.ebuild | 18 ++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/app-emacs/oauth2/Manifest b/app-emacs/oauth2/Manifest
new file mode 100644
index 000000000000..3f4fcbe3e32a
--- /dev/null
+++ b/app-emacs/oauth2/Manifest
@@ -0,0 +1 @@
+DIST oauth2-0.16.tar.gz 3527 BLAKE2B af5ea470267ada0efe7bb28c383576bdd737da1352fff1047f0a26ca133efbb96e2dcb9dd53ad6793b7a73a6fa42c002955ab751389a30f2200f6a00e6de646e SHA512 525408581c146e369df2e2a79c76bc06f631a55c0f42ed537bc05fdeb7d399e6308b3e99135b49e66366941722710340cd18c184c09d510444c765ad19b0eb6f

diff --git a/app-emacs/oauth2/metadata.xml b/app-emacs/oauth2/metadata.xml
new file mode 100644
index 000000000000..4e171f620ebe
--- /dev/null
+++ b/app-emacs/oauth2/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+  <email>gnu-emacs@gentoo.org</email>
+  <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<stabilize-allarches/>
+<upstream>
+  <remote-id type="github">emacsmirror/oauth2</remote-id>
+</upstream>
+</pkgmetadata>

diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
new file mode 100644
index 000000000000..e33728307cda
--- /dev/null
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="OAuth 2.0 authorization protocol"
+HOMEPAGE="https://elpa.gnu.org/packages/oauth2.html"
+GITHUB_SHA1="dc069550616fb0a72507489ea796d0e1bd8b48c9"
+SRC_URI="https://github.com/emacsmirror/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2023-12-15 18:58 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-12-15 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c65d491278c4940e38252d62c586e47919835a9a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 18:58:46 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 18:58:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65d4912

app-emacs/oauth2: Keyword 0.16 ppc, #920033

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/oauth2/oauth2-0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
index e33728307cda..ee659ba526bc 100644
--- a/app-emacs/oauth2/oauth2-0.16.ebuild
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2023-12-15 19:20 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-12-15 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     724fd3f90ce5b5885942abe6d46249b9ae2f48d1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 19:20:26 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 19:20:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724fd3f9

app-emacs/oauth2: Keyword 0.16 sparc, #920033

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/oauth2/oauth2-0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
index ee659ba526bc..7aad463165cf 100644
--- a/app-emacs/oauth2/oauth2-0.16.ebuild
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2023-12-16  2:45 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-12-16  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3bda9320fcf16c377f6844248f0606a323b7686d
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Dec 15 19:50:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 02:43:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bda9320

app-emacs/oauth2: Keyword 0.16 alpha, #920033

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/oauth2/oauth2-0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
index 7aad463165cf..018ea5b306cf 100644
--- a/app-emacs/oauth2/oauth2-0.16.ebuild
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2023-12-17 23:55 Ionen Wolkens
  0 siblings, 0 replies; 13+ messages in thread
From: Ionen Wolkens @ 2023-12-17 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     82df9c70e581c1687c31b4f9c211b31e9aafa834
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Dec 16 16:31:59 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 23:53:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82df9c70

app-emacs/oauth2: Keyword 0.16 ia64, #920033

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emacs/oauth2/oauth2-0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
index 018ea5b306cf..a14d693b702f 100644
--- a/app-emacs/oauth2/oauth2-0.16.ebuild
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2023-12-22  7:57 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-12-22  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     41f5af8eafac30d686415479b89a10f14fd541df
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 07:57:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 07:57:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f5af8e

app-emacs/oauth2: Keyword 0.16 ppc64, #920033

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/oauth2/oauth2-0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
index a14d693b702f..3c4322e34540 100644
--- a/app-emacs/oauth2/oauth2-0.16.ebuild
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2024-01-19 12:38 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-01-19 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4a3dc548c5e694e5ea8da1a6f676c773bbaf778c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:38:50 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:38:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3dc548

app-emacs/oauth2: Stabilize 0.16 sparc, #922491

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/oauth2/oauth2-0.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
index 3c4322e34540..d293b5247e57 100644
--- a/app-emacs/oauth2/oauth2-0.16.ebuild
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2024-01-19 12:41 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-01-19 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     2f374832a06ead786217f7034afe060e57766e44
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:41:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:41:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f374832

app-emacs/oauth2: Stabilize 0.16 x86, #922491

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

 app-emacs/oauth2/oauth2-0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
index d293b5247e57..b9cfc319f1e5 100644
--- a/app-emacs/oauth2/oauth2-0.16.ebuild
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2024-01-19 12:41 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-01-19 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8c167a34f3e1096ab59485cf5b03a0f270848bfc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:41:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:41:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c167a34

app-emacs/oauth2: Stabilize 0.16 amd64, #922491

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

 app-emacs/oauth2/oauth2-0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
index b9cfc319f1e5..c4856bfeb959 100644
--- a/app-emacs/oauth2/oauth2-0.16.ebuild
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2024-01-23 16:40 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-01-23 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     1719029dd0d77fe8f244bc8559e19e868aaedd55
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 16:39:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 16:39:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1719029d

app-emacs/oauth2: Stabilize 0.16 ppc, #922491

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

 app-emacs/oauth2/oauth2-0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild
index c4856bfeb959..9b4c11b62d64 100644
--- a/app-emacs/oauth2/oauth2-0.16.ebuild
+++ b/app-emacs/oauth2/oauth2-0.16.ebuild
@@ -13,6 +13,6 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2024-09-03 18:44 Maciej Barć
  0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2024-09-03 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     a07e306b7f6d0a7d2d0b1a7672f28f1d5bf5507e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 14:55:51 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 18:44:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07e306b

app-emacs/oauth2: bump to 0.17

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/oauth2/Manifest           |  1 +
 app-emacs/oauth2/oauth2-0.17.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/app-emacs/oauth2/Manifest b/app-emacs/oauth2/Manifest
index 3f4fcbe3e32a..ffed8a34c583 100644
--- a/app-emacs/oauth2/Manifest
+++ b/app-emacs/oauth2/Manifest
@@ -1 +1,2 @@
 DIST oauth2-0.16.tar.gz 3527 BLAKE2B af5ea470267ada0efe7bb28c383576bdd737da1352fff1047f0a26ca133efbb96e2dcb9dd53ad6793b7a73a6fa42c002955ab751389a30f2200f6a00e6de646e SHA512 525408581c146e369df2e2a79c76bc06f631a55c0f42ed537bc05fdeb7d399e6308b3e99135b49e66366941722710340cd18c184c09d510444c765ad19b0eb6f
+DIST oauth2-0.17.tar.gz 3527 BLAKE2B af5ea470267ada0efe7bb28c383576bdd737da1352fff1047f0a26ca133efbb96e2dcb9dd53ad6793b7a73a6fa42c002955ab751389a30f2200f6a00e6de646e SHA512 525408581c146e369df2e2a79c76bc06f631a55c0f42ed537bc05fdeb7d399e6308b3e99135b49e66366941722710340cd18c184c09d510444c765ad19b0eb6f

diff --git a/app-emacs/oauth2/oauth2-0.17.ebuild b/app-emacs/oauth2/oauth2-0.17.ebuild
new file mode 100644
index 000000000000..9b4c11b62d64
--- /dev/null
+++ b/app-emacs/oauth2/oauth2-0.17.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="OAuth 2.0 authorization protocol"
+HOMEPAGE="https://elpa.gnu.org/packages/oauth2.html"
+GITHUB_SHA1="dc069550616fb0a72507489ea796d0e1bd8b48c9"
+SRC_URI="https://github.com/emacsmirror/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
+
+SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2024-09-03 18:44 Maciej Barć
  0 siblings, 0 replies; 13+ messages in thread
From: Maciej Barć @ 2024-09-03 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     fcb7581ebd5208a5e8cf645ac5ca8699a1ee91f7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  3 15:04:20 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 18:44:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb7581e

app-emacs/oauth2: bump to 0.17

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/oauth2/Manifest           |  2 +-
 app-emacs/oauth2/oauth2-0.17.ebuild | 11 +++++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-emacs/oauth2/Manifest b/app-emacs/oauth2/Manifest
index ffed8a34c583..5d505dd090ec 100644
--- a/app-emacs/oauth2/Manifest
+++ b/app-emacs/oauth2/Manifest
@@ -1,2 +1,2 @@
 DIST oauth2-0.16.tar.gz 3527 BLAKE2B af5ea470267ada0efe7bb28c383576bdd737da1352fff1047f0a26ca133efbb96e2dcb9dd53ad6793b7a73a6fa42c002955ab751389a30f2200f6a00e6de646e SHA512 525408581c146e369df2e2a79c76bc06f631a55c0f42ed537bc05fdeb7d399e6308b3e99135b49e66366941722710340cd18c184c09d510444c765ad19b0eb6f
-DIST oauth2-0.17.tar.gz 3527 BLAKE2B af5ea470267ada0efe7bb28c383576bdd737da1352fff1047f0a26ca133efbb96e2dcb9dd53ad6793b7a73a6fa42c002955ab751389a30f2200f6a00e6de646e SHA512 525408581c146e369df2e2a79c76bc06f631a55c0f42ed537bc05fdeb7d399e6308b3e99135b49e66366941722710340cd18c184c09d510444c765ad19b0eb6f
+DIST oauth2-0.17.tar.gz 4265 BLAKE2B cd18b67e296eec227d12fa75c197fef800b74360efc99cd3357022d1663768c5a4b7063d5cd8342dd25532edfa65331d4f184059ebfb1961d15bc800530ab491 SHA512 a5a0daafeeb2ce9eb336eeaf169800c68db9493cd83b50950bffc81903f7fe854c52a6162785e30068239b4a10c5f14cae2a668f9a1991d87188a761cb4d30bc

diff --git a/app-emacs/oauth2/oauth2-0.17.ebuild b/app-emacs/oauth2/oauth2-0.17.ebuild
index 9b4c11b62d64..d3b908b2fc09 100644
--- a/app-emacs/oauth2/oauth2-0.17.ebuild
+++ b/app-emacs/oauth2/oauth2-0.17.ebuild
@@ -3,16 +3,19 @@
 
 EAPI=8
 
+[[ "${PV}" == 0.17 ]] && COMMIT="0147cabd8e82e46af27aef07aeed402b0bb9a0fb"
+
 inherit elisp
 
 DESCRIPTION="OAuth 2.0 authorization protocol"
 HOMEPAGE="https://elpa.gnu.org/packages/oauth2.html"
-GITHUB_SHA1="dc069550616fb0a72507489ea796d0e1bd8b48c9"
-SRC_URI="https://github.com/emacsmirror/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+SRC_URI="https://git.savannah.gnu.org/gitweb/?p=emacs/elpa.git;a=snapshot;h=${COMMIT};sf=tgz
+	-> ${P}.tar.gz"
+S="${WORKDIR}/elpa-${COMMIT:0:7}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
+DOCS=( NEWS )
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
@ 2024-10-07 17:24 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2024-10-07 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     439c1848b1b496add70d93ef69e2087a9aa19c4e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 17:22:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 17:22:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439c1848

app-emacs/oauth2: Stabilize 0.17 ALLARCHES, #941128

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

 app-emacs/oauth2/oauth2-0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/oauth2/oauth2-0.17.ebuild b/app-emacs/oauth2/oauth2-0.17.ebuild
index d055dbfa9501..57953f8997bc 100644
--- a/app-emacs/oauth2/oauth2-0.17.ebuild
+++ b/app-emacs/oauth2/oauth2-0.17.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/elpa-${COMMIT:0:7}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86"
 
 DOCS=( NEWS )
 SITEFILE="50${PN}-gentoo.el"


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

end of thread, other threads:[~2024-10-07 17:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-17 23:55 [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07 17:24 Sam James
2024-09-03 18:44 Maciej Barć
2024-09-03 18:44 Maciej Barć
2024-01-23 16:40 Sam James
2024-01-19 12:41 Sam James
2024-01-19 12:41 Sam James
2024-01-19 12:38 Arthur Zamarin
2023-12-22  7:57 Arthur Zamarin
2023-12-16  2:45 Sam James
2023-12-15 19:20 Arthur Zamarin
2023-12-15 18:58 Arthur Zamarin
2023-12-15 16:00 Ulrich Müller

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