app-emacs/pov-mode - 3.3 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/pov-mode-3.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/pov-mode-3.3

Or alternatively:

emerge --autounmask-write -a =app-emacs/pov-mode-3.3

Package Information

Description:
Major mode for Povray scene files
Homepage:
https://github.com/melmothx/pov-mode
License:
GPL-3+ FDL-1.2+

Ebuild Details

Version EAPI Keywords Slot
3.3 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit elisp

DESCRIPTION="Major mode for Povray scene files"
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"

BDEPEND="sys-apps/texinfo"

SITEFILE="50${PN}-gentoo.el"
ELISP_REMOVE="${PN}-pkg.el ${PN}.info"
ELISP_TEXINFO="info/${PN}.texi"
DOCS="README"

src_install() {
	elisp_src_install
	insinto ${SITEETC}/${PN}
	doins *.xpm
	doins -r InsertMenu/
}

Inherited Eclasses

Dependencies

BDEPEND

sys-apps/texinfo

Manifest for 3.3

Type File Size Source URLs
DIST pov-mode-3.3.tar.gz 65926 bytes https://github.com/emacsmirror/pov-mode/archive/v3.3.tar.gz