From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C0A415808B for ; Sat, 12 Feb 2022 21:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73F7BE0827; Sat, 12 Feb 2022 21:32:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52D74E0827 for ; Sat, 12 Feb 2022 21:32:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0E53342F85 for ; Sat, 12 Feb 2022 21:32:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34CEE2D4 for ; Sat, 12 Feb 2022 21:32:16 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1644701515.a5c4088b315191af743aef26c9fa97d7e8989a22.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rebar-bin/Manifest dev-util/rebar-bin/rebar-bin-3.17.0.ebuild X-VCS-Directories: dev-util/rebar-bin/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: a5c4088b315191af743aef26c9fa97d7e8989a22 X-VCS-Branch: master Date: Sat, 12 Feb 2022 21:32:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e7d94c0-3dd1-49c3-a4ff-7cea106dc084 X-Archives-Hash: 62c804b2f5538471b7e17c92e98be33d commit: a5c4088b315191af743aef26c9fa97d7e8989a22 Author: Matthew Smith gentoo org> AuthorDate: Sat Feb 12 21:19:56 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sat Feb 12 21:31:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c4088b dev-util/rebar-bin: drop 3.17.0 Signed-off-by: Matthew Smith gentoo.org> dev-util/rebar-bin/Manifest | 1 - dev-util/rebar-bin/rebar-bin-3.17.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest index 156b866b3fb8..760f340f563f 100644 --- a/dev-util/rebar-bin/Manifest +++ b/dev-util/rebar-bin/Manifest @@ -1,2 +1 @@ -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.17.0.ebuild b/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild deleted file mode 100644 index 7522fbc1d2aa..000000000000 --- a/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -}