summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-06-07 14:10:18 +0200
committerUlrich Müller <ulm@gentoo.org>2014-06-07 14:10:18 +0200
commit1c672b297f93a178faf50119dd11267da16fb2dd (patch)
treed33bfe9921a4add3628ed02b70ed574123fe4f90 /app-emacs/smex
parentIncrease minimum Emacs version to 23, versions 21 and 22 have been removed. (diff)
downloademacs-1c672b297f93a178faf50119dd11267da16fb2dd.tar.gz
emacs-1c672b297f93a178faf50119dd11267da16fb2dd.tar.bz2
emacs-1c672b297f93a178faf50119dd11267da16fb2dd.zip
Remove redundant NEED_EMACS assignment.
Package-Manager: portage-2.2.10
Diffstat (limited to 'app-emacs/smex')
-rw-r--r--app-emacs/smex/ChangeLog5
-rw-r--r--app-emacs/smex/smex-20090716.ebuild7
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/smex/ChangeLog b/app-emacs/smex/ChangeLog
index f1b9b23..0789509 100644
--- a/app-emacs/smex/ChangeLog
+++ b/app-emacs/smex/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-emacs/smex
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Jun 2014; Ulrich Müller <ulm@gentoo.org> smex-20090716.ebuild:
+ Remove redundant NEED_EMACS assignment. Specify LICENSE more precisely.
+
*smex-20090716 (05 Dec 2009)
05 Dec 2009; Ulrich Mueller <ulm@gentoo.org> +files/50smex-gentoo.el,
diff --git a/app-emacs/smex/smex-20090716.ebuild b/app-emacs/smex/smex-20090716.ebuild
index 80c4818..8922d86 100644
--- a/app-emacs/smex/smex-20090716.ebuild
+++ b/app-emacs/smex/smex-20090716.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-NEED_EMACS=22
-
inherit elisp
DESCRIPTION="A smart M-x enhancement for Emacs"
@@ -11,9 +9,8 @@ HOMEPAGE="http://www.emacswiki.org/emacs/Smex
http://github.com/nonsequitur/smex/"
SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
SITEFILE="50${PN}-gentoo.el"