Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/smex/
Date: Sat, 17 Aug 2019 22:08:52
Message-Id: 1566071633.d529fb04be7876050101b5fd82c6758eac8e22a1.ulm@gentoo
1 commit: d529fb04be7876050101b5fd82c6758eac8e22a1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 19:53:53 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 19:53:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=d529fb04
7
8 app-emacs/smex: Remove old.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/smex/Manifest | 1 -
14 app-emacs/smex/smex-20090716.ebuild | 15 ---------------
15 2 files changed, 16 deletions(-)
16
17 diff --git a/app-emacs/smex/Manifest b/app-emacs/smex/Manifest
18 index 69f192b..5ee05a1 100644
19 --- a/app-emacs/smex/Manifest
20 +++ b/app-emacs/smex/Manifest
21 @@ -1,2 +1 @@
22 DIST smex-1.1.4.tar.gz 6599 BLAKE2B 2d7b3cbe4d0a6d4790b261c1abe64c96f46922b09ef8b8cdac71692b4ab96da1333dcf54c2658a440d110ed1c22004808e5aeead6e87ecebba7825c532c742fc SHA512 58bb13e76588313db551512d3ee00f36eb6b8ca6ed38abe490acdd8799a4613f9fc24b572722907f325d0e693d2103ef8e8471ac972860757d7a120cfa0fc4d4
23 -DIST smex-20090716.el.bz2 3733 BLAKE2B 5e735d051866ec391cf4fc500696b3cc3596633c64ba3a072d568e351236a81805ebbeb0782a0b5cb75345911bb35dbd7a581702774ad75446974deb224811fa SHA512 882e9f05f50469c4d6105ba83f1c656ef0111ad9a2d9b39508555b7b3c498665d66d8293cc9cfa112528a89397f6579c5b5f8a6947ed1978ec27529e66bf75f7
24
25 diff --git a/app-emacs/smex/smex-20090716.ebuild b/app-emacs/smex/smex-20090716.ebuild
26 deleted file mode 100644
27 index e4fa730..0000000
28 --- a/app-emacs/smex/smex-20090716.ebuild
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -inherit elisp
35 -
36 -DESCRIPTION="A smart M-x enhancement for Emacs"
37 -HOMEPAGE="http://www.emacswiki.org/emacs/Smex
38 - http://github.com/nonsequitur/smex/"
39 -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
40 -
41 -LICENSE="GPL-3+"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -SITEFILE="50${PN}-gentoo.el"