summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/jsoncpp: stable 1.9.2-r1 for sparc, bug #702710Rolf Eike Beer2019-12-131-1/+1
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/jsoncpp: Remove redundant versionMichał Górny2019-12-132-68/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/ell: bump to 0.27Ben Kohler2019-12-132-0/+47
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* dev-libs/libev: drop oldYixun Lan2019-12-132-45/+0
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* dev-libs/libverto: bump to 0.3.1Eray Aslan2019-12-132-0/+52
| | | | | | | and cleanup Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Eray Aslan <eras@gentoo.org>
* dev-libs/libgit2: x86 stable (bug #702522)Thomas Deutschmann2019-12-131-1/+1
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/volume_key: [QA] Fix MissingTestRestrictMichał Górny2019-12-121-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/mongo-c-driver: [QA] Fix MissingTestRestrictMichał Górny2019-12-1213-13/+13
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/klibc: [QA] Fix MissingTestRestrictMichał Górny2019-12-121-2/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/starpu: Fix MissingTestRestrictMichał Górny2019-12-121-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libinput: Bump to version 1.14.901Lars Wendler2019-12-122-0/+80
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* */*: [QA] Remove redundant `|| die` on virtxDavid Seifert2019-12-123-3/+3
| | | | | | | * `virtx` never required `|| die` to begin with. Closes: https://github.com/gentoo/gentoo/pull/13954 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libgit2: amd64 stable wrt bug #702522Agostino Sarubbo2019-12-121-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libfmt: 6.1.2 version bump, EAPI=7Craig Andrews2019-12-113-3/+38
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-libs/console_bridge: bump to 0.4.4 and eapi7Alexis Ballier2019-12-113-2/+32
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-libs/console_bridge: Remove oldAlexis Ballier2019-12-113-60/+0
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* dev-libs/libgit2: arm64 stable (bug #702522)Aaron Bauman2019-12-111-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.81, Repoman-2.3.20
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-1126-47/+49
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libgit2: Bump to 0.28.4Michał Górny2019-12-112-0/+73
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libbpf-0.0.6: Version bumpPatrick McLean2019-12-102-0/+48
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-11177-62/+239
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libuv: fix HOMEPAGE in SRC_URIAaron Bauman2019-12-103-3/+3
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-libs/nss: stable 3.47.1 for hppa, bug #701840Rolf Eike Beer2019-12-101-1/+1
| | | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/dmalloc: ppc stable wrt bug #702404Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/intel-neo: remove oldMarek Szuba2019-12-104-132/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/intel-neo: bump to 19.48.14977Marek Szuba2019-12-102-0/+55
| | | | | | | | | | | | No major changes since 19.46 but Ice Lake support is now officially production-level again (for the record: according to upstream the failures in 19.46 and 19.47 were caused by time-outs due to increased test run time after 64-bit atomics had been enabled for ICL, thus making an increase of the threshold value the only change required to address this issue). Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/libhid: ppc stable wrt bug #702098Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/oniguruma: ppc stable wrt bug #702012Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/newt: ppc stable wrt bug #701956Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/dmalloc: ppc64 stable wrt bug #702404Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/nss: ppc stable wrt bug #701840Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/dmalloc: x86 stable wrt bug #702404Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/dmalloc: ia64 stable wrt bug #702404Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/dmalloc: sparc stable wrt bug #702404Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libhid: ppc64 stable wrt bug #702098Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libtasn1: Revbump to not install fuzzer tool anymoreLars Wendler2019-12-102-2/+42
| | | | | | | Thanks-to: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Closes: https://bugs.gentoo.org/701928 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-libs/dmalloc: amd64 stable wrt bug #702404Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/dmalloc: s390 stable wrt bug #702404Agostino Sarubbo2019-12-101-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="s390" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/librdkafka: bump to v1.3.0Thomas Deutschmann2019-12-102-0/+77
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/cygwin: drop last-rited pkgAaron Bauman2019-12-093-103/+0
| | | | | | Closes: https://bugs.gentoo.org/697344 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-libs/boehm-gc: use https:// homepageSergei Trofimovich2019-12-091-1/+1
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/editline: bump up to 1.16.1Sergei Trofimovich2019-12-092-0/+38
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/libxls: bump up to 1.5.2Sergei Trofimovich2019-12-093-0/+41
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/oniguruma: ppc64 stable wrt bug #702012Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/newt: ppc64 stable wrt bug #701956Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/vala-common: ppc stable wrt bug #702260Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libpwquality: ppc stable wrt bug #702260Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/gmime: ppc stable wrt bug #702260Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/glib: ppc stable wrt bug #702260Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/gjs: ppc stable wrt bug #702260Agostino Sarubbo2019-12-091-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>