summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-02-17 19:19:57 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-02-17 19:19:57 +0000
commit25e846538ebbcdfca8274670ceba18ab37382672 (patch)
tree3ca03ca995f9cda627b6bf8a42471a9e0d81e906 /app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild
parentVersion bump, closes bug #82285 (diff)
downloadhistorical-25e846538ebbcdfca8274670ceba18ab37382672.tar.gz
historical-25e846538ebbcdfca8274670ceba18ab37382672.tar.bz2
historical-25e846538ebbcdfca8274670ceba18ab37382672.zip
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild')
-rw-r--r--app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild b/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild
new file mode 100644
index 000000000000..c56d3dd865ac
--- /dev/null
+++ b/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild
@@ -0,0 +1,22 @@
+# 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-blog/emacs-wiki-blog-0.4.ebuild,v 1.1 2005/02/17 19:19:57 mkennedy Exp $
+
+inherit elisp eutils
+
+DESCRIPTION="Emacs-Wiki add-on for maintaining a weblog"
+HOMEPAGE="http://www.sfu.ca/~gswamina/EmacsWikiBlog.html"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="app-emacs/emacs-wiki"
+
+SITEFILE=90emacs-wiki-blog-gentoo.el
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${PV}-gentoo.patch || die
+}