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 0064113835B for ; Sat, 28 Nov 2020 18:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E60B8E077F; Sat, 28 Nov 2020 18:37:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CECAEE077F for ; Sat, 28 Nov 2020 18:37:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8890334165D for ; Sat, 28 Nov 2020 18:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC0546E for ; Sat, 28 Nov 2020 18:37:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606588634.163be5069528e2cd20dafa3c33f8cbb482bb31bb.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rebar/rebar-2.6.4.ebuild X-VCS-Directories: dev-util/rebar/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 163be5069528e2cd20dafa3c33f8cbb482bb31bb X-VCS-Branch: master Date: Sat, 28 Nov 2020 18:37:23 +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: e3bf551c-d4d8-4861-8f04-8cf9eb2f6d4a X-Archives-Hash: 287a44e78e6c24519780763d1fa6ffbf commit: 163be5069528e2cd20dafa3c33f8cbb482bb31bb Author: Aaron Bauman gentoo org> AuthorDate: Sat Nov 28 17:51:14 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Nov 28 18:37:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163be506 dev-util/rebar: drop old Signed-off-by: Aaron Bauman gentoo.org> dev-util/rebar/rebar-2.6.4.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/dev-util/rebar/rebar-2.6.4.ebuild b/dev-util/rebar/rebar-2.6.4.ebuild deleted file mode 100644 index 67ce5a03f8d..00000000000 --- a/dev-util/rebar/rebar-2.6.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -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} -}