summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-20 23:14:09 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-20 23:14:09 +0000
commit4c0130aca1f851185807496671fcb69470438802 (patch)
treecc1b087291f60a9447bf641f8d36f06965ac41e8 /app-emacs/protbuf
parentamd64 stable, bug #500106 (diff)
downloadgentoo-2-4c0130aca1f851185807496671fcb69470438802.tar.gz
gentoo-2-4c0130aca1f851185807496671fcb69470438802.tar.bz2
gentoo-2-4c0130aca1f851185807496671fcb69470438802.zip
Update ebuild to EAPI 5. Update HOMEPAGE. Specify LICENSE more precisely. Move site-init file to canonical name.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/protbuf')
-rw-r--r--app-emacs/protbuf/ChangeLog11
-rw-r--r--app-emacs/protbuf/files/50protbuf-gentoo.el (renamed from app-emacs/protbuf/files/51protbuf-gentoo.el)3
-rw-r--r--app-emacs/protbuf/protbuf-1.7-r1.ebuild14
3 files changed, 16 insertions, 12 deletions
diff --git a/app-emacs/protbuf/ChangeLog b/app-emacs/protbuf/ChangeLog
index cc27c21e9270..c8dbee2a3c7d 100644
--- a/app-emacs/protbuf/ChangeLog
+++ b/app-emacs/protbuf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/protbuf
-# 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 $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/ChangeLog,v 1.12 2014/02/20 23:14:09 ulm Exp $
+
+ 20 Feb 2014; Ulrich Müller <ulm@gentoo.org> protbuf-1.7-r1.ebuild,
+ +files/50protbuf-gentoo.el, -files/51protbuf-gentoo.el:
+ Update ebuild to EAPI 5. Update HOMEPAGE. Specify LICENSE more precisely.
+ Move site-init file to canonical name.
06 Dec 2008; Christian Faulhammer <fauli@gentoo.org>
-files/50protbuf-gentoo.el, -protbuf-1.7.ebuild:
@@ -33,7 +38,7 @@
*protbuf-1.7 (31 Oct 2002)
31 Oct 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog,
- protbuf-1.7.ebuild, files/50protbuf-gentoo.el,
+ protbuf-1.7.ebuild, files/50protbuf-gentoo.el,
files/digest-protbuf-1.7 :
Initial import.
diff --git a/app-emacs/protbuf/files/51protbuf-gentoo.el b/app-emacs/protbuf/files/50protbuf-gentoo.el
index e2ea920436b5..f64466f67ed8 100644
--- a/app-emacs/protbuf/files/51protbuf-gentoo.el
+++ b/app-emacs/protbuf/files/50protbuf-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; protbuf site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
(autoload 'protect-buffer-from-kill-mode "protbuf"
diff --git a/app-emacs/protbuf/protbuf-1.7-r1.ebuild b/app-emacs/protbuf/protbuf-1.7-r1.ebuild
index ad02493d582c..9bbf4a1cd6d3 100644
--- a/app-emacs/protbuf/protbuf-1.7-r1.ebuild
+++ b/app-emacs/protbuf/protbuf-1.7-r1.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/protbuf-1.7-r1.ebuild,v 1.2 2007/12/02 14:07:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/protbuf/protbuf-1.7-r1.ebuild,v 1.3 2014/02/20 23:14:09 ulm Exp $
+
+EAPI=5
inherit elisp
DESCRIPTION="Protect Emacs buffers from accidental killing"
-HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ProtectingBuffers"
+HOMEPAGE="http://www.splode.com/~friedman/software/emacs-lisp/
+ http://www.emacswiki.org/emacs/ProtectingBuffers"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-SITEFILE=51${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"