diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-04-09 02:40:47 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-04-09 02:41:05 +0200 |
commit | 2e0c1aefc4b445444799a9b314048656773363ad (patch) | |
tree | ea6e33a00b9ad484c5f51dfdf4065ab4d48c2ba0 /app-doc | |
parent | app-doc/casting-spels-emacs: Stable on all arches. (diff) | |
download | gentoo-2e0c1aefc4b445444799a9b314048656773363ad.tar.gz gentoo-2e0c1aefc4b445444799a9b314048656773363ad.tar.bz2 gentoo-2e0c1aefc4b445444799a9b314048656773363ad.zip |
app-doc/casting-spels-emacs: Remove old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild deleted file mode 100644 index 804777fc61b9..000000000000 --- a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit elisp-common eutils - -DESCRIPTION="Casting SPELs in Lisp - A Comic Book (Emacs Lisp Edition)" -HOMEPAGE="https://code.google.com/p/casting-spels-emacs/" -SRC_URI="https://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip" - -LICENSE="GPL-2 FDL-1.2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="virtual/emacs" -DEPEND="app-arch/unzip" - -S="${WORKDIR}/${PN}" - -src_prepare() { - edos2unix *.txt html/*.html {lisp,test}/*.el - - # needs cl extensions - epatch "${FILESDIR}/${P}-require-cl.patch" -} - -src_install() { - elisp-install ${PN} lisp/*.el || die - dohtml -r html/. images || die - dosym html/images /usr/share/doc/${PF}/images - dosym ${SITELISP}/${PN} /usr/share/doc/${PF}/lisp - dodoc README.txt test/walk-through-commands.el -} |