Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 544814
Collapse All | Expand All

(-)a/app-emacs/pov-mode/pov-mode-3.3.ebuild (-6 / +4 lines)
Lines 1-19 Link Here
1
# Copyright 1999-2012 Gentoo Foundation
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
5
EAPI=4
5
EAPI=6
6
6
7
inherit elisp
7
inherit elisp
8
8
9
DESCRIPTION="Emacs mode for povray"
9
DESCRIPTION="Emacs mode for povray"
10
HOMEPAGE="http://gitorious.org/pov-mode/"
10
HOMEPAGE="https://github.com/melmothx/pov-mode"
11
SRC_URI="http://gitorious.org/${PN}/${PN}/archive-tarball/v${PV} -> ${P}.tar.gz"
11
SRC_URI="https://github.com/emacsmirror/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
12
12
13
LICENSE="GPL-3 FDL-1.2"
13
LICENSE="GPL-3 FDL-1.2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE=""
17
16
18
S="${WORKDIR}/${PN}-${PN}"
17
S="${WORKDIR}/${PN}-${PN}"
19
SITEFILE="50${PN}-gentoo.el"
18
SITEFILE="50${PN}-gentoo.el"
20
- 

Return to bug 544814