diff options
author | 2008-01-08 19:44:12 +0000 | |
---|---|---|
committer | 2008-01-08 19:44:12 +0000 | |
commit | f2b44c123792f2221042d64f0b1767368ef4ae3a (patch) | |
tree | 23ce6f269e371ea253ae0e9afe31dd956128d553 /app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4-r1.ebuild | |
parent | Stable for HPPA (bug #204189). (diff) | |
download | gentoo-2-f2b44c123792f2221042d64f0b1767368ef4ae3a.tar.gz gentoo-2-f2b44c123792f2221042d64f0b1767368ef4ae3a.tar.bz2 gentoo-2-f2b44c123792f2221042d64f0b1767368ef4ae3a.zip |
Use autoload mechanism in site-init file.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4-r1.ebuild')
-rw-r--r-- | app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4-r1.ebuild b/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4-r1.ebuild new file mode 100644 index 000000000000..f4c920d2b395 --- /dev/null +++ b/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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-r1.ebuild,v 1.1 2008/01/08 19:44:11 ulm 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="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="app-emacs/emacs-wiki" +RDEPEND="${DEPEND}" + +SITEFILE=90${PN}-gentoo.el + +src_unpack() { + unpack ${A} + epatch "${FILESDIR}/${PV}-gentoo.patch" +} |