From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9C10138334 for ; Fri, 23 Aug 2019 11:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F039CE078A; Fri, 23 Aug 2019 11:42:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2AC6E078A for ; Fri, 23 Aug 2019 11:42:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADD0E34A1F8 for ; Fri, 23 Aug 2019 11:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74648770 for ; Fri, 23 Aug 2019 11:42:54 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1566560563.74f8c3ec446b2b9425c20817940ca1fcef55cafb.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pov-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/pov-mode/Manifest app-emacs/pov-mode/pov-mode-3.3-r1.ebuild app-emacs/pov-mode/pov-mode-3.3.ebuild X-VCS-Directories: app-emacs/pov-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 74f8c3ec446b2b9425c20817940ca1fcef55cafb X-VCS-Branch: master Date: Fri, 23 Aug 2019 11:42:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98f1d92c-ca1c-4f3f-9766-d44e2bd9b8ac X-Archives-Hash: 975d7edd6cbf89bbd26f6120ec815ab3 commit: 74f8c3ec446b2b9425c20817940ca1fcef55cafb Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 23 11:41:07 2019 +0000 Commit: Ulrich Müller gentoo 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 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"