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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B2271581D3 for ; Fri, 24 May 2024 10:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EEB2E2A61; Fri, 24 May 2024 10:10:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 73379E2A61 for ; Fri, 24 May 2024 10:10:28 +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 5225C3408DD for ; Fri, 24 May 2024 10:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEF27ED0 for ; Fri, 24 May 2024 10:10:25 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1716545347.16aab51f982646d6fd59f628916f4f4dbfeeb64d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/goldrush/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/goldrush/Manifest dev-erlang/goldrush/goldrush-0.1.9.ebuild X-VCS-Directories: dev-erlang/goldrush/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 16aab51f982646d6fd59f628916f4f4dbfeeb64d X-VCS-Branch: master Date: Fri, 24 May 2024 10:10:25 +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: 8246d95b-9d40-4699-b800-cae8ab35123e X-Archives-Hash: ce4056a488e96eb84d8432752c54b120 commit: 16aab51f982646d6fd59f628916f4f4dbfeeb64d Author: Arthur Zamarin gentoo org> AuthorDate: Fri May 24 10:09:07 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 24 10:09:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16aab51f dev-erlang/goldrush: drop 0.1.9 Signed-off-by: Arthur Zamarin gentoo.org> dev-erlang/goldrush/Manifest | 1 - dev-erlang/goldrush/goldrush-0.1.9.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/dev-erlang/goldrush/Manifest b/dev-erlang/goldrush/Manifest index 53423a6a64b5..5dafa3f930db 100644 --- a/dev-erlang/goldrush/Manifest +++ b/dev-erlang/goldrush/Manifest @@ -1,2 +1 @@ -DIST goldrush-0.1.9.tar.gz 24548 BLAKE2B db1599ac8009a76558fbb451790f7d8d2fa0ab5a339edfa119afc8a8512160542061b363787599a4d1e5c69c70b35fd21160e73ac508589f1a55666978049d38 SHA512 3e1efcfd1ed26641dc054f4f0b4b6a8c40959c8462f6fac9d1bde4818d46700d64bf727c39e27e3428a5717d2ef917b9e35b5982e32546482451a403f0b206d3 DIST goldrush-0.2.0.tar.gz 25887 BLAKE2B 35a8202db212dabda1966d33d1972ed869ee44c5caac9720af6b05eb6fa71794b3c85d7341edcaa920b516c1cd22678aee9f815cb307c96b2d4d86cec07d2cde SHA512 1a74f02c75e72f8a60366b9ba74b763eb98621da2ce6044ed97e836566caf8ce85fadeee62b3d24303df319e2c1333d1c544cd267a041b718b0ab36de53e7b1a diff --git a/dev-erlang/goldrush/goldrush-0.1.9.ebuild b/dev-erlang/goldrush/goldrush-0.1.9.ebuild deleted file mode 100644 index 45407f9da29e..000000000000 --- a/dev-erlang/goldrush/goldrush-0.1.9.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rebar - -DESCRIPTION="Small Erlang app that provides fast event stream processing" -HOMEPAGE="https://github.com/DeadZen/goldrush" -SRC_URI="https://github.com/DeadZen/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" - -DEPEND=">=dev-lang/erlang-17.1" -RDEPEND="${DEPEND}" - -DOCS=( README.org ) - -src_prepare() { - rebar_src_prepare - # 'priv' directory contains only edoc.css, but doc isn't going to be built. - rm -r "${S}/priv" || die -}