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: Sat, 19 Nov 2016 21:10:21 +0000 (UTC)	[thread overview]
Message-ID: <1479589784.bc5a555c32a0a2c36c0d004e8933c340e5b4aa05.djc@gentoo> (raw)

commit:     bc5a555c32a0a2c36c0d004e8933c340e5b4aa05
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 21:09:44 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 21:09:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5a555c

dev-util/rebar: version bump to 2.6.2

Package-Manager: portage-2.3.0

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

diff --git a/dev-util/rebar/Manifest b/dev-util/rebar/Manifest
index 45673e9..52791e1 100644
--- a/dev-util/rebar/Manifest
+++ b/dev-util/rebar/Manifest
@@ -1,3 +1,4 @@
 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
 DIST rebar-2.6.1.tar.gz 191063 SHA256 aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60 SHA512 0baa10aac65ad78c05d6ecd180327b8752a31bbc51f3b3aa6060f4d2adf9269de83c6481767d9abc8a599e231f569c0496edc6c47f43d1e2892c4e98de6ccd85 WHIRLPOOL 85934f20d0da344376e9beff056275a994c5cd9373df056349217db5e67bd3727b185c6751738104a37ece25dc40063bb3197daeb00762a8f2bf2a2a1a788a1b
+DIST rebar-2.6.2.tar.gz 210775 SHA256 ed2a49300f2f8ae7c95284e53e95dd85430952d2843ce224a17db2b312964400 SHA512 410129defbf98af00f5040f9d3956299a70a0a1a21d28c42db32350b922e207f8af5830d8c322e9d3cfed8697ddcb228d5a98b983995414ed32662659a5c4c96 WHIRLPOOL 2c5dfcb1e7bc94c205d75594c76bf31b35a6e7621a665c4d0b41c251412c7db0dc6979892a40531a0e705bafb3fe9e21521799dd9617b578866affc6d2b504fd

diff --git a/dev-util/rebar/rebar-2.6.2.ebuild b/dev-util/rebar/rebar-2.6.2.ebuild
new file mode 100644
index 00000000..96d706c
--- /dev/null
+++ b/dev-util/rebar/rebar-2.6.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 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 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~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:[~2016-11-19 21:10 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-19 21:10 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-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-12-28  8:08 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=1479589784.bc5a555c32a0a2c36c0d004e8933c340e5b4aa05.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