Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/paredit/
Date: Thu, 15 Apr 2021 18:24:37
Message-Id: 1618511061.9a1db01d2f7e95443e7740814bbdaba828108ddb.ulm@gentoo
1 commit: 9a1db01d2f7e95443e7740814bbdaba828108ddb
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 18:24:21 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 18:24:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1db01d
7
8 app-emacs/paredit: Remove old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/paredit/Manifest | 1 -
14 app-emacs/paredit/paredit-23-r1.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/app-emacs/paredit/Manifest b/app-emacs/paredit/Manifest
18 index cf29319386b..504ade03cf7 100644
19 --- a/app-emacs/paredit/Manifest
20 +++ b/app-emacs/paredit/Manifest
21 @@ -1,3 +1,2 @@
22 DIST paredit-23.html.xz 1920 BLAKE2B 029c09848bb162c135c882ca17e6d5da9c3c17ba3937a809dcd03edb4b1841a0069a72dbd6676003cdf1a9de60a1f88eefa1de050210a37b52a005d28892ab14 SHA512 0ef584787b6094f1d0720aeb4d3a8c106605be62ffaa240d27a190ed9a6dd83d6d1ce68c2d184e84539a0e0658dcbed068335b69f4b1905ae9bf3d9968d5fb9b
23 -DIST paredit-23.tar.xz 24204 BLAKE2B 1bb1f9466a4c418800ca66a6e0ac76f8d2324d27e27a6f2ac1aa0be576dc8fede6392bde919ed489b14f4ddd3e26fab102e722803d3e9dc5874c5321bd269d35 SHA512 33ae10d95d3b2d8fe2466fba20d6aa0abac56684807fb381ab0db2798e99e2358c6dca71794b95768b53be661b9181f458e932bb37c31ba7ebba155a57f1bb01
24 DIST paredit-24.el.xz 24332 BLAKE2B 5243810cfcc40ebfd62ce3f833afa214defe9b91affbeb142ddad308e1fcff3f54a0ed19029a5ebd31f374868abc34f160d2efac65a609e783483ba2c92194d2 SHA512 76d9d2694473aeaab573964d79418fba20bfecef7f3771682f769ef05fb9385f9ef6dda1a5c7edec5d0a6f919d2eca5e75d595bd8cd5220c5179bfcac5f20f94
25
26 diff --git a/app-emacs/paredit/paredit-23-r1.ebuild b/app-emacs/paredit/paredit-23-r1.ebuild
27 deleted file mode 100644
28 index 0363106d8cd..00000000000
29 --- a/app-emacs/paredit/paredit-23-r1.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit elisp
38 -
39 -DESCRIPTION="Minor mode for performing structured editing of S-expressions"
40 -HOMEPAGE="https://mumble.net/~campbell/emacs/
41 - https://www.emacswiki.org/emacs/ParEdit"
42 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
47 -
48 -SITEFILE="50${PN}-gentoo.el"
49 -
50 -src_install() {
51 - elisp_src_install
52 - dohtml *.html
53 -}