diff options
author | 2024-09-03 16:55:51 +0200 | |
---|---|---|
committer | 2024-09-03 20:44:29 +0200 | |
commit | a07e306b7f6d0a7d2d0b1a7672f28f1d5bf5507e (patch) | |
tree | 9aaf4f51a01221d45f64ae6bc6fc1cfc048516d7 /app-emacs | |
parent | app-emacs/no-littering: bump to 1.7.2 (diff) | |
download | gentoo-a07e306b7f6d0a7d2d0b1a7672f28f1d5bf5507e.tar.gz gentoo-a07e306b7f6d0a7d2d0b1a7672f28f1d5bf5507e.tar.bz2 gentoo-a07e306b7f6d0a7d2d0b1a7672f28f1d5bf5507e.zip |
app-emacs/oauth2: bump to 0.17
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/oauth2/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/oauth2/oauth2-0.17.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
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" |