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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F04B81382C5 for ; Thu, 29 Apr 2021 07:15:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55583E086D; Thu, 29 Apr 2021 07:15:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E45CE086E for ; Thu, 29 Apr 2021 07:15:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 640263409E6 for ; Thu, 29 Apr 2021 07:15:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8224973F for ; Thu, 29 Apr 2021 07:15:28 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1619680378.5656831a4d24e0b95f63b94a9810da9c426d85a9.juippis@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.14.4.ebuild X-VCS-Directories: dev-util/rebar-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5656831a4d24e0b95f63b94a9810da9c426d85a9 X-VCS-Branch: master Date: Thu, 29 Apr 2021 07:15:28 +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: 0b7ae3ba-8aa3-49e8-b74d-1579ac609189 X-Archives-Hash: f5e38ba6490f5b4e74a509460c7da50e commit: 5656831a4d24e0b95f63b94a9810da9c426d85a9 Author: Matt Smith offtopica uk> AuthorDate: Mon Apr 19 09:36:37 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 29 07:12:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5656831a dev-util/rebar-bin: Drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matt Smith offtopica.uk> Closes: https://github.com/gentoo/gentoo/pull/20452 Signed-off-by: Joonas Niilola gentoo.org> dev-util/rebar-bin/Manifest | 1 - dev-util/rebar-bin/rebar-bin-3.14.4.ebuild | 31 ------------------------------ 2 files changed, 32 deletions(-) diff --git a/dev-util/rebar-bin/Manifest b/dev-util/rebar-bin/Manifest index 7426f864f42..2b40f7d9069 100644 --- a/dev-util/rebar-bin/Manifest +++ b/dev-util/rebar-bin/Manifest @@ -1,2 +1 @@ -DIST rebar-bin-3.14.4 943940 BLAKE2B b9196c44407783f5cdeec6d56acad20837b2f9c550e5dd1cc16d7190a5dd9897cf4044720175db216f154beed093fc81b4a3c26702e7f4675473924dc7508530 SHA512 35a8ca34a26c7fe0b7edc22ca0589b3813827ee6d59f49e7b2669186fc6183d4efd33c258a4659f14421bbe2b2d7c7c464ab7fd36f87297faa3c6f812945eb2d DIST rebar-bin-3.15.1 951017 BLAKE2B b9c71729397678ace6b9988dc3bbcf3685a9c832298f66ac8b758f515c7c4f0e24b5bebaea93fa7f2f1b1fd88cebd7581c6e2c7e6efc08b5138225b1a02700d8 SHA512 3dd66d3e35b4431a9cc565a20ebdad9732df6e673b818236be5be377279b179ddf12c953268b0d6edf5f0c45253b4e5a0b192904f1c606354dbed2ae86fb2403 diff --git a/dev-util/rebar-bin/rebar-bin-3.14.4.ebuild b/dev-util/rebar-bin/rebar-bin-3.14.4.ebuild deleted file mode 100644 index 40d27f46700..00000000000 --- a/dev-util/rebar-bin/rebar-bin-3.14.4.ebuild +++ /dev/null @@ -1,31 +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://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" -DEPEND="" - -S="${WORKDIR}" - -QA_PREBUILT="/usr/bin/rebar3" - -src_unpack() { - cp -v "${DISTDIR}/${P}" "${S}/rebar3" || die -} - -src_install() { - dobin rebar3 -}