commit:     c1533b66fa7c63eb38c0ddf20ed0f6ed030577ca
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  9 11:43:50 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  9 11:43:50 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=c1533b66

Update ebuild to EAPI 5. Specify LICENSE more precisely.

Package-Manager: portage-2.2.8-r1

---
 app-emacs/nummove/ChangeLog               | 5 ++++-
 app-emacs/nummove/nummove-20070312.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-emacs/nummove/ChangeLog b/app-emacs/nummove/ChangeLog
index ec8bf11..d542d36 100644
--- a/app-emacs/nummove/ChangeLog
+++ b/app-emacs/nummove/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-emacs/nummove
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Mar 2014; Ulrich Müller <[email protected]> nummove-20070312.ebuild:
+  Update ebuild to EAPI 5. Specify LICENSE more precisely.
+
   15 Mar 2009; Ulrich Mueller <[email protected]> nummove-20070312.ebuild:
   Adapt to new version of elisp.eclass.
 

diff --git a/app-emacs/nummove/nummove-20070312.ebuild 
b/app-emacs/nummove/nummove-20070312.ebuild
index 6106395..0298a14 100644
--- a/app-emacs/nummove/nummove-20070312.ebuild
+++ b/app-emacs/nummove/nummove-20070312.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=5
 NEED_EMACS=22
 
 inherit elisp
@@ -11,10 +12,9 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/Nummove";
 # taken from http://users.student.lth.se/f03kr/nummove.tar.gz
 SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz";
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 S="${WORKDIR}/${PN}"
 ELISP_PATCHES="${P}-image-path.patch"
@@ -23,5 +23,5 @@ SITEFILE="50${PN}-gentoo.el"
 src_install() {
        elisp_src_install
        insinto "${SITEETC}/${PN}"
-       doins [0-9]*.png || die
+       doins [0-9]*.png
 }

Reply via email to