summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-07-04 15:13:55 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-07-04 15:13:55 +0000
commit0a2efa5c2494e7fa5d49f9be2705a88d0aaa0bc4 (patch)
treeb69972b9c67b633cb0d51746325816e7684adc63 /app-emacs/muse
parentUpdate the muse mode ebuild. (diff)
downloadoverlay-0a2efa5c2494e7fa5d49f9be2705a88d0aaa0bc4.tar.gz
overlay-0a2efa5c2494e7fa5d49f9be2705a88d0aaa0bc4.tar.bz2
overlay-0a2efa5c2494e7fa5d49f9be2705a88d0aaa0bc4.zip
Fixed ebuild, added digest
svn path=/; revision=135
Diffstat (limited to 'app-emacs/muse')
-rw-r--r--app-emacs/muse/Manifest3
-rw-r--r--app-emacs/muse/files/digest-muse-3.011
-rw-r--r--app-emacs/muse/muse-2.9.9.ebuild44
-rw-r--r--app-emacs/muse/muse-3.01.ebuild2
4 files changed, 4 insertions, 46 deletions
diff --git a/app-emacs/muse/Manifest b/app-emacs/muse/Manifest
index e442cfa..38724cd 100644
--- a/app-emacs/muse/Manifest
+++ b/app-emacs/muse/Manifest
@@ -1,3 +1,4 @@
-MD5 2d807b6fd1c6b4b21e3f334c30a917d6 muse-2.9.9.ebuild 1080
+MD5 bb2649537d27b01371005216b20a875b muse-3.01.ebuild 1077
+MD5 e09e70aaec21855c87adfe7744213a11 files/digest-muse-3.01 61
MD5 a06dd44f74b79ae4ae6069ed3438e90d files/digest-muse-2.9.9 62
MD5 2629c00e1e62c3fcc06a1c64b066c403 files/50muse-mode-gentoo.el 242
diff --git a/app-emacs/muse/files/digest-muse-3.01 b/app-emacs/muse/files/digest-muse-3.01
new file mode 100644
index 0000000..3bb08bd
--- /dev/null
+++ b/app-emacs/muse/files/digest-muse-3.01
@@ -0,0 +1 @@
+MD5 f4eb182dac8a419a51825e24050fc9e8 muse-3.01.tar.gz 113584
diff --git a/app-emacs/muse/muse-2.9.9.ebuild b/app-emacs/muse/muse-2.9.9.ebuild
deleted file mode 100644
index b3080ac..0000000
--- a/app-emacs/muse/muse-2.9.9.ebuild
+++ /dev/null
@@ -1,44 +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://www.mwolson.org/static/dist/${PN}-latest.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-DEPEND="virtual/emacs"
-
-SITEFILE=50muse-mode-gentoo.el
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- # Cannot use elisp-compile here. Need to set
- # additional options
- /usr/bin/emacs --no-init-file --no-site-file -batch \
- -L . --load=scripts/muse-build.el \
- -f batch-byte-compile *.el || die
-}
-
-src_install() {
- dodoc README
- cp -r examples ${D}/usr/share/doc/${PF}/
- elisp-install ${PN} *.el *.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
-}
diff --git a/app-emacs/muse/muse-3.01.ebuild b/app-emacs/muse/muse-3.01.ebuild
index dc47fa0..6c05dc6 100644
--- a/app-emacs/muse/muse-3.01.ebuild
+++ b/app-emacs/muse/muse-3.01.ebuild
@@ -8,7 +8,7 @@ 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://www.mwolson.org/static/dist/${P}.tar.gz"
+SRC_URI="http://www.mwolson.org/static/dist/muse/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"