summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-12 07:55:18 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-12 07:55:18 +0000
commitfdf9b9899ebb079caa6f0fc3bf3f79139191abfc (patch)
treeda284bb9bdbce27f16531a469b440a7a11897478 /app-emacs/stripes
parentFix html doc install (bug #501020). (diff)
downloadgentoo-2-fdf9b9899ebb079caa6f0fc3bf3f79139191abfc.tar.gz
gentoo-2-fdf9b9899ebb079caa6f0fc3bf3f79139191abfc.tar.bz2
gentoo-2-fdf9b9899ebb079caa6f0fc3bf3f79139191abfc.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/stripes')
-rw-r--r--app-emacs/stripes/ChangeLog8
-rw-r--r--app-emacs/stripes/files/50stripes-gentoo.el (renamed from app-emacs/stripes/files/51stripes-gentoo.el)3
-rw-r--r--app-emacs/stripes/stripes-0.2-r1.ebuild13
3 files changed, 13 insertions, 11 deletions
diff --git a/app-emacs/stripes/ChangeLog b/app-emacs/stripes/ChangeLog
index 5acf099c974c..0612ae313473 100644
--- a/app-emacs/stripes/ChangeLog
+++ b/app-emacs/stripes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/stripes
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/stripes/ChangeLog,v 1.13 2007/10/18 21:30:28 ulm Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/stripes/ChangeLog,v 1.14 2014/02/12 07:55:18 ulm Exp $
+
+ 12 Feb 2014; Ulrich Müller <ulm@gentoo.org> stripes-0.2-r1.ebuild,
+ +files/50stripes-gentoo.el, -files/51stripes-gentoo.el:
+ Update ebuild to EAPI 5. Specify LICENSE more precisely.
18 Oct 2007; Ulrich Mueller <ulm@gentoo.org> stripes-0.2-r1.ebuild:
amd64 stable, bug #195512.
diff --git a/app-emacs/stripes/files/51stripes-gentoo.el b/app-emacs/stripes/files/50stripes-gentoo.el
index 6ade1d5956e8..deeec9acdb6b 100644
--- a/app-emacs/stripes/files/51stripes-gentoo.el
+++ b/app-emacs/stripes/files/50stripes-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; site-lisp configuration for stripes
-
(add-to-list 'load-path "@SITELISP")
(autoload 'stripes-mode "stripes" "Toggle Color alternation mode." t)
(autoload 'turn-on-stripes-mode "stripes" "Turn on color alternation mode." t)
diff --git a/app-emacs/stripes/stripes-0.2-r1.ebuild b/app-emacs/stripes/stripes-0.2-r1.ebuild
index 44e89dc7d655..2e5f3c6508f0 100644
--- a/app-emacs/stripes/stripes-0.2-r1.ebuild
+++ b/app-emacs/stripes/stripes-0.2-r1.ebuild
@@ -1,16 +1,17 @@
-# 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/stripes/stripes-0.2-r1.ebuild,v 1.4 2007/10/18 21:30:28 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/stripes/stripes-0.2-r1.ebuild,v 1.5 2014/02/12 07:55:18 ulm Exp $
+
+EAPI=5
inherit elisp
-DESCRIPTION="Stripes is an Emacs mode which highlights every even line with an alternative background color"
+DESCRIPTION="An Emacs mode which highlights every even line with an alternative background color"
HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/StripesMode"
SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 x86"
-IUSE=""
-SITEFILE=51${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"