From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar-bin/
Date: Fri, 21 Jan 2022 07:08:55 +0000 (UTC) [thread overview]
Message-ID: <1642746805.1622c1f901cb8683886517e114e42de2699c0e92.juippis@gentoo> (raw)
commit: 1622c1f901cb8683886517e114e42de2699c0e92
Author: Matthew Smith <matt <AT> offtopica <DOT> uk>
AuthorDate: Sat Jan 1 15:15:40 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 06:33:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1622c1f9
dev-util/rebar-bin: drop 3.16.1
Signed-off-by: Matthew Smith <matt <AT> offtopica.uk>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/rebar-bin/Manifest | 1 -
dev-util/rebar-bin/rebar-bin-3.16.1.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest
index dba647f92b20..156b866b3fb8 100644
--- a/dev-util/rebar-bin/Manifest
+++ b/dev-util/rebar-bin/Manifest
@@ -1,3 +1,2 @@
-DIST rebar-bin-3.16.1 942316 BLAKE2B c3296d54f85c146a58ff24a9b337f7d26e2beb3287257ecca6344c082b84295d9daf042b7bcb422df7c5dd29dd681f0c81064c1ef5b7b30ed8be8328ca694bc4 SHA512 be9e4ffdf654f8038ff14cd4b53328bdbc8b26e0f1306a16220f4d5d4b13bc36ac2f302d52a799424ffc3835e41ce326a4fd8e422ececf70ab8c0f951e3e4b24
DIST rebar-bin-3.17.0 944741 BLAKE2B 2ae670b36019afcc6e595bcbb7d9db7286bd0ea44ad095e7bd0b45be579f6b45d0cc4bbb11478e13adbeb68231f3a888ff231ca4ee4881cb30a26dd68eb8b60e SHA512 908ed9018e456cb4a8f6c9b2737ead58f632bbcac4960834de841b814a97f8fac2181b8630e2ae9e8e9680c4965488b2a736c54baa561a089489987615f6405e
DIST rebar-bin-3.18.0 952478 BLAKE2B 3719582dd2328bcc63b328bb177de14702d517049e0935fe25def30c1b290efa64b891711cb6616152904b48ad4dade9623fd50d81b7f850c118156991bacb43 SHA512 f52b79f3e1527687ddddc50062eb0a520e913f8a381b9eb836886988460f2e38f135d03e1ecf1022f332498116a498619b3d1f71663bb51d9af9cd7a5c4efc0a
diff --git a/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild b/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild
deleted file mode 100644
index 83bb5eb671c1..000000000000
--- a/dev-util/rebar-bin/rebar-bin-3.16.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=${P#-bin}
-MY_P=${MY_PN}-${PV}
-
-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}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/erlang"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="/usr/bin/rebar3"
-
-src_unpack() {
- cp -v "${DISTDIR}/${P}" "${S}/rebar3" || die
-}
-
-src_install() {
- dobin rebar3
-}
next reply other threads:[~2022-01-21 7:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-21 7:08 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-12 21:32 [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar-bin/ Matthew Smith
2022-02-08 10:46 Jakov Smolić
2022-01-02 14:25 Florian Schmaus
2021-10-17 19:09 Sam James
2021-09-16 20:23 Ionen Wolkens
2021-05-25 11:12 Joonas Niilola
2021-05-25 11:12 Joonas Niilola
2021-04-29 7:15 Joonas Niilola
2021-04-29 7:15 Joonas Niilola
2021-03-19 8:52 Joonas Niilola
2021-03-19 8:52 Joonas Niilola
2021-03-19 8:52 Joonas Niilola
2021-03-19 8:52 Joonas Niilola
2020-07-20 9:01 Joonas Niilola
2018-10-24 22:27 Amadeusz Piotr Żołnowski
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=1642746805.1622c1f901cb8683886517e114e42de2699c0e92.juippis@gentoo \
--to=juippis@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