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 1BB1515817D for ; Fri, 21 Jun 2024 23:00:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D12F8E2A26; Fri, 21 Jun 2024 23:00:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC137E2A26 for ; Fri, 21 Jun 2024 23:00:04 +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 D6C5E33BEE9 for ; Fri, 21 Jun 2024 23:00:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 627B61D46 for ; Fri, 21 Jun 2024 23:00:01 +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: <1719010798.b9d4d9113bab9f762ad2fac4075a57acef6278b3.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/persist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/persist/Manifest app-emacs/persist/persist-0.5.ebuild X-VCS-Directories: app-emacs/persist/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b9d4d9113bab9f762ad2fac4075a57acef6278b3 X-VCS-Branch: master Date: Fri, 21 Jun 2024 23:00:01 +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: 69f6aa40-c678-46b7-bcbe-3f06d2add4bc X-Archives-Hash: 425dc63f3c5ed10f01b2c1d422e5f347 commit: b9d4d9113bab9f762ad2fac4075a57acef6278b3 Author: Maciej Barć gentoo org> AuthorDate: Fri Jun 21 22:51:07 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Jun 21 22:59:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d4d911 app-emacs/persist: drop old 0.5 Signed-off-by: Maciej Barć gentoo.org> app-emacs/persist/Manifest | 1 - app-emacs/persist/persist-0.5.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/app-emacs/persist/Manifest b/app-emacs/persist/Manifest index 00da2e2db9a4..d5b23a1f20b1 100644 --- a/app-emacs/persist/Manifest +++ b/app-emacs/persist/Manifest @@ -1,2 +1 @@ -DIST persist-0.5.tar.xz 5140 BLAKE2B efc8af5102e4661507784aa54fdc0f890b916b37bc2bfc08e51173c1bbc7e7602bf01c0fa14d06d85f15371336531f4211c2802065497aae1a0e4f40b6051eb2 SHA512 560560a18b252f0bd6c15fd530e77a9501427f9b66fbdbfab4b83dde24c2d9070d75e78038f307ccc5db70d48f539b0472c6a644e8f3255e3817cdc077006989 DIST persist-0.6.tar.xz 5852 BLAKE2B 4cee1485109e3215ce739c0c286e2076c19cf86eb23305adc9203f40ac1d08ed1de19def3ffe4361d062bae75ba38ef380636bbf5fbe58f4aa7127771198e378 SHA512 280a1a26a61f1ee7b1e2186917e7b414b14886ef32fa1b63c0416267991ae65f5c46feaaa384a6c15d2f7975841a6bb9901353420db4d6f308cf72c5035bfd66 diff --git a/app-emacs/persist/persist-0.5.ebuild b/app-emacs/persist/persist-0.5.ebuild deleted file mode 100644 index cf61dd9057c7..000000000000 --- a/app-emacs/persist/persist-0.5.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Persist variables between Emacs sessions" -HOMEPAGE="https://elpa.gnu.org/packages/persist.html" -SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# ELISP_TEXINFO="${PN}.texi" # Broken. -SITEFILE="50${PN}-gentoo.el"