summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-04-15 20:24:21 +0200
committerUlrich Müller <ulm@gentoo.org>2021-04-15 20:24:21 +0200
commit9a1db01d2f7e95443e7740814bbdaba828108ddb (patch)
tree2f981885f8fa279d25bfba3eba41c67e4d085b54
parentlxde-base/lxtask: remove unused patch(es) (diff)
downloadgentoo-9a1db01d2f7e95443e7740814bbdaba828108ddb.tar.gz
gentoo-9a1db01d2f7e95443e7740814bbdaba828108ddb.tar.bz2
gentoo-9a1db01d2f7e95443e7740814bbdaba828108ddb.zip
app-emacs/paredit: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/paredit/Manifest1
-rw-r--r--app-emacs/paredit/paredit-23-r1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/app-emacs/paredit/Manifest b/app-emacs/paredit/Manifest
index cf29319386b5..504ade03cf7c 100644
--- a/app-emacs/paredit/Manifest
+++ b/app-emacs/paredit/Manifest
@@ -1,3 +1,2 @@
DIST paredit-23.html.xz 1920 BLAKE2B 029c09848bb162c135c882ca17e6d5da9c3c17ba3937a809dcd03edb4b1841a0069a72dbd6676003cdf1a9de60a1f88eefa1de050210a37b52a005d28892ab14 SHA512 0ef584787b6094f1d0720aeb4d3a8c106605be62ffaa240d27a190ed9a6dd83d6d1ce68c2d184e84539a0e0658dcbed068335b69f4b1905ae9bf3d9968d5fb9b
-DIST paredit-23.tar.xz 24204 BLAKE2B 1bb1f9466a4c418800ca66a6e0ac76f8d2324d27e27a6f2ac1aa0be576dc8fede6392bde919ed489b14f4ddd3e26fab102e722803d3e9dc5874c5321bd269d35 SHA512 33ae10d95d3b2d8fe2466fba20d6aa0abac56684807fb381ab0db2798e99e2358c6dca71794b95768b53be661b9181f458e932bb37c31ba7ebba155a57f1bb01
DIST paredit-24.el.xz 24332 BLAKE2B 5243810cfcc40ebfd62ce3f833afa214defe9b91affbeb142ddad308e1fcff3f54a0ed19029a5ebd31f374868abc34f160d2efac65a609e783483ba2c92194d2 SHA512 76d9d2694473aeaab573964d79418fba20bfecef7f3771682f769ef05fb9385f9ef6dda1a5c7edec5d0a6f919d2eca5e75d595bd8cd5220c5179bfcac5f20f94
diff --git a/app-emacs/paredit/paredit-23-r1.ebuild b/app-emacs/paredit/paredit-23-r1.ebuild
deleted file mode 100644
index 0363106d8cd4..000000000000
--- a/app-emacs/paredit/paredit-23-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="Minor mode for performing structured editing of S-expressions"
-HOMEPAGE="https://mumble.net/~campbell/emacs/
- https://www.emacswiki.org/emacs/ParEdit"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_install() {
- elisp_src_install
- dohtml *.html
-}