@@ -, +, @@ #544814 --- .../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%) --- a/app-emacs/pov-mode/pov-mode-3.3.ebuild +++ a/app-emacs/pov-mode/pov-mode-3.3.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" --