summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/bc: stable 1.07.1-r3 for ppc64Sergei Trofimovich2020-09-071-1/+1
| | | | | | | | stable wrt bug #737494 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/bc: stable 1.07.1-r3 for ppcSergei Trofimovich2020-08-231-1/+1
| | | | | | | | stable wrt bug # Tested-by: ernsteiswuerfel Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/bc: stable 1.07.1-r3 for hppa, bug #737494Rolf Eike Beer2020-08-191-1/+1
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/bc: amd64 stable wrt bug #737494Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bc: x86 stable wrt bug #737494Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bc: sparc stable wrt bug #737494Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bc: s390 stable wrt bug #737494Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bc: arm stable wrt bug #737494Agostino Sarubbo2020-08-171-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: downgrade m68k down to ~m68kSergei Trofimovich2020-04-211-1/+1
| | | | | | | | | m68k and ~m68k trees are inconsistent. Let's drop keywords down to ~m68k only. Profiles already accept both keywords: ACCEPT_KEYWORDS="m68k ~m68k" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-262-2/+2
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-devel/bc: remove oldMike Gilbert2020-01-171-51/+0
| | | | | Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-devel/bc: remove sandbox patchMike Gilbert2020-01-173-133/+2
| | | | | | | We can pick this up if/when upstream supports it. Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-devel: Remove *-fbsd KEYWORDSMichał Górny2019-10-113-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/bc: Add ~riscv keywordMikle Kolyada2019-05-051-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* sys-devel/bc: fix cross-compile builds #627126Mike Frysinger2018-09-172-0/+19
| | | | Fixes: https://bugs.gentoo.org/627126
* sys-devel/bc: replace ed usage with sedMike Frysinger2018-09-172-1/+24
| | | | | The ed usage here is minor and easy enough to convert to sed. This avoids a depend that no one else generally has.
* sys-devel/bc: add support for --sandbox & USE=forced-sandboxMike Frysinger2018-09-173-0/+189
| | | | | | | | | | | The dc tool has an ! command which allows for arbitrary system() calls which is not ideal for processing arbitrary user scripts. First add support for a --sandbox flag at runtime (like sed/gawk gnu tools), then add a USE=forced-sandbox option so people can lock it down. The patches have been sent to upstream, but considering how slow the bc project tends to move, and their lack of a project site/git repo, going to merge this now and just wait for upstream feedback.
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-232-2/+2
|
* sys-devel/bc: Drop oldMikle Kolyada2018-01-191-53/+0
| | | | | Closes: https://bugs.gentoo.org/635642 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-devel/bc: alpha/arm64/m68k/s390/sh stable (bug #643414)Mikle Kolyada2018-01-191-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-devel/bc: arm stable, bug #643414Markus Meier2018-01-101-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* sys-devel/bc: stable 1.06.95-r2 for hppa, bug #643414Sergei Trofimovich2018-01-081-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* sys-devel/bc: stable 1.06.95-r2 for ia64, bug #643414Sergei Trofimovich2018-01-061-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* sys-devel/bc: stable 1.06.95-r2 for ppc/ppc64, bug #643414Sergei Trofimovich2018-01-061-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* sys-devel/bc: stable 1.06.95-r2 for sparc, bug #643414Rolf Eike Beer2018-01-041-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* sys-devel/bc: Version 1.06.95-r2 stable for amd64 and x86.Lars Wendler2018-01-041-1/+1
| | | | | Bug: https://bugs.gentoo.org/643414 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-devel/bc: Added missing virtual/yacc dependency.Lars Wendler2018-01-042-21/+28
| | | | | Closes: https://bugs.gentoo.org/593924 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-devel/bc: fix configure by forcing bashFabian Groffen2017-12-013-2/+6
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-devel/bc: Drop oldThomas Deutschmann2017-10-281-50/+0
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-devel/bc: Rev bump to re-trigger mirroring of SRC_URIThomas Deutschmann2017-10-281-0/+49
| | | | | | | In addition, ebuild was bumped to EAPI=6. Closes: https://bugs.gentoo.org/615978 Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-devel/bc Add requirement on sys-apps/edMike Lothain2017-04-101-0/+1
| | | | | Seems a script calls it directly and it failed because it wasn't installed on my system Closes: https://github.com/gentoo/gentoo/pull/4402
* sys-devel/bc: Removed old.Lars Wendler2017-04-101-38/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* sys-devel/bc: Bump to version 1.07.1Lars Wendler2017-04-102-0/+50
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Revert "sys-devel/bc: Removed old."Lars Wendler2017-04-103-50/+38
| | | | | | This reverts commit 2bd9a41efc125c3bacf5e2cfb48ca4ea40855dc6. Accidently combined version bump with removal.
* sys-devel/bc: Removed old.Lars Wendler2017-04-103-38/+50
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* sys-devel/bc: add ~x64-cygwin keywordMichael Haubenwallner2017-03-211-1/+1
| | | | Package-Manager: portage-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-devel/bc: dropped ~ia64-hpux ~x86-freebsd ~x86-interixFabian Groffen2017-01-293-6/+6
| | | | Package-Manager: portage-2.3.3
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-2/+2
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* sys-devel/bc: mark 1.06.95-r1 arm64/m68k/s390/sh stableMike Frysinger2015-12-311-1/+1
|
* standardize various metadata.xml styleMike Frysinger2015-11-241-2/+2
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https for most gnu.org URLsJustin Lecher2015-08-243-3/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-087-0/+189
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed