blob: 67c955e9f6f88ecb5f4b8ad8277667f8c22114f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/sawfish/sawfish-1.32.ebuild,v 1.6 2007/10/23 11:56:03 ulm Exp $
inherit elisp
DESCRIPTION="Major mode for Sawfish programs and interaction with the Sawfish window manager"
HOMEPAGE="http://www.davep.org/emacs/"
SRC_URI="mirror://gentoo/${P}.el.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="x11-wm/sawfish"
SIMPLE_ELISP=t
SITEFILE=50${PN}-gentoo.el
|