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.
17 lines
468 B
17 lines
468 B
# Copyright 1999-2007 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emacs/jam-mode/jam-mode-0.1.ebuild,v 1.10 2007/12/14 05:45:44 opfer Exp $
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="An Emacs major mode for editing Jam files"
|
|
HOMEPAGE="http://www.tenfoot.uklinux.net/emacs/"
|
|
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 x86"
|
|
IUSE=""
|
|
|
|
SITEFILE=70${PN}-gentoo.el
|