From 91dcd9662464240b27bba5f0f5b120293d64bbb6 Mon Sep 17 00:00:00 2001 From: Nado Date: Mon, 28 Nov 2016 11:58:12 +0100 Subject: [PATCH] app-emacs/pov-mode: switch from gitorious to github and fix #544814 Package-Manager: portage-2.3.2 --- .../pov-mode/{pov-mode-3.3.ebuild => pov-mode-3.3-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename app-emacs/pov-mode/{pov-mode-3.3.ebuild => pov-mode-3.3-r1.ebuild} (70%) 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 70% rename from app-emacs/pov-mode/pov-mode-3.3.ebuild rename to app-emacs/pov-mode/pov-mode-3.3-r1.ebuild index 29c3440d9e..62080196d8 100644 --- a/app-emacs/pov-mode/pov-mode-3.3.ebuild +++ b/app-emacs/pov-mode/pov-mode-3.3-r1.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 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" +HOMEPAGE="https://github.com/melmothx/pov-mode" +SRC_URI="https://github.com/emacsmirror/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3 FDL-1.2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" S="${WORKDIR}/${PN}-${PN}" SITEFILE="50${PN}-gentoo.el" -- 2.11.0.rc2