mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
23 lines
568 B
Bash
23 lines
568 B
Bash
# 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"
|