diff options
author | 2021-04-13 08:26:06 +0200 | |
---|---|---|
committer | 2021-04-13 08:26:06 +0200 | |
commit | ff3614738f9eaccc02f6e6bb3d3559f0efbca048 (patch) | |
tree | a1172275a2d51a1dcdbc390a3f9d60ec4bf5004b /app-emacs | |
parent | app-emacs/org-mode: Sync ebuild from Gentoo repository (diff) | |
download | emacs-ff3614738f9eaccc02f6e6bb3d3559f0efbca048.tar.gz emacs-ff3614738f9eaccc02f6e6bb3d3559f0efbca048.tar.bz2 emacs-ff3614738f9eaccc02f6e6bb3d3559f0efbca048.zip |
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@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/oddmuse/oddmuse-20090411.ebuild | 8 |
1 files 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" |