From d73bfcc016cbb541131b7da61641a1eba52e8076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 20 Oct 2025 21:56:59 +0200 Subject: [PATCH] app-emacs/oauth2: drop old 0.17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/oauth2/Manifest | 1 - app-emacs/oauth2/oauth2-0.17.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) delete mode 100644 app-emacs/oauth2/oauth2-0.17.ebuild diff --git a/app-emacs/oauth2/Manifest b/app-emacs/oauth2/Manifest index 0828b4d8a27c..084c59d0d6e9 100644 --- a/app-emacs/oauth2/Manifest +++ b/app-emacs/oauth2/Manifest @@ -1,2 +1 @@ -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.17.ebuild b/app-emacs/oauth2/oauth2-0.17.ebuild deleted file mode 100644 index aab97002e130..000000000000 --- a/app-emacs/oauth2/oauth2-0.17.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -[[ "${PV}" == 0.17 ]] && COMMIT="0147cabd8e82e46af27aef07aeed402b0bb9a0fb" - -inherit elisp - -DESCRIPTION="OAuth 2.0 authorization protocol" -HOMEPAGE="https://elpa.gnu.org/packages/oauth2.html" -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"