public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/
Date: Mon, 28 Dec 2015 08:08:22 +0000 (UTC)	[thread overview]
Message-ID: <1451290079.e26847346a8b46c38bc0879fd6d16fda74732c29.djc@gentoo> (raw)

commit:     e26847346a8b46c38bc0879fd6d16fda74732c29
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 18:14:19 2015 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 08:07:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2684734

dev-util/rebar: version bump to 2.6.0, EAPI=5

 dev-util/rebar/Manifest           |  1 +
 dev-util/rebar/rebar-2.6.0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-util/rebar/Manifest b/dev-util/rebar/Manifest
index 1c952cf..af31faa 100644
--- a/dev-util/rebar/Manifest
+++ b/dev-util/rebar/Manifest
@@ -2,3 +2,4 @@ DIST rebar-2.3.1.tar.gz 147014 SHA256 dddb3c13a3a875dd91c368e3294619ab377cfc88bc
 DIST rebar-2.4.0.tar.gz 152328 SHA256 43ae0d9c1439d935086db349c5b6a8646707f5538720167b2bbcc1ad32516b6a SHA512 dda9915d8b8b2408d65156f5af8387858ad19ed4b29b99d3e5d8f9131ea6b76a218b99520d4f9501c0b698b11216076e779ccebba16b6c1ccdae13d333b4dae7 WHIRLPOOL b573a83b823ef451901fd334f54bf49f1ac6c87a647a012fc2540fc850324988427ed9f3dee0d7a7bc0927667d4f6928cd6c4feb6dfb82c9204a3c11fc42988e
 DIST rebar-2.5.0.tar.gz 152390 SHA256 d585fa4c7f59c66017d2552764bb423abeed3a3c99503be91b41fb931245ccbe SHA512 6fbb15d6c2bd3f4f7f83c35f4f8fa9d6dafc6bc9a739ac5e002a046d34d9da4216d64c5ea59b73a1b54cb11b9de32d0618f821912c26e63b8bbfdea9bd08f1fa WHIRLPOOL 712be4b52959230217a1a25e3f618db983626a0e06d0260afed3fe2ab319affc111a2beedc401d844663132f097b9a65591c217109e0fd777caf0d22d333a410
 DIST rebar-2.5.1.tar.gz 154486 SHA256 86cb849a0d2b8275dcfdbc9a2b0a374d21c7eaa73312d74f0ab83cc0ab062bf9 SHA512 4617397d415f222ad0245ae2b55619c5418f049851aa953908778e9a96a9f0dfc57803ba08ebb757cd62a6bddce064fe73b2a33df25a8cc44183188d73e4938a WHIRLPOOL 403786ef632b69b991d5c3b52954e20bfd1adcecaa60627aaa2611a5f7c82b38ce898108afe9abba9e83eb21bd92d59dce08498af5e5fc3488d0a1bb990313e0
+DIST rebar-2.6.0.tar.gz 186357 SHA256 9f30ea5ab9da8638273cb55b49780e58fed1f4aa8623b835bcdd983bb451f7a7 SHA512 848a28a40215bc54bbbb1aeb101fb5c3578ce9668212f9f270be05ba268a63cf740ec6ed88e6df962da60a6f6e336c0e1b1e3cca3112c32e3bd8f5b3dd121c41 WHIRLPOOL fa9b8d159db884408ad6c20d2e9d4e1b12ff1ab0aa227b365846892fb5820a7a50e9f014fdc5b7cda0eeb8e8608d607281274f9ff566091f66fc473ab87052bf

diff --git a/dev-util/rebar/rebar-2.6.0.ebuild b/dev-util/rebar/rebar-2.6.0.ebuild
new file mode 100644
index 0000000..bd9cf0c
--- /dev/null
+++ b/dev-util/rebar/rebar-2.6.0.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	other threads:[~2015-12-28  8:08 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-28  8:08 Dirkjan Ochtman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 10:03 [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/ Matthew Smith
2024-08-04 17:01 Jakov Smolić
2024-04-13 12:51 Matthew Smith
2024-03-24 16:24 Matthew Smith
2024-01-16  8:40 Matthew Smith
2023-12-09 13:20 Michał Górny
2023-10-04 15:28 Sam James
2023-10-04 10:00 Matthew Smith
2023-05-18 17:06 Matthew Smith
2023-01-09  8:44 Florian Schmaus
2023-01-09  8:44 Florian Schmaus
2023-01-01 16:05 Sam James
2022-11-20  8:32 Matthew Smith
2022-11-18  8:26 Matthew Smith
2022-10-16 10:23 Matthew Smith
2022-09-09  9:48 Matthew Smith
2022-08-09  4:00 Arthur Zamarin
2022-07-09  7:35 Matthew Smith
2022-07-09  7:35 Matthew Smith
2022-05-23 12:03 Jakov Smolić
2022-04-12  7:26 Matthew Smith
2022-04-12  7:26 Matthew Smith
2020-11-28 18:37 Aaron Bauman
2020-06-21 17:12 Agostino Sarubbo
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2019-12-07 13:47 Sergei Trofimovich
2019-11-17  4:16 Matt Turner
2019-01-31  7:25 Sergei Trofimovich
2019-01-30 13:20 Tobias Klausmann
2019-01-27 15:14 Pacho Ramos
2019-01-27 15:13 Pacho Ramos
2018-08-05 20:15 Sergei Trofimovich
2018-06-25 13:36 Tobias Klausmann
2018-06-17 10:21 Sergei Trofimovich
2018-05-27 16:29 Mikle Kolyada
2018-05-27 13:01 Thomas Deutschmann
2017-11-15 22:13 Patrice Clement
2017-02-15 23:23 Michael Weber
2017-01-25 19:39 Dirkjan Ochtman
2017-01-20 21:34 Dirkjan Ochtman
2016-11-19 21:10 Dirkjan Ochtman
2016-11-19 21:10 Dirkjan Ochtman
2016-08-20 20:00 Anthony G. Basile
2016-08-20  2:19 Matthias Maier
2016-07-03 16:16 Sergei Trofimovich
2016-07-03 14:53 Sergei Trofimovich
2016-06-11 10:45 Jeroen Roovers
2016-05-29 17:52 Anthony G. Basile
2016-05-21  8:03 Markus Meier
2016-02-08  9:04 Dirkjan Ochtman
2016-02-08  9:04 Dirkjan Ochtman
2015-09-20  8:54 Dirkjan Ochtman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1451290079.e26847346a8b46c38bc0879fd6d16fda74732c29.djc@gentoo \
    --to=djc@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox