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