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"
