public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/bff/
Date: Mon,  9 Aug 2021 12:14:18 +0000 (UTC)	[thread overview]
Message-ID: <1628511244.11d5994c35a66e0626491554beb5b171cb7ffd74.amynka@gentoo> (raw)

commit:     11d5994c35a66e0626491554beb5b171cb7ffd74
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 12:08:59 2021 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 12:14:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d5994c

dev-lang/bff: version bump 1.0.7

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>

 dev-lang/bff/Manifest         |  1 +
 dev-lang/bff/bff-1.0.7.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-lang/bff/Manifest b/dev-lang/bff/Manifest
index f727de93c8b..762e546eddc 100644
--- a/dev-lang/bff/Manifest
+++ b/dev-lang/bff/Manifest
@@ -1 +1,2 @@
 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.7.ebuild b/dev-lang/bff/bff-1.0.7.ebuild
new file mode 100644
index 00000000000..377af34eea5
--- /dev/null
+++ b/dev-lang/bff/bff-1.0.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+}


             reply	other threads:[~2021-08-09 12:14 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-09 12:14 Amy Liffey [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-29 18:26 [gentoo-commits] repo/gentoo:master commit in: dev-lang/bff/ Amy Liffey
2021-10-28  7:27 Sam James
2021-10-28  7:27 Sam James
2021-10-28  6:43 Agostino Sarubbo
2021-10-27 22:33 Sam James
2021-10-27 22:33 Sam James
2018-05-20 10:42 Mikle Kolyada
2018-05-10 17:00 Mikle Kolyada
2018-05-07 20:21 Mikle Kolyada
2018-05-07 20:16 Mikle Kolyada
2018-05-05 10:49 Mikle Kolyada
2018-05-01 21:00 Mikle Kolyada
2018-04-21 12:50 Mikle Kolyada
2018-04-18 20:41 Sergei Trofimovich
2018-03-25 20:42 Mikle Kolyada
2018-03-25 12:45 Sergei Trofimovich
2017-08-21 16:18 Amy Liffey
2017-08-21 16:03 Amy Liffey
2017-08-21 16:03 Amy Liffey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1628511244.11d5994c35a66e0626491554beb5b171cb7ffd74.amynka@gentoo \
    --to=amynka@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox