diff options
author | Matt Smith <matt@offtopica.uk> | 2021-09-11 09:22:49 +0100 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-09-16 16:22:42 -0400 |
commit | 4990fb7e3653d8d0c022c5e6a03401b56c6bc144 (patch) | |
tree | 5796883bb201134cabbd6274c3650521f6945d46 | |
parent | media-gfx/darktable: update PDF-documentation URI (diff) | |
download | gentoo-4990fb7e3653d8d0c022c5e6a03401b56c6bc144.tar.gz gentoo-4990fb7e3653d8d0c022c5e6a03401b56c6bc144.tar.bz2 gentoo-4990fb7e3653d8d0c022c5e6a03401b56c6bc144.zip |
dev-util/rebar-bin: Bump to 3.17.0
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Matt Smith <matt@offtopica.uk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r-- | dev-util/rebar-bin/Manifest | 1 | ||||
-rw-r--r-- | dev-util/rebar-bin/rebar-bin-3.17.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest index 0549ea98ab65..f2b2fac01ae6 100644 --- a/dev-util/rebar-bin/Manifest +++ b/dev-util/rebar-bin/Manifest @@ -1 +1,2 @@ DIST rebar-bin-3.16.1 942316 BLAKE2B c3296d54f85c146a58ff24a9b337f7d26e2beb3287257ecca6344c082b84295d9daf042b7bcb422df7c5dd29dd681f0c81064c1ef5b7b30ed8be8328ca694bc4 SHA512 be9e4ffdf654f8038ff14cd4b53328bdbc8b26e0f1306a16220f4d5d4b13bc36ac2f302d52a799424ffc3835e41ce326a4fd8e422ececf70ab8c0f951e3e4b24 +DIST rebar-bin-3.17.0 944741 BLAKE2B 2ae670b36019afcc6e595bcbb7d9db7286bd0ea44ad095e7bd0b45be579f6b45d0cc4bbb11478e13adbeb68231f3a888ff231ca4ee4881cb30a26dd68eb8b60e SHA512 908ed9018e456cb4a8f6c9b2737ead58f632bbcac4960834de841b814a97f8fac2181b8630e2ae9e8e9680c4965488b2a736c54baa561a089489987615f6405e diff --git a/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild b/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild new file mode 100644 index 000000000000..46ed763d7724 --- /dev/null +++ b/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP principles" +HOMEPAGE="https://rebar3.org https://github.com/erlang/rebar3" +SRC_URI="https://github.com/erlang/rebar3/releases/download/${PV}/rebar3 -> ${P}" +S="${WORKDIR}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-lang/erlang" + +QA_PREBUILT="usr/bin/rebar3" + +src_install() { + newbin "${DISTDIR}"/${P} rebar3 +} |