summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/casting-spels-emacs/casting-spels-emacs-19.ebuild')
-rw-r--r--app-doc/casting-spels-emacs/casting-spels-emacs-19.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19.ebuild
deleted file mode 100644
index dc7ae00..0000000
--- a/app-doc/casting-spels-emacs/casting-spels-emacs-19.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit elisp-common
-
-DESCRIPTION="Casting SPELs in Lisp -- A Comic Book (Emacs Lisp Edition)"
-HOMEPAGE="http://code.google.com/p/casting-spels-emacs/"
-SRC_URI="http://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip"
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- elisp-install ${PN} lisp/*.el || die "elisp-install failed"
- dohtml -r html/. images || die "dohtml failed"
- dosym html/images /usr/share/doc/${PF}/images
- dosym ${SITELISP}/${PN} /usr/share/doc/${PF}/lisp
- dodoc README.txt test/walk-through-commands.el
-}