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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B194159C9C for ; Wed, 31 Jul 2024 00:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC39C2BC09D; Wed, 31 Jul 2024 00:03:11 +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 AF0222BC09D for ; Wed, 31 Jul 2024 00:03:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49E1934133B for ; Wed, 31 Jul 2024 00:03:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 040A91E8C for ; Wed, 31 Jul 2024 00:03:08 +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: <1722384176.e96338fe495e6c731d382babac0d278d9deef3ea.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/marginalia/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/marginalia/Manifest app-emacs/marginalia/marginalia-1.5.ebuild X-VCS-Directories: app-emacs/marginalia/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: e96338fe495e6c731d382babac0d278d9deef3ea X-VCS-Branch: master Date: Wed, 31 Jul 2024 00:03:08 +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: 858e3658-39a3-4b81-bd41-c502d32fd2fd X-Archives-Hash: 9b0bd48c8f43aa2f494cf4e77d4a28de commit: e96338fe495e6c731d382babac0d278d9deef3ea Author: Maciej Barć gentoo org> AuthorDate: Tue Jul 30 23:24:15 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Jul 31 00:02:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96338fe app-emacs/marginalia: drop old 1.5 Signed-off-by: Maciej Barć gentoo.org> app-emacs/marginalia/Manifest | 1 - app-emacs/marginalia/marginalia-1.5.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/app-emacs/marginalia/Manifest b/app-emacs/marginalia/Manifest index 9556a2afed4e..f6d350faf0f9 100644 --- a/app-emacs/marginalia/Manifest +++ b/app-emacs/marginalia/Manifest @@ -1,2 +1 @@ -DIST marginalia-1.5.tar.gz 31360 BLAKE2B 79ea6180955f56edc4aa23d1798af655fb9702d7b3c48dabd7cbca3d091623427e977b21953c551c4cd04544a9d7fea89a78020aaa514d5fbe7d66f24fe22c2b SHA512 6e13b4f5a153ca47c800fd319465f78bb8920df24f448c5d312aaae247a6abcbd70346578fd3d1e39e20ac14cf8856aa2288c7ac456141fbb20ff5a0e47cf08b DIST marginalia-1.6.tar.gz 31570 BLAKE2B 991b3a0c0666ff76c7f1688d376e571c4c8d7910240695cac7d367562e3245dbebcf03a69ee4ebe2346f4ed20b2900962352075f7a661157d1588233130b4d82 SHA512 05ca055f15b4e4372b1131704f5309fc9dcff9530dffe4b99bd354f2912046af355c86e267e7edc0c19f4eb472ba5f529668ac93dda48b829a9d49faa324e3a8 diff --git a/app-emacs/marginalia/marginalia-1.5.ebuild b/app-emacs/marginalia/marginalia-1.5.ebuild deleted file mode 100644 index 94f2ac11d2f2..000000000000 --- a/app-emacs/marginalia/marginalia-1.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=27.1 - -inherit elisp - -DESCRIPTION="Marginalia in the minibuffer" -HOMEPAGE="https://github.com/minad/marginalia" -SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -SITEFILE="50${PN}-gentoo.el" - -RDEPEND=">=app-emacs/compat-29.1.4.0" -BDEPEND="${RDEPEND}"