From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8E1D1581F3 for ; Wed, 27 Nov 2024 22:10:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74FBCE0833; Wed, 27 Nov 2024 22:10:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27BBEE07A5 for ; Wed, 27 Nov 2024 22:10:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6A213430AA for ; Wed, 27 Nov 2024 22:10:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C90B1CA3 for ; Wed, 27 Nov 2024 22:10:17 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1732745403.5728a5000dde01a9d6ecd720f926f5d8fb2e078b.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/oauth2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/oauth2/Manifest app-emacs/oauth2/oauth2-0.16.ebuild X-VCS-Directories: app-emacs/oauth2/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5728a5000dde01a9d6ecd720f926f5d8fb2e078b X-VCS-Branch: master Date: Wed, 27 Nov 2024 22:10:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 322facca-0fea-46b9-abcb-6812f6d8e704 X-Archives-Hash: 7a72d206dff2fef2c1c9fd3d80cf7fc9 commit: 5728a5000dde01a9d6ecd720f926f5d8fb2e078b Author: Maciej Barć gentoo org> AuthorDate: Wed Nov 27 20:45:54 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Nov 27 22:10:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5728a500 app-emacs/oauth2: drop old 0.16 Signed-off-by: Maciej Barć gentoo.org> app-emacs/oauth2/Manifest | 1 - app-emacs/oauth2/oauth2-0.16.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/app-emacs/oauth2/Manifest b/app-emacs/oauth2/Manifest index 5d505dd090ec..8aac12e752c0 100644 --- a/app-emacs/oauth2/Manifest +++ b/app-emacs/oauth2/Manifest @@ -1,2 +1 @@ -DIST oauth2-0.16.tar.gz 3527 BLAKE2B af5ea470267ada0efe7bb28c383576bdd737da1352fff1047f0a26ca133efbb96e2dcb9dd53ad6793b7a73a6fa42c002955ab751389a30f2200f6a00e6de646e SHA512 525408581c146e369df2e2a79c76bc06f631a55c0f42ed537bc05fdeb7d399e6308b3e99135b49e66366941722710340cd18c184c09d510444c765ad19b0eb6f DIST oauth2-0.17.tar.gz 4265 BLAKE2B cd18b67e296eec227d12fa75c197fef800b74360efc99cd3357022d1663768c5a4b7063d5cd8342dd25532edfa65331d4f184059ebfb1961d15bc800530ab491 SHA512 a5a0daafeeb2ce9eb336eeaf169800c68db9493cd83b50950bffc81903f7fe854c52a6162785e30068239b4a10c5f14cae2a668f9a1991d87188a761cb4d30bc diff --git a/app-emacs/oauth2/oauth2-0.16.ebuild b/app-emacs/oauth2/oauth2-0.16.ebuild deleted file mode 100644 index 6d5f22b6ce69..000000000000 --- a/app-emacs/oauth2/oauth2-0.16.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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 ppc ~ppc64 sparc x86" - -SITEFILE="50${PN}-gentoo.el"