app-emacs/pov-mode: Update HOMEPAGE and SRC_URI.
authorUlrich Müller <ulm@gentoo.org>
Fri, 23 Aug 2019 11:41:07 +0000 (13:41 +0200)
committerUlrich Müller <ulm@gentoo.org>
Fri, 23 Aug 2019 11:42:43 +0000 (13:42 +0200)
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@gentoo.org>
app-emacs/pov-mode/Manifest
app-emacs/pov-mode/pov-mode-3.3-r1.ebuild [moved from app-emacs/pov-mode/pov-mode-3.3.ebuild with 53% similarity]

index b4740d661b1ba7f8eab8c0a174992f939256b693..f4881bc3c2441368bf240d3a55b75f36fadfd0af 100644 (file)
@@ -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
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 4251766d372c3b288fffe92217edd07543955beb..62ecc80c9bd1ff880d47214948e10733b87d738e 100644 (file)
@@ -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"