Сравнение libserdes-5.4.0-r1 с libserdes-5.4.0-r2
| /usr/portage/dev-libs/libserdes/libserdes-5.4.0-r2.ebuild 2025-07-29 16:22:13.168450521 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2021 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
DESCRIPTION="Avro SerializationDeserialization w/ Confluent schema-registry support" |
| 7 | 7 |
HOMEPAGE="https://github.com/confluentinc/libserdes" |
| ... | ... | |
| 9 | 9 | |
| 10 | 10 |
LICENSE="Apache-2.0" |
| 11 | 11 |
SLOT="0" |
| 12 |
KEYWORDS="amd64" |
|
| 12 |
KEYWORDS="~amd64" |
|
| 13 | 13 | |
| 14 | 14 |
DEPEND="dev-libs/jansson:= |
| 15 | 15 |
net-misc/curl |
| 16 | 16 |
dev-libs/avro-c" |
| 17 | 17 |
RDEPEND="${DEPEND}"
|
| 18 | ||
| 19 |
src_install() {
|
|
| 20 |
default |
|
| 21 |
# NIH reinvention of autoconf does not support autotools options |
|
| 22 |
# such as controlling shared/static libs |
|
| 23 |
rm "${ED}"/usr/$(get_libdir)/libserdes.a || die
|
|
| 24 |
} |
|