diff options
Diffstat (limited to 'app-emacs/sawfish/sawfish-1.32.ebuild')
-rw-r--r-- | app-emacs/sawfish/sawfish-1.32.ebuild | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/app-emacs/sawfish/sawfish-1.32.ebuild b/app-emacs/sawfish/sawfish-1.32.ebuild index aaea495b9020..67c955e9f6f8 100644 --- a/app-emacs/sawfish/sawfish-1.32.ebuild +++ b/app-emacs/sawfish/sawfish-1.32.ebuild @@ -1,25 +1,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.5 2007/07/04 06:19:06 ulm Exp $ +# $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="Sawfish is an GNU Emacs mode for writing code for the Sawfish window manager with support for a REPL" +DESCRIPTION="Major mode for Sawfish programs and interaction with the Sawfish window manager" HOMEPAGE="http://www.davep.org/emacs/" -SRC_URI="mirror://gentoo/sawfish-mode-${PV}.tar.gz" +SRC_URI="mirror://gentoo/${P}.el.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="x11-wm/sawfish" +RDEPEND="x11-wm/sawfish" +SIMPLE_ELISP=t SITEFILE=50${PN}-gentoo.el - -S="${WORKDIR}/sawfish-mode-${PV}" - -src_unpack() { - unpack ${A} - mv "${S}"/sawfish-mode.el "${S}"/sawfish.el -} |