From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-vcs/git-pimp/git-pimp-0.8.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-vcs/git-pimp/git-pimp-0.8.ebuild (limited to 'dev-vcs/git-pimp/git-pimp-0.8.ebuild') diff --git a/dev-vcs/git-pimp/git-pimp-0.8.ebuild b/dev-vcs/git-pimp/git-pimp-0.8.ebuild new file mode 100644 index 000000000000..26c6c470830e --- /dev/null +++ b/dev-vcs/git-pimp/git-pimp-0.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit eutils + +DESCRIPTION="Code review or pull requests as patch email series" +HOMEPAGE="https://github.com/roman-neuhauser/git-mailz/" + +SRC_URI="http://codex.sigpipe.cz/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" + +KEYWORDS="~x86 ~amd64" + +DEPEND="" + +RDEPEND=" + dev-vcs/git + app-shells/zsh + dev-vcs/git-mailz + dev-vcs/git-mantle +" + +src_install(){ + emake PREFIX="${ED}/usr" install +} -- cgit v1.2.3