From bdb99c4c4e24e9d6446e2b9dd1e186b285f24bf0 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Fri, 14 Oct 2005 05:45:24 +0000 Subject: Some version bumps. svn path=/; revision=444 --- app-emacs/muse/muse-3.01.90.ebuild | 42 -------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 app-emacs/muse/muse-3.01.90.ebuild (limited to 'app-emacs/muse/muse-3.01.90.ebuild') diff --git a/app-emacs/muse/muse-3.01.90.ebuild b/app-emacs/muse/muse-3.01.90.ebuild deleted file mode 100644 index 5385849..0000000 --- a/app-emacs/muse/muse-3.01.90.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit elisp - -IUSE="" - -DESCRIPTION="Muse-mode is similar to EmacsWikiMode, but more focused on publishing to various formats." -HOMEPAGE="http://www.mwolson.org/projects/MuseMode.html" -SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -DEPEND="virtual/emacs" - -SITEFILE=50muse-mode-gentoo.el - -S="${WORKDIR}/${P}" - -src_compile() { - make lisp -} - -src_install() { - dodoc README - cp -r examples ${D}/usr/share/doc/${PF}/ - mkdir -p ${D}/usr/share/${PF}/ - cp -r contrib experimental scripts ${D}/usr/share/${PF}/ - elisp-install ${PN} lisp/*.el lisp/*.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} -} - -pkg_postinst() { - elisp-site-regen - einfo "Please see ${SITELISP}/${PN}/muse-mode.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} -- cgit v1.2.3-65-gdbad