summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-14 16:50:47 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-14 16:50:47 +0000
commit5e49b571a3b4be5d6d09b465c15dfa3bf99fe9ca (patch)
treeb4620c59ab774205fd03b6c2b4711750727fcd4d /app-emacs/tempo-snippets
parentInstall templates in SITEETC directory. (diff)
downloadgentoo-2-5e49b571a3b4be5d6d09b465c15dfa3bf99fe9ca.tar.gz
gentoo-2-5e49b571a3b4be5d6d09b465c15dfa3bf99fe9ca.tar.bz2
gentoo-2-5e49b571a3b4be5d6d09b465c15dfa3bf99fe9ca.zip
Update ebuild to EAPI 5. Specify LICENSE more precisely.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/tempo-snippets')
-rw-r--r--app-emacs/tempo-snippets/ChangeLog7
-rw-r--r--app-emacs/tempo-snippets/files/50tempo-snippets-gentoo.el3
-rw-r--r--app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild12
3 files changed, 11 insertions, 11 deletions
diff --git a/app-emacs/tempo-snippets/ChangeLog b/app-emacs/tempo-snippets/ChangeLog
index 11326c50d15c..9d8ddffa5dae 100644
--- a/app-emacs/tempo-snippets/ChangeLog
+++ b/app-emacs/tempo-snippets/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/tempo-snippets
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/ChangeLog,v 1.3 2009/01/29 07:33:07 fauli Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/ChangeLog,v 1.4 2014/02/14 16:50:47 ulm Exp $
+
+ 14 Feb 2014; Ulrich Müller <ulm@gentoo.org> tempo-snippets-0.1.5.ebuild:
+ Update ebuild to EAPI 5. Specify LICENSE more precisely.
29 Jan 2009; Christian Faulhammer <fauli@gentoo.org>
-tempo-snippets-0.1.4.ebuild:
diff --git a/app-emacs/tempo-snippets/files/50tempo-snippets-gentoo.el b/app-emacs/tempo-snippets/files/50tempo-snippets-gentoo.el
index 0bc40a1dc295..d35cc3e61bf0 100644
--- a/app-emacs/tempo-snippets/files/50tempo-snippets-gentoo.el
+++ b/app-emacs/tempo-snippets/files/50tempo-snippets-gentoo.el
@@ -1,5 +1,2 @@
-
-;;; tempo-snippets site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
(autoload 'tempo-define-snippet "tempo-snippets")
diff --git a/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild b/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild
index 5e0b7579fe5c..47d35d8c0404 100644
--- a/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild
+++ b/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 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/tempo-snippets/tempo-snippets-0.1.5.ebuild,v 1.1 2008/08/11 16:04:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tempo-snippets/tempo-snippets-0.1.5.ebuild,v 1.2 2014/02/14 16:50:47 ulm Exp $
+EAPI=5
NEED_EMACS=22
inherit elisp
@@ -9,11 +10,10 @@ inherit elisp
DESCRIPTION="Visual insertion of tempo templates"
HOMEPAGE="http://nschum.de/src/emacs/tempo-snippets/
http://www.emacswiki.org/cgi-bin/wiki/TempoSnippets"
-SRC_URI="mirror://gentoo/${P}.el.bz2"
+SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-SITEFILE=50${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"