summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/kpublictransport: 22.12.1 version bumpAndreas Sturmlechner2023-01-052-0/+38
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/kosmindoormap: 22.12.1 version bumpAndreas Sturmlechner2023-01-052-0/+48
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/kopeninghours: 22.12.1 version bumpAndreas Sturmlechner2023-01-052-0/+65
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/libcbor: add 0.10.1Patrick McLean2023-01-052-0/+70
| | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-libs/intel-metrics-library: add missing dieConrad Kostecki2023-01-051-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-libs/intel-metrics-library: don't add -WerrorConrad Kostecki2023-01-051-1/+6
| | | | | Closes: https://bugs.gentoo.org/889840 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-libs/mdns: add myself (xgqt) as another co-maintainerMaciej Barć2023-01-051-0/+4
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-libs/mdns: add myself as a maintainerAlexey Sokolov2023-01-051-1/+8
| | | | | Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-libs/mdns: new package, add 1.4.2Marco Scardovi2023-01-053-0/+24
| | | | | Signed-off-by: Marco Scardovi <mscardovi@icloud.com> Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* dev-libs/libmodbus: drop 3.1.8Conrad Kostecki2023-01-052-32/+0
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-libs/libmodbus: x86 stableConrad Kostecki2023-01-051-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-libs/libmodbus: amd64 stableConrad Kostecki2023-01-051-2/+2
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-libs/protobuf: Stabilize 21.9 x86, #879971Sam James2023-01-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/protobuf: Stabilize 21.9 ppc, #879971Sam James2023-01-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/protobuf: Stabilize 21.9 hppa, #879971Sam James2023-01-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/protobuf: Stabilize 21.9 arm, #879971Sam James2023-01-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/flatbuffers: Bump to 23.1.4Michał Górny2023-01-052-0/+36
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/capstone: drop 5.0_rc2-r1Mario Haustein2023-01-051-82/+0
| | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libbpf: Fix install in cross-compilationYiFei Zhu2023-01-054-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch install would cause: * Bad lib64 usage detected: drwxr-xr-x 3 root root 4.0K Jan 4 06:31 /build/target/tmp/portage/dev-libs/libbpf-1.0.1/image/usr/lib64 lrwxrwxrwx 1 root root 11 Jan 4 06:31 /build/target/tmp/portage/dev-libs/libbpf-1.0.1/image/usr/lib64/libbpf.so -> libbpf.so.1 lrwxrwxrwx 1 root root 15 Jan 4 06:31 /build/target/tmp/portage/dev-libs/libbpf-1.0.1/image/usr/lib64/libbpf.so.1 -> libbpf.so.1.0.1 -rwxr-xr-x 1 root root 889K Jan 4 06:31 /build/target/tmp/portage/dev-libs/libbpf-1.0.1/image/usr/lib64/libbpf.so.1.0.1 drwxr-xr-x 2 root root 4.0K Jan 4 06:31 /build/target/tmp/portage/dev-libs/libbpf-1.0.1/image/usr/lib64/pkgconfig -rw-r--r-- 1 root root 294 Jan 4 06:31 /build/target/tmp/portage/dev-libs/libbpf-1.0.1/image/usr/lib64/pkgconfig/libbpf.pc * This arch (arm) should never use 'lib64'. PR #28323 commit bd8d3b7a7f3d (dev-libs/libbpf: Fix install in prefix") removed declaration of LIBDIR because it is default-initialized to: LIBDIR ?= $(PREFIX)/$(LIBSUBDIR) However this causes regression because while we do set: export LIBSUBDIR="$(get_libdir)" This does not take effect in the Makefile, because it does either one of: LIBSUBDIR := lib64 LIBSUBDIR := lib Environment variables don't take precedence over variables from makefiles unless -e is given. To minimize other possible regressions I'm explicitly whitelisting LIBSUBDIR for precedence over that from makefile. Reported-by: Aashay Shringarpure <aashay@google.com> Signed-off-by: YiFei Zhu <zhuyifei@google.com> Closes: https://github.com/gentoo/gentoo/pull/28962 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libsecp256k1: add 0.2.0Sam James2023-01-052-0/+80
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/serd: Drop broken and unused USE=static-libsSebastian Pipping2023-01-051-3/+2
| | | | | Closes: https://bugs.gentoo.org/874750 Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* dev-libs/keystone: Stabilize 0.9.2-r1 x86, #889718Arthur Zamarin2023-01-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/keystone: Stabilize 0.9.2-r1 amd64, #889718Arthur Zamarin2023-01-041-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/raft: fix MissingRemoteIdJoonas Niilola2023-01-041-0/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/raft: stabilize 0.16.0 for amd64Joonas Niilola2023-01-041-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/dqlite: stabilize 1.12.0 for amd64Joonas Niilola2023-01-041-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libb64: Stabilize 2.0.0.1 amd64, #889532Arthur Zamarin2023-01-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-libs/protobuf: backport 32-bit test fixesSam James2023-01-042-1/+120
| | | | | Closes: https://bugs.gentoo.org/875584 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/gost-engine: fix buildCraig Andrews2023-01-033-4/+11
| | | | | | | | | | libprov isn't included the GitHub generated release .tar.gz because it's a submodule. See: https://github.com/dear-github/dear-github/issues/214 Closes: https://bugs.gentoo.org/885983 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* dev-libs/libb64: Stabilize 2.0.0.1 x86, #889532Sam James2023-01-031-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: make mycmakeargs localDavid Seifert2023-01-0314-50/+29
| | | | | Closes: https://github.com/gentoo/gentoo/pull/28947 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libpwquality: Drop old versionsMatt Turner2023-01-033-134/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libgweather: Drop old versionsMatt Turner2023-01-034-140/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/glib: Drop old versionsMatt Turner2023-01-033-419/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/gjs: Drop old versionsMatt Turner2023-01-032-68/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/appstream-glib: Drop old versionsMatt Turner2023-01-032-64/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/xapian-bindings: Stabilize 1.4.21 amd64, #878555Sam James2023-01-031-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/xapian: Stabilize 1.4.21 amd64, #878555Sam James2023-01-031-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libfmt: Stabilize 9.1.0-r1 amd64, #887027Sam James2023-01-031-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libbsd: add freedesktop-gitlab upstream metadataSam James2023-01-031-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libbsd: update maintainersSam James2023-01-031-0/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libmemcached: keyword 1.0.18-r4 for ~loongWANG Xuerui2023-01-031-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-libs/gdl: keyword 3.40.0 for ~loongWANG Xuerui2023-01-031-2/+2
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-libs/miniz: Stabilize 2.2.0-r1 x86, #886877Sam James2023-01-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/miniz: Stabilize 2.2.0-r1 ppc, #886877Sam James2023-01-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/miniz: Stabilize 2.2.0-r1 ppc64, #886877Sam James2023-01-021-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libclc: Add 16.0.0_pre20230101 snapshotMichał Górny2023-01-012-0/+85
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libjcat: drop 0.1.11David Seifert2023-01-012-69/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libdbusmenu: remove stale VALA_MIN_API_VERSIONDavid Seifert2023-01-011-2/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/granite: remove stale VALA_MIN_API_VERSIONDavid Seifert2023-01-011-2/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>