summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-07-01 14:01:33 +0200
committerUlrich Müller <ulm@gentoo.org>2017-07-01 14:01:33 +0200
commitde57af9d67c73136a1f29f03878435e4a1f71749 (patch)
tree52fb3b979ff67c599d5e1aeed62dfdce71f30f03 /app-emacs/pov-mode/pov-mode-3.2.ebuild
parentapp-emacs/planner: Add build-time dependency on sys-apps/texinfo. (diff)
downloadgentoo-de57af9d67c73136a1f29f03878435e4a1f71749.tar.gz
gentoo-de57af9d67c73136a1f29f03878435e4a1f71749.tar.bz2
gentoo-de57af9d67c73136a1f29f03878435e4a1f71749.zip
app-emacs/pov-mode: Remove old.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-emacs/pov-mode/pov-mode-3.2.ebuild')
-rw-r--r--app-emacs/pov-mode/pov-mode-3.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-emacs/pov-mode/pov-mode-3.2.ebuild b/app-emacs/pov-mode/pov-mode-3.2.ebuild
deleted file mode 100644
index 0c7d05ddc72c..000000000000
--- a/app-emacs/pov-mode/pov-mode-3.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="Emacs mode for povray"
-HOMEPAGE="https://gitorious.org/pov-mode/pov-mode/trees/master"
-#SRC_URI="http://tromey.com/elpa/${P}.tar"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-3 FDL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="info/${PN}.texi"
-DOCS="README"
-
-src_prepare() {
- rm -f *.info || die # ensure we build them from source
-}
-
-src_install() {
- elisp_src_install
- insinto ${SITEETC}/${PN}
- doins *.xpm
- doins -r InsertMenu/
-}