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.
30 lines
683 B
30 lines
683 B
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emacs/magit/magit-1.0.0.ebuild,v 1.3 2012/11/26 11:31:15 ulm Exp $
|
|
|
|
EAPI=4
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="An Emacs mode for GIT"
|
|
HOMEPAGE="http://magit.github.com/magit/"
|
|
SRC_URI="http://github.com/downloads/magit/magit/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-3+ FDL-1.2+"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
SITEFILE="50magit-gentoo.el"
|
|
|
|
src_compile() {
|
|
default
|
|
}
|
|
|
|
src_install() {
|
|
elisp-install ${PN} magit{,-svn,-topgit,-key-mode}.{el,elc} || die
|
|
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
|
|
doinfo magit.info
|
|
dodoc README.md
|
|
}
|