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/initsplit/
Date: Mon, 18 Nov 2019 11:57:01
Message-Id: 1574078128.f4982d6870ac47d670a3f1af208aeb85d18cbd2e.ulm@gentoo
1 commit: f4982d6870ac47d670a3f1af208aeb85d18cbd2e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 11:50:23 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 11:55:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4982d68
7
8 app-emacs/initsplit: Remove old.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/initsplit/Manifest | 1 -
14 .../initsplit/initsplit-1.7_pre20140203.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/app-emacs/initsplit/Manifest b/app-emacs/initsplit/Manifest
18 index d93e8728894..485099e62df 100644
19 --- a/app-emacs/initsplit/Manifest
20 +++ b/app-emacs/initsplit/Manifest
21 @@ -1,2 +1 @@
22 -DIST initsplit-1.7_pre20140203.el.xz 4792 BLAKE2B eb853870e9d159129e22e48dd5704b83fe8877933ab68f75127e4c82000b7a2a3b87ccd779f16f2ed2b0407ed6574694e42310fd6195152adb099bfd5c592187 SHA512 f2c894bb9d0359b5e95760541feb83f465950de732266059b9498b7ee7361ebb843e0d900fec92fa5e9c37547ea160836b9fc24f64c56083e3ea4416b4b52e50
23 DIST initsplit-1.8_pre20160919.tar.gz 5630 BLAKE2B 6260108c244c1e817da5d3c0414939cb5b1699832d00f606a0c983997b4e6adb7daf4a9e1cc9d66254fe9a324523ceb70c43f0919ac2dd216bac7daa4b80cb43 SHA512 56f9d281ba227834f3e527b9ca48d57ffb06f3664ca2f7e1bd1d60a0bd996229ffe7cfd2a05b0530ad67328b4ba25822f39162f0ff9582bd54c8afd2981f750d
24
25 diff --git a/app-emacs/initsplit/initsplit-1.7_pre20140203.ebuild b/app-emacs/initsplit/initsplit-1.7_pre20140203.ebuild
26 deleted file mode 100644
27 index 9638e25e032..00000000000
28 --- a/app-emacs/initsplit/initsplit-1.7_pre20140203.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit readme.gentoo elisp
37 -
38 -DESCRIPTION="Split customizations into different files"
39 -HOMEPAGE="https://www.emacswiki.org/emacs/InitSplit"
40 -# taken from https://github.com/dabrahams/${PN}
41 -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~ppc x86"
46 -
47 -SITEFILE="50${PN}-gentoo.el"
48 -DOC_CONTENTS="Initsplit is not enabled as a site default. Add the following
49 - line to your ~/.emacs file to enable configuration file splitting:
50 - \n\t(load \"initsplit\")
51 - \n\nIf you want configuration files byte-compiled, also add this line:
52 - \n\t(add-hook 'after-save-hook 'initsplit-byte-compile-files t)"