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>[email protected]</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"

Reply via email to