You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.5.ebuild

20 lines
452 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit elisp
DESCRIPTION="Emacs-Wiki add-on for maintaining a weblog"
HOMEPAGE="https://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"