public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/
Date: Tue,  3 Sep 2024 18:44:43 +0000 (UTC)	[thread overview]
Message-ID: <1725389069.fcb7581ebd5208a5e8cf645ac5ca8699a1ee91f7.xgqt@gentoo> (raw)

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"


             reply	other threads:[~2024-09-03 18:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-03 18:44 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-27 22:10 [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/ Maciej Barć
2024-10-07 17:24 Sam James
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-17 23:55 Ionen Wolkens
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1725389069.fcb7581ebd5208a5e8cf645ac5ca8699a1ee91f7.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox