summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-07-01 18:14:57 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-07-01 18:14:57 +0000
commitb9fc5d793d54af8e2877a61d54c78b48220ebd54 (patch)
tree6fcfc0f37aa9b6e0f126fda0a976c2314d010cae /app-emacs/emacs-wiki/emacs-wiki-2.14.ebuild
parentversion bump (diff)
downloadgentoo-2-b9fc5d793d54af8e2877a61d54c78b48220ebd54.tar.gz
gentoo-2-b9fc5d793d54af8e2877a61d54c78b48220ebd54.tar.bz2
gentoo-2-b9fc5d793d54af8e2877a61d54c78b48220ebd54.zip
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emacs/emacs-wiki/emacs-wiki-2.14.ebuild')
-rw-r--r--app-emacs/emacs-wiki/emacs-wiki-2.14.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-emacs/emacs-wiki/emacs-wiki-2.14.ebuild b/app-emacs/emacs-wiki/emacs-wiki-2.14.ebuild
deleted file mode 100644
index 725d81fccfb5..000000000000
--- a/app-emacs/emacs-wiki/emacs-wiki-2.14.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wiki/emacs-wiki-2.14.ebuild,v 1.6 2005/01/01 13:44:29 eradicator Exp $
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="Maintain a local Wiki using Emacs-friendly markup"
-HOMEPAGE="ftp://ftp.cis.ohio-state.edu/pub/emacs-lisp/archive/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="virtual/emacs"
-
-SITEFILE=50emacs-wiki-gentoo.el
-
-src_compile() {
- emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
-}
-
-pkg_postinst() {
- elisp-site-regen
- einfo "Please see ${SITELISP}/${PN}/emacs-wiki.el for the complete documentation."
-}
-
-pkg_postrm() {
- elisp-site-regen
-}