commit: 5c8979beff44ba7ffa49d651082ba4e63cda6641 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Sep 18 21:18:13 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Sep 18 21:50:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8979be
app-emacs/oauth2: bump to 0.18.3 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/oauth2/Manifest | 1 + app-emacs/oauth2/oauth2-0.18.3.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/app-emacs/oauth2/Manifest b/app-emacs/oauth2/Manifest index 8aac12e752c0..0828b4d8a27c 100644 --- a/app-emacs/oauth2/Manifest +++ b/app-emacs/oauth2/Manifest @@ -1 +1,2 @@ DIST oauth2-0.17.tar.gz 4265 BLAKE2B cd18b67e296eec227d12fa75c197fef800b74360efc99cd3357022d1663768c5a4b7063d5cd8342dd25532edfa65331d4f184059ebfb1961d15bc800530ab491 SHA512 a5a0daafeeb2ce9eb336eeaf169800c68db9493cd83b50950bffc81903f7fe854c52a6162785e30068239b4a10c5f14cae2a668f9a1991d87188a761cb4d30bc +DIST oauth2-0.18.3.tar.gz 8478 BLAKE2B 2a72174c38a8a0945322025b8f2f0c8cb9c0ed7a25d2676bfeca99d02287bff2431f52ea0784611c5e64f7fd9009f5561df06a182bbd10e278f10635c38a6790 SHA512 0a9a863f89ede29d0f9b322003d7f3428c0b8a2c4c3bd57c1ae609658dbeee342d3d863dc087b19f05e823aea5a861c31fd5444c24af14938176bcce661de8f4 diff --git a/app-emacs/oauth2/oauth2-0.18.3.ebuild b/app-emacs/oauth2/oauth2-0.18.3.ebuild new file mode 100644 index 000000000000..529a7980a0b1 --- /dev/null +++ b/app-emacs/oauth2/oauth2-0.18.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 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" + +[[ "${PV}" == 0.18.3 ]] && COMMIT="dc9f76dee716bad30395f079dd8dee85dce138c4" + +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 ~ppc ~ppc64 ~sparc ~x86" + +DOCS=( NEWS ) +SITEFILE="50${PN}-gentoo.el"
