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 E3D801581D3 for ; Tue, 14 May 2024 22:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD556E2A0C; Tue, 14 May 2024 22:21:07 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 92BB4E2A0C for ; Tue, 14 May 2024 22:21:07 +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 804E1340813 for ; Tue, 14 May 2024 22:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D16C61AC8 for ; Tue, 14 May 2024 22:21:04 +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: <1715725253.3c4f76f1e86682e625c5b73ccf01852b3977c13e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/apheleia/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/apheleia/Manifest app-emacs/apheleia/apheleia-4.0.ebuild X-VCS-Directories: app-emacs/apheleia/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 3c4f76f1e86682e625c5b73ccf01852b3977c13e X-VCS-Branch: master Date: Tue, 14 May 2024 22:21:04 +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: d04f9f5b-3d76-4abd-ac95-170c593a903c X-Archives-Hash: 800f62692b6de16ef74a1bc3402c9cc9 commit: 3c4f76f1e86682e625c5b73ccf01852b3977c13e Author: Maciej Barć gentoo org> AuthorDate: Tue May 14 21:52:01 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue May 14 22:20:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4f76f1 app-emacs/apheleia: drop old 4.0 Signed-off-by: Maciej Barć gentoo.org> app-emacs/apheleia/Manifest | 1 - app-emacs/apheleia/apheleia-4.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest index f5188edab336..1b82f085f3ef 100644 --- a/app-emacs/apheleia/Manifest +++ b/app-emacs/apheleia/Manifest @@ -1,2 +1 @@ -DIST apheleia-4.0.tar.gz 170327 BLAKE2B 82e5b545045ef8e5e17dd6930efe21c6eb5d04f6e22d0ce07e13af7c09237b93c09ff756e8e024751ecfc46d0809e408bfdc14e192cd9ded5cce955cd67a66bb SHA512 5cc5a12a8418372ade1ba968e34d8eae067d2c3401aeabd860b562a66a6efd1cc1b21eba6ff1d1e96a4e7aff18d26097e8758774f3fa2d5e663bdb9407647936 DIST apheleia-4.1.tar.gz 178011 BLAKE2B c48b9f98e7d985b8a6a30c8945ce92d512eecd9b8ec5403f26870ca3a38cefb40d35e7757875964898e537eb65b48d85573be909685dc4dc06f56584d989b1e7 SHA512 37e946651aa084cf322eaa45c3fd72cc3d6089da237b2ce02f2ba5481eb60c63030b654c78a614c70943b2825df184249ac8fe53a013f75cde54c31062dd0c6b diff --git a/app-emacs/apheleia/apheleia-4.0.ebuild b/app-emacs/apheleia/apheleia-4.0.ebuild deleted file mode 100644 index 9dc62fab8821..000000000000 --- a/app-emacs/apheleia/apheleia-4.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=26 - -inherit elisp - -DESCRIPTION="Reformat GNU Emacs buffers stably without moving point" -HOMEPAGE="https://github.com/radian-software/apheleia/" -SRC_URI="https://github.com/radian-software/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" - -DOCS=( README.md CHANGELOG.md ) -SITEFILE="50${PN}-gentoo.el"