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 DCDA615838C for ; Mon, 15 Jan 2024 21:20:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE82D2BC01B; Mon, 15 Jan 2024 21:20:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AB1B62BC01A for ; Mon, 15 Jan 2024 21:20:52 +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 E18B13432A0 for ; Mon, 15 Jan 2024 21:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F05D714B6 for ; Mon, 15 Jan 2024 21:20:48 +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: <1705353640.94eb77c73d33d8a1c0d6340af184703063d42884.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-3.2.ebuild X-VCS-Directories: app-emacs/apheleia/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 94eb77c73d33d8a1c0d6340af184703063d42884 X-VCS-Branch: master Date: Mon, 15 Jan 2024 21:20:48 +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: b599608d-3e26-49b7-9f23-6744a0e14d9d X-Archives-Hash: b6ee901ce367bc83b029e1facf9b4a0d commit: 94eb77c73d33d8a1c0d6340af184703063d42884 Author: Maciej Barć gentoo org> AuthorDate: Mon Jan 15 19:46:33 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Jan 15 21:20:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94eb77c7 app-emacs/apheleia: drop old 3.2 Signed-off-by: Maciej Barć gentoo.org> app-emacs/apheleia/Manifest | 1 - app-emacs/apheleia/apheleia-3.2.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest index e2ddcb00377c..cfbd3ad05e0d 100644 --- a/app-emacs/apheleia/Manifest +++ b/app-emacs/apheleia/Manifest @@ -1,2 +1 @@ -DIST apheleia-3.2.tar.gz 44587 BLAKE2B b09764cedfe03d4b6086dba0cca7262253e2e03c401c237f82fbc773eeddd3e121471a35277f321175405c0cdedae9417240b80b5690b4a55b29e0067b312e14 SHA512 b351ef48f914500d04de20badb56a09657493702d95dbd5a5bbeec847cb79ee2977e5fdb8a26e25765b4308d2cee4b95cb2601da8022cda4b32adc64a660453c DIST apheleia-4.0.tar.gz 170327 BLAKE2B 82e5b545045ef8e5e17dd6930efe21c6eb5d04f6e22d0ce07e13af7c09237b93c09ff756e8e024751ecfc46d0809e408bfdc14e192cd9ded5cce955cd67a66bb SHA512 5cc5a12a8418372ade1ba968e34d8eae067d2c3401aeabd860b562a66a6efd1cc1b21eba6ff1d1e96a4e7aff18d26097e8758774f3fa2d5e663bdb9407647936 diff --git a/app-emacs/apheleia/apheleia-3.2.ebuild b/app-emacs/apheleia/apheleia-3.2.ebuild deleted file mode 100644 index 938ab18f90ea..000000000000 --- a/app-emacs/apheleia/apheleia-3.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 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"