summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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"