commit: 74f8c3ec446b2b9425c20817940ca1fcef55cafb
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 11:41:07 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 11:42:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f8c3ec
app-emacs/pov-mode: Update HOMEPAGE and SRC_URI.
Bump EAPI to 7. Specify LICENSE more precisely.
Files in the tarball (and therefore, files installed by the package)
haven't changed. However, the checksum of the tarball at the new
location is different, presumably due to upstream repacking.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/pov-mode/Manifest | 2 +-
.../{pov-mode-3.3.ebuild => pov-mode-3.3-r1.ebuild} | 15 +++++++--------
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/app-emacs/pov-mode/Manifest b/app-emacs/pov-mode/Manifest
index b4740d661b1..f4881bc3c24 100644
--- a/app-emacs/pov-mode/Manifest
+++ b/app-emacs/pov-mode/Manifest
@@ -1 +1 @@
-DIST pov-mode-3.3.tar.gz 65929 BLAKE2B
eddaa355b58ad397e377c055fbc06fcdf552fd32057246d11d9b11908635da72c9b19e8b2179fcad54bbe5a5d158a36faf0d42e62b79d4a4e5a57405672dafde
SHA512
e705f25f1eb719152dbf5ec17c833f67b4c7be5b1ff9ddab94f67830d9d2caddabc47bcc6ce4864521eedd2728f4b59a6d2c0ddaba83f0b194bb0834d86e9396
+DIST pov-mode-3.3.tar.gz 65926 BLAKE2B
a2d217a0876fba0a490a77ee026eb555819d2668c50e6b4a289491a8cfbecc62fc55ad8c97d6b7011420098ba7052ce80ac39bd6bc8cccc78c5bd49dcc5d41ea
SHA512
bdac1b6b872b8de08660adc8eec706cce4b085b62e7c48bb6bd57e25d9e1f9b8c0086f30ee9c5befee7b0d933831d459eb0704dfe5e8cce8cae378d7404b9c9e
diff --git a/app-emacs/pov-mode/pov-mode-3.3.ebuild
b/app-emacs/pov-mode/pov-mode-3.3-r1.ebuild
similarity index 53%
rename from app-emacs/pov-mode/pov-mode-3.3.ebuild
rename to app-emacs/pov-mode/pov-mode-3.3-r1.ebuild
index 4251766d372..62ecc80c9bd 100644
--- a/app-emacs/pov-mode/pov-mode-3.3.ebuild
+++ b/app-emacs/pov-mode/pov-mode-3.3-r1.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit elisp
-DESCRIPTION="Emacs mode for povray"
-HOMEPAGE="http://gitorious.org/pov-mode/"
-SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} ->
${P}.tar.gz"
+DESCRIPTION="Major mode for Povray scene files"
+HOMEPAGE="https://github.com/emacsmirror/pov-mode"
+SRC_URI="https://github.com/emacsmirror/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-LICENSE="GPL-3 FDL-1.2"
+LICENSE="GPL-3+ FDL-1.2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="sys-apps/texinfo"
+BDEPEND="sys-apps/texinfo"
-S="${WORKDIR}/${PN}-${PN}"
SITEFILE="50${PN}-gentoo.el"
ELISP_REMOVE="${PN}-pkg.el ${PN}.info"
ELISP_TEXINFO="info/${PN}.texi"