commit: ff3614738f9eaccc02f6e6bb3d3559f0efbca048 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Apr 13 06:26:06 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Apr 13 06:26:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=ff361473
app-emacs/oddmuse: Bump to EAPI 7 Update HOMEPAGE. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-emacs/oddmuse/oddmuse-20090411.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/oddmuse/oddmuse-20090411.ebuild b/app-emacs/oddmuse/oddmuse-20090411.ebuild index 22495ca..2c01cff 100644 --- a/app-emacs/oddmuse/oddmuse-20090411.ebuild +++ b/app-emacs/oddmuse/oddmuse-20090411.ebuild @@ -1,14 +1,14 @@ -# 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 DESCRIPTION="Edit pages on an Oddmuse wiki" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/OddmuseMode" +HOMEPAGE="https://www.emacswiki.org/emacs/OddmuseMode" # taken from: http://bzr.savannah.gnu.org/r/oddmuse-el/trunk -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" LICENSE="GPL-2+" SLOT="0"
