From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 0695415807A for ; Thu, 05 Jun 2025 17:05:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E55B334316C for ; Thu, 05 Jun 2025 17:05:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 95AF311049F; Thu, 05 Jun 2025 17:04:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 8D69C11049F for ; Thu, 05 Jun 2025 17:04:34 +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 40AA3343190 for ; Thu, 05 Jun 2025 17:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C88EE291F for ; Thu, 05 Jun 2025 17:04:31 +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: <1749143000.342b750087bc0328392c359ca42f4789c0c3f8b0.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.8.ebuild X-VCS-Directories: app-emacs/marginalia/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 342b750087bc0328392c359ca42f4789c0c3f8b0 X-VCS-Branch: master Date: Thu, 05 Jun 2025 17:04:31 +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: 55487cf6-dd1c-4987-aec4-910fd3250254 X-Archives-Hash: a2e13191d8227547c0932a1bbd28800e commit: 342b750087bc0328392c359ca42f4789c0c3f8b0 Author: Maciej Barć gentoo org> AuthorDate: Thu Jun 5 12:40:01 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Jun 5 17:03:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342b7500 app-emacs/marginalia: drop old 1.8 Signed-off-by: Maciej Barć gentoo.org> app-emacs/marginalia/Manifest | 1 - app-emacs/marginalia/marginalia-1.8.ebuild | 34 ------------------------------ 2 files changed, 35 deletions(-) diff --git a/app-emacs/marginalia/Manifest b/app-emacs/marginalia/Manifest index 4c1628f4628f..5a2ba59e1a47 100644 --- a/app-emacs/marginalia/Manifest +++ b/app-emacs/marginalia/Manifest @@ -1,2 +1 @@ -DIST marginalia-1.8.gh.tar.gz 31496 BLAKE2B 488756f2a74b54e66eb223620f007e756463a83e026af531d95204e79fe78613c7862959153cc51a61f8401adbcb902218191223e63fcc384a38b2f79abae54f SHA512 3142499a6c14131141ef7cda4b743f466f03fc3e9c55317f9f32229756115141f36fa2f7fcc96ba709c240a4393d4030bbaca334e7a6a9668602314b6df86237 DIST marginalia-2.0.gh.tar.gz 31717 BLAKE2B 0b0806948d96bac714199444603ac10f7a969e5f44e735bd702560e53545091fd1a946015f34d07733b30ea991e015bc6d3bae27c364d9b8018e9c8d597bed28 SHA512 b5b53bf9579b9d21dcf5db950a6ffad8b0230388a2dffb456bffd1ef762c911beae047c8c6a4a50731b5e7ce944c909e839e030e9323595f8bd2a3ab3bbe4d41 diff --git a/app-emacs/marginalia/marginalia-1.8.ebuild b/app-emacs/marginalia/marginalia-1.8.ebuild deleted file mode 100644 index 8a29de94a07d..000000000000 --- a/app-emacs/marginalia/marginalia-1.8.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2025 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/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/minad/${PN}" -else - SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - >=app-emacs/compat-29.1.4.0 -" -BDEPEND=" - ${RDEPEND} -" - -SITEFILE="50${PN}-gentoo.el"