app-emacs/nxml-gentoo-schemas: ppc64 stable wrt bug #717324
[gentoo.git] / app-emacs / initsplit / initsplit-1.8_pre20160919.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit elisp readme.gentoo-r1
7
8 COMMIT="c941d436eb2b10b01c76a582c5a2b23fb30751aa"
9 DESCRIPTION="Split customizations into different files"
10 HOMEPAGE="https://www.emacswiki.org/emacs/InitSplit"
11 SRC_URI="https://github.com/dabrahams/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="GPL-2+"
14 SLOT="0"
15 KEYWORDS="amd64 ~ppc x86"
16
17 S="${WORKDIR}/${PN}-${COMMIT}"
18 SITEFILE="50${PN}-gentoo.el"
19 DOC_CONTENTS="Initsplit is not enabled as a site default. Add the following
20         line to your ~/.emacs file to enable configuration file splitting:
21         \n\t(load \"initsplit\")
22         \n\nIf you want configuration files byte-compiled, also add this line:
23         \n\t(add-hook 'after-save-hook 'initsplit-byte-compile-files t)"