[gentoo-commits] repo/proj/emacs:master commit in: app-emacs/nummove/

2022-04-01 Thread Ulrich Müller
commit: c0b3958cddfb7cf0bd36a7b599315a5e41b03dd4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr  1 19:35:17 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr  1 19:35:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=c0b3958c

app-emacs/nummove: Update HOMEPAGE and SRC_URI

Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/nummove/nummove-20070312.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/nummove/nummove-20070312.ebuild 
b/app-emacs/nummove/nummove-20070312.ebuild
index f5270bd..b813771 100644
--- a/app-emacs/nummove/nummove-20070312.ebuild
+++ b/app-emacs/nummove/nummove-20070312.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,9 +6,9 @@ EAPI=7
 inherit elisp
 
 DESCRIPTION="A graphical game of fifteen"
-HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/Nummove;
+HOMEPAGE="https://www.emacswiki.org/emacs/Nummove;
 # taken from http://users.student.lth.se/f03kr/nummove.tar.gz
-SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz;
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"



[gentoo-commits] repo/proj/emacs:master commit in: app-emacs/nummove/

2021-04-13 Thread Ulrich Müller
commit: 90464ecf5a4a65e2d55f362616a208458221ef79
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Apr 13 06:08:15 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Apr 13 06:08:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=90464ecf

app-emacs/nummove: Bump to EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/nummove/nummove-20070312.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/nummove/nummove-20070312.ebuild 
b/app-emacs/nummove/nummove-20070312.ebuild
index fdf0568..f5270bd 100644
--- a/app-emacs/nummove/nummove-20070312.ebuild
+++ b/app-emacs/nummove/nummove-20070312.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit elisp
 
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 S="${WORKDIR}/${PN}"
-ELISP_PATCHES="${P}-image-path.patch"
+PATCHES=("${FILESDIR}"/${P}-image-path.patch)
 SITEFILE="50${PN}-gentoo.el"
 
 src_install() {