summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-11 18:30:26 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-11 18:41:46 +0200
commit193593193a646e701d9437c1383bc0c2277ac689 (patch)
tree0f4e0ae2e9c13f62b04d7ed204a0ceedac301370 /app-emacs/paredit
parentapp-emacs/paredit: drop old 24 (diff)
downloadgentoo-193593193a646e701d9437c1383bc0c2277ac689.tar.gz
gentoo-193593193a646e701d9437c1383bc0c2277ac689.tar.bz2
gentoo-193593193a646e701d9437c1383bc0c2277ac689.zip
app-emacs/paredit: drop old 25
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/paredit')
-rw-r--r--app-emacs/paredit/Manifest1
-rw-r--r--app-emacs/paredit/paredit-25.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/app-emacs/paredit/Manifest b/app-emacs/paredit/Manifest
index f808ea422ec2..38410fe9380f 100644
--- a/app-emacs/paredit/Manifest
+++ b/app-emacs/paredit/Manifest
@@ -1,2 +1 @@
-DIST paredit-25.tar.xz 33552 BLAKE2B 7fd36e796c754a6bca28d3bbdf59c37bba326870a6ba94380b4c6130a5f0be103ef8ced0071059faa785fbad7cdcfecd0eb491a2b07200cc6e3208b61b0a2af2 SHA512 46ae5eee7007d7ddc2c03955f521dac950b88ee3274faf071983380d83b30b553da7d21fbe791a2c760f0f56b7fd177714085c18a8dbc5c50bc0a240bf7e77aa
DIST paredit-26.tar.gz 63322 BLAKE2B 6259b17655d0c1ebaa30fad2e46639f1e84e5aaee18980131d9e2cad9711ab469efc75a3ed264213bf3fbe18cddc9c69c0bb3907a3acfcc896aa2070cf00f44a SHA512 1f0a712d6b99740e559208451a3292e52b110a5f40224fdd30e390c4eb63f3b01790d8cc0a3fb0f0681a7739ca26763df6afbb4c2e00b6560dccb29950f70a70
diff --git a/app-emacs/paredit/paredit-25.ebuild b/app-emacs/paredit/paredit-25.ebuild
deleted file mode 100644
index 8510221c5950..000000000000
--- a/app-emacs/paredit/paredit-25.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Minor mode for performing structured editing of S-expressions"
-HOMEPAGE="https://paredit.org https://www.emacswiki.org/emacs/ParEdit"
-SRC_URI="https://dev.gentoo.org/~matthew/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-DOCS=( ${PN}.html )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
- ${EMACS} ${EMACSFLAGS} -l ${PN}.el -l test.el || die 'tests failed'
-}