ChangeLog

# ChangeLog for app-emacs/initsplit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/initsplit/ChangeLog,v 1.8 2007/12/01 11:53:24 opfer Exp $

01 Dec 2007; Christian Faulhammer
initsplit-1.6-r1.ebuild:
stable x86/amd64

*initsplit-1.6-r1 (14 Oct 2007)

14 Oct 2007; Ulrich Mueller +files/51initsplit-gentoo.el,
+initsplit-1.6-r1.ebuild:
Use autoload mechanism. Don't enable initsplit as site default.

06 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

24 Oct 2005; Joseph Jezak initsplit-1.6.ebuild:
Marked ~ppc.

11 Jul 2005; Matthew Kennedy
files/50initsplit-gentoo.el:
Add site-lisp path to load-path; Enables non-Portage Emacs builds to use
/usr/share/emacs/site-lisp/

29 Jun 2005; Matthew Kennedy initsplit-1.6.ebuild:
Keywording ~amd64; Clean up ebuild.

*initsplit-1.6 (17 Nov 2004)

17 Nov 2004; Matthew Kenendy +metadata.xml,
+files/50initsplit-gentoo.el, +initsplit-1.6.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy

Manifest

AUX 50initsplit-gentoo.el 433 RMD160 b6f53f90fa07bfdca57c9e79652a4c0a656dd100 SHA1 31320c341140788c2012fa16b9a688886ca89cc7 SHA256 689fef8727b0c906eba5ad194480f7f5ad1dacb1146835d20ceb3445b3c894dd
AUX 51initsplit-gentoo.el 521 RMD160 0ccf75f073c3b08ea8e25eb7b7c30ab846fc6e4f SHA1 c96712c40a894363dcd61fbca84f5fc6529870fc SHA256 6e66a35f5b0d525880d7d93152b23908514d1ba9f426b1c69c2c006f9ec45a13
DIST initsplit-1.6.tar.gz 2454 RMD160 5b6d70e0ea5dc8ffdcf719b648e7bdaa89317b57 SHA1 63f20cfacd3d62e4edf903d6b9293e8249eaba21 SHA256 64612a8bdc43875b2889549e1182cae39041676dac92151f53bca0473cbc4e4c
EBUILD initsplit-1.6-r1.ebuild 897 RMD160 f88855e5fed08ba3613d17d854b13ee396c54a8b SHA1 0f2f64afb97261d47d58c01d58987c020da2114d SHA256 6a63bfa2c2b83d6b831247491deca69984c84df0f092b7aeea29e64c3b23942a
EBUILD initsplit-1.6.ebuild 483 RMD160 5fd28005f57eea83775e5119f5df46eb84ad012e SHA1 1fba75852c572876eef10d76e043a12f420e1c16 SHA256 08086f048ed8c0cce611386bb6f7691dfbfa05e8e17c41564d0ef736c3fac451
MISC ChangeLog 1244 RMD160 516fd05073fb9089e1c0d698aa72d68fa43afa13 SHA1 f56a4256677f8dbb2d45aec2d851b77688e7d49c SHA256 825a5e37ba7a1b2bf517588ef8fc245e1f77d289a3cd5209e9cf266e49063ad0
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab

files

initsplit-1.6-r1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/initsplit/initsplit-1.6-r1.ebuild,v 1.2 2007/12/01 11:53:24 opfer Exp $

inherit elisp

DESCRIPTION="Split customizations into different files"
HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki?InitSplit"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""

SITEFILE=51${PN}-gentoo.el

pkg_postinst() {
elisp-site-regen
elog "Initsplit is no longer enabled as a site default. Add the following"
elog "line to your ~/.emacs file to enable configuration file splitting:"
elog " (add-hook 'write-file-hooks 'initsplit-split-user-init-file t)"
elog ""
elog "If you want configuration files byte-compiled, also add this line:"
elog " (add-hook 'after-save-hook 'initsplit-byte-compile-files t)"
}

initsplit-1.6.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/initsplit/initsplit-1.6.ebuild,v 1.4 2005/10/24 14:42:35 josejx Exp $

inherit elisp

DESCRIPTION="Split customizations into different files"
HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki?InitSplit"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""

SITEFILE=50initsplit-gentoo.el

metadata.xml




emacs