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: Wed, 2 Jun 2021 12:59:15 +0000 (UTC) [thread overview]
Message-ID: <1622638745.8feca869bccd896f2b6637f41e44c4d6088a073e.juippis@gentoo> (raw)
commit: 8feca869bccd896f2b6637f41e44c4d6088a073e
Author: Gavin Howard <yzena.tech <AT> gmail <DOT> com>
AuthorDate: Wed May 12 04:39:42 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun 2 12:59:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8feca869
sci-calculators/bc-gh: remove old versions
Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Gavin D. Howard <gavin <AT> yzena.com>
Closes: https://github.com/gentoo/gentoo/pull/20780
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-calculators/bc-gh/Manifest | 3 ---
sci-calculators/bc-gh/bc-gh-3.3.3.ebuild | 18 ------------------
sci-calculators/bc-gh/bc-gh-3.3.4.ebuild | 18 ------------------
sci-calculators/bc-gh/bc-gh-4.0.0.ebuild | 18 ------------------
4 files changed, 57 deletions(-)
diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest
index 6d5f8d5936d..e241bcd9b85 100644
--- a/sci-calculators/bc-gh/Manifest
+++ b/sci-calculators/bc-gh/Manifest
@@ -1,4 +1 @@
-DIST bc-3.3.3.tar.xz 229688 BLAKE2B 7d06565161b37216f60d1037b48a254eb467f41a66170e2a6b8f188b33aeeabaf8568ebb66e402d5010aa5991a4a197ea746959808f5c3d2e94c4eab80c90f20 SHA512 dfdd8023453406d9f681e04da7acaad4459e632fded0f2edb2b51607438a27074935af6db4b3580120daf56e6b52283275d0c2c809380caa164957f1901e9dde
-DIST bc-3.3.4.tar.xz 230264 BLAKE2B 38a6689a76c30127d5e27004c424cf4f9d1922129ab5235ab72f62f63f319e6b7d64c27a5f7a3ecd4a44001bb6eaa3990f5d0134548008233e7f28ae297f8fcd SHA512 212b36a3fafbda28c6416d29e2d9e49272c42d95dcdc3bbbb3691e4686ca3f0a9fec883a099d059c5bd21a9b08bf5b2eff01169de20df9777c2fce66a8cda783
-DIST bc-4.0.0.tar.xz 235496 BLAKE2B 434fa63f51646270ea9c0d7d31ef82df51539095fa53277df6e63fe5677e19f2c236dbdb88974906e2f63768e23c411c1bf5677e126fd21a6994912c40ef772e SHA512 e25f4377df81c14f7036fdcbcd503a10ebb4e2663b182da78928aad871b22940c503d54f9a7942798d4e1f38e0487047f492348041a229f18e0fd0e45aab33b3
DIST bc-4.0.2.tar.xz 235464 BLAKE2B 8a0a2a77bdeba924994060ba8b1dd8e6f7fbbc9ac850f58e98fdfcf2bc50890772b1f8cc344ed2e05a936487a693a26f6a2a349b93e520c01a7ac7ad0465d66d SHA512 f3564cb953bca2003c9fd565b3114a2701de4437c6db3cace29edab186d3270cd98f66f3eb1a45fd074a44736fef39f78675959f400c1c23a4a2e930d469c059
diff --git a/sci-calculators/bc-gh/bc-gh-3.3.3.ebuild b/sci-calculators/bc-gh/bc-gh-3.3.3.ebuild
deleted file mode 100644
index 89c8c7658af..00000000000
--- a/sci-calculators/bc-gh/bc-gh-3.3.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021 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 ~arm64 ~x86"
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
- EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl || die
-}
diff --git a/sci-calculators/bc-gh/bc-gh-3.3.4.ebuild b/sci-calculators/bc-gh/bc-gh-3.3.4.ebuild
deleted file mode 100644
index 89c8c7658af..00000000000
--- a/sci-calculators/bc-gh/bc-gh-3.3.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021 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 ~arm64 ~x86"
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
- EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl || die
-}
diff --git a/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild b/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild
deleted file mode 100644
index d44ebce73e5..00000000000
--- a/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 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://git.yzena.com/gavin/bc"
-SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-S="${WORKDIR}/bc-${PV}"
-
-src_configure() {
- EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl || die
-}
next reply other threads:[~2021-06-02 12:59 UTC|newest]
Thread overview: 91+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-02 12:59 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-05 23:09 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/ Sam James
2025-04-28 12:36 Arthur Zamarin
2025-04-28 5:11 Sam James
2025-04-28 5:02 Sam James
2025-04-28 4:49 Sam James
2024-09-19 23:54 Eli Schwartz
2024-09-02 5:08 Sam James
2024-08-23 4:10 Eli Schwartz
2024-08-23 4:10 Eli Schwartz
2024-07-08 3:19 Eli Schwartz
2024-02-28 2:32 Ionen Wolkens
2024-02-12 13:05 Sam James
2024-02-12 13:05 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 8:55 Sam James
2024-01-10 13:12 Andrew Ammerlaan
2024-01-10 13:12 Andrew Ammerlaan
2023-10-27 8:17 Andrew Ammerlaan
2023-10-01 7:34 Sam James
2023-10-01 7:34 Sam James
2023-09-22 6:51 Arthur Zamarin
2023-06-04 3:47 Sam James
2023-06-04 3:47 Sam James
2023-06-04 3:47 Sam James
2023-04-16 7:18 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 6:56 Sam James
2023-04-16 6:41 Joonas Niilola
2023-04-16 6:41 Joonas Niilola
2023-03-19 3:22 Sam James
2023-03-10 6:53 Sam James
2023-03-10 6:53 Sam James
2023-02-28 5:34 Sam James
2023-02-19 19:56 Sam James
2023-02-13 3:41 Matt Turner
2023-02-01 7:27 Sam James
2023-01-01 21:10 Sam James
2023-01-01 21:10 Sam James
2022-12-28 0:33 Sam James
2022-12-27 19:53 Sam James
2022-12-27 19:45 Sam James
2022-12-27 13:40 Sam James
2022-12-27 11:31 Sam James
2022-12-18 11:45 James Le Cuirot
2022-12-18 1:50 Yixun Lan
2022-12-16 21:19 Arthur Zamarin
2022-12-16 21:19 Arthur Zamarin
2022-12-16 21:19 Arthur Zamarin
2022-12-16 18:26 Arthur Zamarin
2022-11-19 6:04 Ionen Wolkens
2022-11-19 6:04 Ionen Wolkens
2022-11-18 8:17 Joonas Niilola
2022-06-24 13:04 Andrew Ammerlaan
2022-06-24 13:04 Andrew Ammerlaan
2021-11-28 0:20 Ionen Wolkens
2021-11-10 10:59 Ionen Wolkens
2021-11-10 10:59 Ionen Wolkens
2021-10-19 3:04 Ionen Wolkens
2021-08-10 9:51 Ionen Wolkens
2021-06-02 12:59 Joonas Niilola
2021-05-04 13:30 Joonas Niilola
2021-03-19 7:35 Joonas Niilola
2021-03-19 7:35 Joonas Niilola
2021-03-05 16:18 Joonas Niilola
2021-03-04 14:09 Joonas Niilola
2021-03-04 14:09 Joonas Niilola
2021-02-22 14:47 Joonas Niilola
2021-02-10 14:55 Joonas Niilola
2020-12-09 9:42 Joonas Niilola
2020-12-09 9:42 Joonas Niilola
2020-11-03 9:17 Joonas Niilola
2020-10-13 12:06 Joonas Niilola
2020-10-13 12:06 Joonas Niilola
2020-08-21 7:15 Joonas Niilola
2020-08-11 8:35 Sam James
2020-07-20 12:33 Joonas Niilola
2020-05-17 16:42 Joonas Niilola
2020-05-17 16:42 Joonas Niilola
2020-05-05 8:47 Joonas Niilola
2020-04-16 8:11 Joonas Niilola
2020-04-16 8:11 Joonas Niilola
2020-04-14 8:35 Joonas Niilola
2020-02-20 13:27 Joonas Niilola
2019-11-28 16:34 Joonas Niilola
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=1622638745.8feca869bccd896f2b6637f41e44c4d6088a073e.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