mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/abseil-cpp: split new libs
This commit is contained in:
parent
c991f878d6
commit
2f21648e38
@ -2,7 +2,7 @@
|
||||
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
|
||||
pkgname=abseil-cpp
|
||||
pkgver=20230125.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Abseil Common Libraries (C++) "
|
||||
url="https://abseil.io/"
|
||||
arch="all"
|
||||
@ -21,6 +21,7 @@ source="https://github.com/abseil/abseil-cpp/archive/$pkgver/abseil-cpp-$pkgver.
|
||||
"
|
||||
|
||||
_libs="
|
||||
atomic_hook_test_helper
|
||||
bad_any_cast_impl
|
||||
bad_optional_access
|
||||
bad_variant_access
|
||||
@ -41,6 +42,7 @@ _libs="
|
||||
demangle_internal
|
||||
die_if_null
|
||||
examine_stack
|
||||
exception_safety_testing
|
||||
exponential_biased
|
||||
failure_signal_handler
|
||||
flags
|
||||
@ -57,6 +59,7 @@ _libs="
|
||||
flags_usage_internal
|
||||
graphcycles_internal
|
||||
hash
|
||||
hash_generator_testing
|
||||
hashtablez_sampler
|
||||
int128
|
||||
leak_check
|
||||
@ -72,11 +75,16 @@ _libs="
|
||||
log_internal_message
|
||||
log_internal_nullguard
|
||||
log_internal_proto
|
||||
log_internal_test_actions
|
||||
log_internal_test_helpers
|
||||
log_internal_test_matchers
|
||||
log_severity
|
||||
log_sink
|
||||
low_level_hash
|
||||
malloc_internal
|
||||
per_thread_sem_test_common
|
||||
periodic_sampler
|
||||
pow10_helper
|
||||
random_distributions
|
||||
random_internal_distribution_test_util
|
||||
random_internal_platform
|
||||
@ -90,8 +98,11 @@ _libs="
|
||||
random_seed_sequences
|
||||
raw_hash_set
|
||||
raw_logging_internal
|
||||
scoped_mock_log
|
||||
scoped_set_env
|
||||
spinlock_test_common
|
||||
spinlock_wait
|
||||
stack_consumption
|
||||
stacktrace
|
||||
status
|
||||
statusor
|
||||
@ -101,8 +112,10 @@ _libs="
|
||||
strings_internal
|
||||
symbolize
|
||||
synchronization
|
||||
test_instance_tracker
|
||||
throw_delegate
|
||||
time
|
||||
time_internal_test_util
|
||||
time_zone
|
||||
"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user