summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-10-22 00:17:17 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-10-22 02:08:44 +0200
commit94704faa458f03d92cf1126458c161b2bf3dad86 (patch)
treea92936c4736432233e58c8064a8a48c0c9b58249 /app-emacs
parentapp-emacs/fedi: new package; add 0.2 (diff)
downloadgentoo-94704faa458f03d92cf1126458c161b2bf3dad86.tar.gz
gentoo-94704faa458f03d92cf1126458c161b2bf3dad86.tar.bz2
gentoo-94704faa458f03d92cf1126458c161b2bf3dad86.zip
app-emacs/persist: drop old 0.6
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/persist/Manifest1
-rw-r--r--app-emacs/persist/persist-0.6.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/app-emacs/persist/Manifest b/app-emacs/persist/Manifest
index f5f44c5240f8..2dadd396489a 100644
--- a/app-emacs/persist/Manifest
+++ b/app-emacs/persist/Manifest
@@ -1,2 +1 @@
DIST persist-0.6.1.tar.gz 6777 BLAKE2B 4e5ae7cef591fcfb7fd7084e38294bc6000d9b1ed2d9b83ea54c1f6fe4f4cbb4144df51a5df9fcc654d459c58e105e58c53cfe841df0eeeafd95ed127797cb2d SHA512 e7b2d2e09cea26a37142d66e95f640e37640ebcf8434b284650c6126475c8844476c164b00ffc3cbecb021bb6963a19ede2720ae2e892d45d8986ede6de3f28a
-DIST persist-0.6.tar.xz 5852 BLAKE2B 4cee1485109e3215ce739c0c286e2076c19cf86eb23305adc9203f40ac1d08ed1de19def3ffe4361d062bae75ba38ef380636bbf5fbe58f4aa7127771198e378 SHA512 280a1a26a61f1ee7b1e2186917e7b414b14886ef32fa1b63c0416267991ae65f5c46feaaa384a6c15d2f7975841a6bb9901353420db4d6f308cf72c5035bfd66
diff --git a/app-emacs/persist/persist-0.6.ebuild b/app-emacs/persist/persist-0.6.ebuild
deleted file mode 100644
index 73e64e7bf592..000000000000
--- a/app-emacs/persist/persist-0.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2024 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"
-
-elisp-enable-tests ert test -l test/persist-tests.el