public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/
Date: Thu, 28 Nov 2019 16:34:52 +0000 (UTC)	[thread overview]
Message-ID: <1574958866.9b6673ddd8470562a41d2d86bce8335e005f80e4.juippis@gentoo> (raw)

commit:     9b6673ddd8470562a41d2d86bce8335e005f80e4
Author:     Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Tue Nov 26 15:00:11 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 16:34:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6673dd

sci-calculators/bc-gh: new package

An implementation of dc and POSIX bc with GNU extensions meant to be as
bug-free and fast as possible.

Signed-off-by: Gavin Howard <yzena.tech <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11716
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-calculators/bc-gh/Manifest           |  1 +
 sci-calculators/bc-gh/bc-gh-2.3.2.ebuild | 19 +++++++++++++++++++
 sci-calculators/bc-gh/metadata.xml       | 26 ++++++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
new file mode 100644
index 00000000000..3930fb1e205
--- /dev/null
+++ b/sci-calculators/bc-gh/Manifest
@@ -0,0 +1 @@
+DIST bc-2.3.2.tar.xz 160120 BLAKE2B b9919d45cb45b69c7b10022d472c480fd6e93ffdf65eda1a0ee3e3990e2ad79fced74e5b72276559c6265fd43d08af28d5590c0e3a7bb14fd294010b8bc7b772 SHA512 732cf67a27b537406418ddb1a11c1da0fcbda23bdb7beba0e16a57a9d6639cdb7b9b43f5028c8fac45fe253dadfcb80b50d7fef0bbe32a7391cd946ace1408f8

diff --git a/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild b/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild
new file mode 100644
index 00000000000..ff0f2ac0502
--- /dev/null
+++ b/sci-calculators/bc-gh/bc-gh-2.3.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Implementation of POSIX bc with GNU extensions"
+HOMEPAGE="https://github.com/gavinhoward/bc"
+SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/bc-${PV}"
+
+src_configure() {
+	EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GT || die
+}

diff --git a/sci-calculators/bc-gh/metadata.xml b/sci-calculators/bc-gh/metadata.xml
new file mode 100644
index 00000000000..1f88059f1ec
--- /dev/null
+++ b/sci-calculators/bc-gh/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Gavin D. Howard</name>
+		<email>yzena.tech@gmail.com</email>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<name>Gavin D. Howard</name>
+			<email>yzena.tech@gmail.com</email>
+		</maintainer>
+		<bugs-to>https://github.com/gavinhoward/bc</bugs-to>
+		<doc>https://github.com/gavinhoward/bc/tree/master/manuals</doc>
+	</upstream>
+	<longdescription lang="en">
+	An implementation of POSIX bc and Unix dc with GNU extensions and some of
+	their own extensions. It also removes the dangerous '!' dc command.
+	This bc/dc is especially useful for programmers, with extra math and a
+	larger builtin library with some hardware-oriented print functions.
+	</longdescription>
+</pkgmetadata>


             reply	other threads:[~2019-11-28 16:34 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-28 16:34 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-20 13:27 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/ Joonas Niilola
2020-04-14  8:35 Joonas Niilola
2020-04-16  8:11 Joonas Niilola
2020-04-16  8:11 Joonas Niilola
2020-05-05  8:47 Joonas Niilola
2020-05-17 16:42 Joonas Niilola
2020-05-17 16:42 Joonas Niilola
2020-07-20 12:33 Joonas Niilola
2020-08-11  8:35 Sam James
2020-08-21  7:15 Joonas Niilola
2020-10-13 12:06 Joonas Niilola
2020-10-13 12:06 Joonas Niilola
2020-11-03  9:17 Joonas Niilola
2020-12-09  9:42 Joonas Niilola
2020-12-09  9:42 Joonas Niilola
2021-02-10 14:55 Joonas Niilola
2021-02-22 14:47 Joonas Niilola
2021-03-04 14:09 Joonas Niilola
2021-03-04 14:09 Joonas Niilola
2021-03-05 16:18 Joonas Niilola
2021-03-19  7:35 Joonas Niilola
2021-03-19  7:35 Joonas Niilola
2021-05-04 13:30 Joonas Niilola
2021-06-02 12:59 Joonas Niilola
2021-06-02 12:59 Joonas Niilola
2021-08-10  9:51 Ionen Wolkens
2021-10-19  3:04 Ionen Wolkens
2021-11-10 10:59 Ionen Wolkens
2021-11-10 10:59 Ionen Wolkens
2021-11-28  0:20 Ionen Wolkens
2022-06-24 13:04 Andrew Ammerlaan
2022-06-24 13:04 Andrew Ammerlaan
2022-11-18  8:17 Joonas Niilola
2022-11-19  6:04 Ionen Wolkens
2022-11-19  6:04 Ionen Wolkens
2022-12-16 18:26 Arthur Zamarin
2022-12-16 21:19 Arthur Zamarin
2022-12-16 21:19 Arthur Zamarin
2022-12-16 21:19 Arthur Zamarin
2022-12-18  1:50 Yixun Lan
2022-12-18 11:45 James Le Cuirot
2022-12-27 11:31 Sam James
2022-12-27 13:40 Sam James
2022-12-27 19:45 Sam James
2022-12-27 19:53 Sam James
2022-12-28  0:33 Sam James
2023-01-01 21:10 Sam James
2023-01-01 21:10 Sam James
2023-02-01  7:27 Sam James
2023-02-13  3:41 Matt Turner
2023-02-19 19:56 Sam James
2023-02-28  5:34 Sam James
2023-03-10  6:53 Sam James
2023-03-10  6:53 Sam James
2023-03-19  3:22 Sam James
2023-04-16  6:41 Joonas Niilola
2023-04-16  6:41 Joonas Niilola
2023-04-16  6:56 Sam James
2023-04-16  6:56 Sam James
2023-04-16  6:56 Sam James
2023-04-16  6:56 Sam James
2023-04-16  6:56 Sam James
2023-04-16  7:18 Sam James
2023-06-04  3:47 Sam James
2023-06-04  3:47 Sam James
2023-06-04  3:47 Sam James
2023-09-22  6:51 Arthur Zamarin
2023-10-01  7:34 Sam James
2023-10-01  7:34 Sam James
2023-10-27  8:17 Andrew Ammerlaan
2024-01-10 13:12 Andrew Ammerlaan
2024-01-10 13:12 Andrew Ammerlaan
2024-02-12  8:55 Sam James
2024-02-12  8:55 Sam James
2024-02-12  8:55 Sam James
2024-02-12  8:55 Sam James
2024-02-12  8:55 Sam James
2024-02-12 13:05 Sam James
2024-02-12 13:05 Sam James
2024-02-28  2:32 Ionen Wolkens
2024-07-08  3:19 Eli Schwartz
2024-08-23  4:10 Eli Schwartz
2024-08-23  4:10 Eli Schwartz
2024-09-02  5:08 Sam James
2024-09-19 23:54 Eli Schwartz

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=1574958866.9b6673ddd8470562a41d2d86bce8335e005f80e4.juippis@gentoo \
    --to=juippis@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