20 lines
575 B
Bash
20 lines
575 B
Bash
# Copyright 1999-2010 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.5.ebuild,v 1.3 2010/01/12 21:21:33 ulm Exp $
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="Emacs-Wiki add-on for maintaining a weblog"
|
|
HOMEPAGE="http://www.emacswiki.org/emacs/EmacsWikiBlog"
|
|
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="app-emacs/emacs-wiki"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
ELISP_PATCHES="0.4-gentoo.patch"
|
|
SITEFILE="90${PN}-gentoo.el"
|