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 31A5D158086 for ; Fri, 29 Oct 2021 18:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ED7CE0833; Fri, 29 Oct 2021 18:26:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 326BDE0833 for ; Fri, 29 Oct 2021 18:26:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B6CF3431AF for ; Fri, 29 Oct 2021 18:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9174B15A for ; Fri, 29 Oct 2021 18:26:04 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1635531944.c42492b579c654e80cbe574d5e2529a874be7c22.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/bff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/bff/Manifest dev-lang/bff/bff-1.0.5.ebuild X-VCS-Directories: dev-lang/bff/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: c42492b579c654e80cbe574d5e2529a874be7c22 X-VCS-Branch: master Date: Fri, 29 Oct 2021 18:26:04 +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: 94195ea5-9503-4918-87d4-0bd0637fa823 X-Archives-Hash: d43d9068f4e599c51a3c7e068d960c00 commit: c42492b579c654e80cbe574d5e2529a874be7c22 Author: Amy Liffey gentoo org> AuthorDate: Fri Oct 29 18:25:44 2021 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Oct 29 18:25:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42492b5 dev-lang/bff: remove old 1.0.5 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Amy Liffey gentoo.org> dev-lang/bff/Manifest | 1 - dev-lang/bff/bff-1.0.5.ebuild | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/dev-lang/bff/Manifest b/dev-lang/bff/Manifest index 762e546eddc..689ef78b3e9 100644 --- a/dev-lang/bff/Manifest +++ b/dev-lang/bff/Manifest @@ -1,2 +1 @@ -DIST bff-1.0.5.tar.gz 4833 BLAKE2B 9e3b44da9cd001552119e25764b171c86027755583f79a13b1d1035ecbab134df0aa31234c1479370599dd56a76a7f1c67eff61d2c1189430bab6a9a22f629d8 SHA512 78e481f6f371421ce6f046041fe6d48be2e11000ddda82f60244c0100665469c4aff4f151d297bb533140d723f68d5a3844e0c29a256b022ac93cafbd2abe9fd DIST bff-1.0.7.tar.gz 5121 BLAKE2B 581cac5c20742811d9c848d59833256c2c72f08f256ad0b061723b7bb57efa64b0873ae8011323f53dbecd21e61d8d1610b393a4f0a3695508ee4b607fa541db SHA512 8ab43671ea02d59db291b338f4323aba2879318539efbd249883ef241295a12f3d3e55bcb4b0ad6e3f886a044eec0bfcecf526b70c81099afdf89320babfee6d diff --git a/dev-lang/bff/bff-1.0.5.ebuild b/dev-lang/bff/bff-1.0.5.ebuild deleted file mode 100644 index d22d2aaa961..00000000000 --- a/dev-lang/bff/bff-1.0.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="A brainfuck interpreter" -HOMEPAGE="https://github.com/apankrat/bff" -SRC_URI="https://github.com/apankrat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ~ia64 ~m68k ppc ppc64 ~s390 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="" -RDEPEND="" - -src_compile() { - # Makefile is not nice - emake -f /dev/null CC="$(tc-getCC)" bff -} - -src_test() { - ebegin "Running mandelbrot test" - ./bff samples/mandelbrot.b > mandelbrot.out - eend $? || die - md5sum -c <<< '5024283fa65866ddd347b877798e84d8 mandelbrot.out' \ - && cat mandelbrot.out \ - || die "mandelbrot did not output correctly" -} - -src_install() { - dobin bff -}