summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2008-12-06 17:16:53 +0000
committerChristian Faulhammer <fauli@gentoo.org>2008-12-06 17:16:53 +0000
commit6eb701db5da0ac62c0bd65c2daa52c0688647713 (patch)
treeb63a50dd256bca3b2a50ffa7f8284ba6a05fc534 /app-emacs
parentFixing file collision with sci-chemistry/psi, bug #249423. (diff)
downloadgentoo-2-6eb701db5da0ac62c0bd65c2daa52c0688647713.tar.gz
gentoo-2-6eb701db5da0ac62c0bd65c2daa52c0688647713.tar.bz2
gentoo-2-6eb701db5da0ac62c0bd65c2daa52c0688647713.zip
clean up
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/protbuf/ChangeLog8
-rw-r--r--app-emacs/protbuf/files/50protbuf-gentoo.el5
-rw-r--r--app-emacs/protbuf/protbuf-1.7.ebuild18
3 files changed, 6 insertions, 25 deletions
diff --git a/app-emacs/protbuf/ChangeLog b/app-emacs/protbuf/ChangeLog
index 30df3e2ce21b..cc27c21e9270 100644
--- a/app-emacs/protbuf/ChangeLog
+++ b/app-emacs/protbuf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/protbuf
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/ChangeLog,v 1.10 2007/12/02 14:07:50 opfer Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/ChangeLog,v 1.11 2008/12/06 17:16:53 fauli Exp $
+
+ 06 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
+ -files/50protbuf-gentoo.el, -protbuf-1.7.ebuild:
+ clean up
02 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
protbuf-1.7-r1.ebuild:
diff --git a/app-emacs/protbuf/files/50protbuf-gentoo.el b/app-emacs/protbuf/files/50protbuf-gentoo.el
deleted file mode 100644
index 556c82ae617e..000000000000
--- a/app-emacs/protbuf/files/50protbuf-gentoo.el
+++ /dev/null
@@ -1,5 +0,0 @@
-
-;;; protbuf site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(require 'protbuf)
diff --git a/app-emacs/protbuf/protbuf-1.7.ebuild b/app-emacs/protbuf/protbuf-1.7.ebuild
deleted file mode 100644
index 73f5450655e9..000000000000
--- a/app-emacs/protbuf/protbuf-1.7.ebuild
+++ /dev/null
@@ -1,18 +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/protbuf/protbuf-1.7.ebuild,v 1.9 2005/10/24 14:55:27 josejx Exp $
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="Protect Emacs buffers from accidental killing."
-HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ProtectingBuffers"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-DEPEND="virtual/emacs"
-
-SITEFILE=50protbuf-gentoo.el