summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/initsplit/ChangeLog8
-rw-r--r--app-emacs/initsplit/files/50initsplit-gentoo.el15
-rw-r--r--app-emacs/initsplit/initsplit-1.6.ebuild15
3 files changed, 6 insertions, 32 deletions
diff --git a/app-emacs/initsplit/ChangeLog b/app-emacs/initsplit/ChangeLog
index 099520a8daeb..d1f3f39ad5ad 100644
--- a/app-emacs/initsplit/ChangeLog
+++ b/app-emacs/initsplit/ChangeLog
@@ -1,6 +1,10 @@
# 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 $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/initsplit/ChangeLog,v 1.9 2009/01/29 02:07:42 fauli Exp $
+
+ 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
+ -files/50initsplit-gentoo.el, -initsplit-1.6.ebuild:
+ clean up
01 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
initsplit-1.6-r1.ebuild:
diff --git a/app-emacs/initsplit/files/50initsplit-gentoo.el b/app-emacs/initsplit/files/50initsplit-gentoo.el
deleted file mode 100644
index 3fb753468669..000000000000
--- a/app-emacs/initsplit/files/50initsplit-gentoo.el
+++ /dev/null
@@ -1,15 +0,0 @@
-
-;;; initsplit site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(require 'initsplit)
-
-;; Avoid clobbering the kill ring (see
-;; http://www.emacswiki.org/cgi-bin/wiki?InitSplit)
-
-(defadvice initsplit-split-customizations (around do-the-initsplit act)
- "Don't clobber the `kill-ring' when writing customizations."
- (let ((orig-kill-ring kill-ring))
- (unwind-protect
- ad-do-it
- (setq kill-ring orig-kill-ring)))) \ No newline at end of file
diff --git a/app-emacs/initsplit/initsplit-1.6.ebuild b/app-emacs/initsplit/initsplit-1.6.ebuild
deleted file mode 100644
index b5f824d4e2cb..000000000000
--- a/app-emacs/initsplit/initsplit-1.6.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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