22 lines
623 B
Bash
22 lines
623 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emacs/paredit/paredit-21.ebuild,v 1.2 2009/11/24 21:07:19 fauli Exp $
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="Minor mode for performing structured editing of S-expressions"
|
|
HOMEPAGE="http://mumble.net/~campbell/emacs/
|
|
http://www.emacswiki.org/cgi-bin/wiki/ParEdit"
|
|
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
|
|
IUSE=""
|
|
|
|
SITEFILE=50${PN}-gentoo.el
|
|
|
|
src_install() {
|
|
elisp_src_install
|
|
dohtml *.html
|
|
}
|