summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-10-16 11:52:23 +0200
committerUlrich Müller <ulm@gentoo.org>2019-10-16 11:53:37 +0200
commitbdfbd71a4af223ea18018bdf00e323ada055b031 (patch)
treef74295ae0808be860c6a3a23152438acf33d6ee5
parentapp-emacs/dts-mode: New snapshot. (diff)
downloadgentoo-bdfbd71a4af223ea18018bdf00e323ada055b031.tar.gz
gentoo-bdfbd71a4af223ea18018bdf00e323ada055b031.tar.bz2
gentoo-bdfbd71a4af223ea18018bdf00e323ada055b031.zip
app-emacs/initsplit: New snapshot.
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/initsplit/Manifest1
-rw-r--r--app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/initsplit/Manifest b/app-emacs/initsplit/Manifest
index 2f63d2de810a..d93e87288941 100644
--- a/app-emacs/initsplit/Manifest
+++ b/app-emacs/initsplit/Manifest
@@ -1 +1,2 @@
DIST initsplit-1.7_pre20140203.el.xz 4792 BLAKE2B eb853870e9d159129e22e48dd5704b83fe8877933ab68f75127e4c82000b7a2a3b87ccd779f16f2ed2b0407ed6574694e42310fd6195152adb099bfd5c592187 SHA512 f2c894bb9d0359b5e95760541feb83f465950de732266059b9498b7ee7361ebb843e0d900fec92fa5e9c37547ea160836b9fc24f64c56083e3ea4416b4b52e50
+DIST initsplit-1.8_pre20160919.tar.gz 5630 BLAKE2B 6260108c244c1e817da5d3c0414939cb5b1699832d00f606a0c983997b4e6adb7daf4a9e1cc9d66254fe9a324523ceb70c43f0919ac2dd216bac7daa4b80cb43 SHA512 56f9d281ba227834f3e527b9ca48d57ffb06f3664ca2f7e1bd1d60a0bd996229ffe7cfd2a05b0530ad67328b4ba25822f39162f0ff9582bd54c8afd2981f750d
diff --git a/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild b/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild
new file mode 100644
index 000000000000..419b7d5446ff
--- /dev/null
+++ b/app-emacs/initsplit/initsplit-1.8_pre20160919.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp readme.gentoo-r1
+
+COMMIT="c941d436eb2b10b01c76a582c5a2b23fb30751aa"
+DESCRIPTION="Split customizations into different files"
+HOMEPAGE="https://www.emacswiki.org/emacs/InitSplit"
+SRC_URI="https://github.com/dabrahams/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+SITEFILE="50${PN}-gentoo.el"
+DOC_CONTENTS="Initsplit is not enabled as a site default. Add the following
+ line to your ~/.emacs file to enable configuration file splitting:
+ \n\t(load \"initsplit\")
+ \n\nIf you want configuration files byte-compiled, also add this line:
+ \n\t(add-hook 'after-save-hook 'initsplit-byte-compile-files t)"