diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-02-02 07:08:32 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-02-02 07:25:18 +0100 |
commit | 623e61d4c4851726495c5dd528ba006896d39d0b (patch) | |
tree | 9aef40eeee308d05a5b3ded00ef493fa0a994481 /app-emacs/magit/magit-2.4.1.ebuild | |
parent | dev-ruby/nio4r: add 1.2.1 (diff) | |
download | gentoo-623e61d4c4851726495c5dd528ba006896d39d0b.tar.gz gentoo-623e61d4c4851726495c5dd528ba006896d39d0b.tar.bz2 gentoo-623e61d4c4851726495c5dd528ba006896d39d0b.zip |
app-emacs/magit: add 2.4.1
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emacs/magit/magit-2.4.1.ebuild')
-rw-r--r-- | app-emacs/magit/magit-2.4.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/magit/magit-2.4.1.ebuild b/app-emacs/magit/magit-2.4.1.ebuild new file mode 100644 index 000000000000..7a258ff2a713 --- /dev/null +++ b/app-emacs/magit/magit-2.4.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="A Git porcelain inside Emacs" +HOMEPAGE="http://magit.vc/" +SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${P}/lisp" +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="../Documentation/*.texi" +DOCS="../README.md ../Documentation/AUTHORS.md ../Documentation/${PV}.txt" + +DEPEND=">=app-emacs/dash-2.12.1" +RDEPEND="${DEPEND} >=dev-vcs/git-1.9.4" |