commit:     18371609d16cb8f26af16c07c242aa10f7254f41
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 09:02:53 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 09:04:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18371609

dev-util/rebar: version bump to 2.6.1

Package-Manager: portage-2.2.26

 dev-util/rebar/rebar-2.6.1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-util/rebar/rebar-2.6.1.ebuild 
b/dev-util/rebar/rebar-2.6.1.ebuild
new file mode 100644
index 0000000..bd9cf0c
--- /dev/null
+++ b/dev-util/rebar/rebar-2.6.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit bash-completion-r1
+
+DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP 
principles"
+HOMEPAGE="https://github.com/rebar/rebar";
+SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/erlang"
+DEPEND="${RDEPEND}"
+
+src_test() {
+       emake xref
+}
+
+src_install() {
+       dobin rebar
+       dodoc rebar.config.sample THANKS
+       dobashcomp priv/shell-completion/bash/${PN}
+}

Reply via email to