From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cdk/
Date: Mon, 07 Apr 2025 03:48:30 +0000 (UTC) [thread overview]
Message-ID: <1743997685.424a52f32c0addf39a4bef25de31bf44c5a37539.sam@gentoo> (raw)
commit: 424a52f32c0addf39a4bef25de31bf44c5a37539
Author: Z. Liu <zhixu.liu <AT> gmail <DOT> com>
AuthorDate: Sat Jan 18 14:59:25 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 7 03:48:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424a52f3
dev-libs/cdk: add --with-shlib-version=abi for configure
so for example:
/usr/lib64/libcdk.so -> libcdk.so.6.3.4 -> libcdk.so.5.0
will turn into:
/usr/lib64/libcdk.so -> libcdk.so.5.0 -> libcdk.so.6.3.4
libcdk.so.6.3.4 is the soname, will be kept by preserved-libs
update subsolot to full soname version too
Closes: https://bugs.gentoo.org/831226
Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/41471
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../cdk/{cdk-5.0.20230201-r1.ebuild => cdk-5.0.20230201-r2.ebuild} | 3 ++-
dev-libs/cdk/cdk-5.0.20230201.ebuild | 2 +-
dev-libs/cdk/{cdk-5.0.20240331.ebuild => cdk-5.0.20240331-r1.ebuild} | 3 ++-
.../cdk/{cdk-5.0.20240619-r1.ebuild => cdk-5.0.20240619-r2.ebuild} | 3 ++-
dev-libs/cdk/{cdk-5.0.20250116.ebuild => cdk-5.0.20250116-r1.ebuild} | 3 ++-
5 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/dev-libs/cdk/cdk-5.0.20230201-r1.ebuild b/dev-libs/cdk/cdk-5.0.20230201-r2.ebuild
similarity index 95%
rename from dev-libs/cdk/cdk-5.0.20230201-r1.ebuild
rename to dev-libs/cdk/cdk-5.0.20230201-r2.ebuild
index 053878f3b112..13870b93071e 100644
--- a/dev-libs/cdk/cdk-5.0.20230201-r1.ebuild
+++ b/dev-libs/cdk/cdk-5.0.20230201-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/${PN}/${MY_P}.tgz
S="${WORKDIR}"/${MY_P}
LICENSE="MIT"
-SLOT="0/6" # subslot = soname version
+SLOT="0/6.3.4" # subslot = soname version, check VERSION
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="examples unicode"
@@ -41,6 +41,7 @@ src_configure() {
--enable-const \
--with-shared \
--with-pkg-config \
+ --with-shlib-version=abi \
--with-ncurses$(usex unicode "w" "")
}
diff --git a/dev-libs/cdk/cdk-5.0.20230201.ebuild b/dev-libs/cdk/cdk-5.0.20230201.ebuild
index e4f46bdd5dd0..321d778032d6 100644
--- a/dev-libs/cdk/cdk-5.0.20230201.ebuild
+++ b/dev-libs/cdk/cdk-5.0.20230201.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/${PN}/${MY_P}.tgz
S="${WORKDIR}"/${MY_P}
LICENSE="MIT"
-SLOT="0/6" # subslot = soname version
+SLOT="0/6.3.4" # subslot = soname version, check VERSION
KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="examples unicode"
diff --git a/dev-libs/cdk/cdk-5.0.20240331.ebuild b/dev-libs/cdk/cdk-5.0.20240331-r1.ebuild
similarity index 95%
rename from dev-libs/cdk/cdk-5.0.20240331.ebuild
rename to dev-libs/cdk/cdk-5.0.20240331-r1.ebuild
index 7a2837499e80..97cceadcfe93 100644
--- a/dev-libs/cdk/cdk-5.0.20240331.ebuild
+++ b/dev-libs/cdk/cdk-5.0.20240331-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/${PN}/${MY_P}.tgz
S="${WORKDIR}"/${MY_P}
LICENSE="MIT"
-SLOT="0/6" # subslot = soname version
+SLOT="0/6.3.4" # subslot = soname version, check VERSION
KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="examples unicode"
@@ -41,6 +41,7 @@ src_configure() {
--enable-const \
--with-shared \
--with-pkg-config \
+ --with-shlib-version=abi \
--with-ncurses$(usex unicode "w" "")
}
diff --git a/dev-libs/cdk/cdk-5.0.20240619-r1.ebuild b/dev-libs/cdk/cdk-5.0.20240619-r2.ebuild
similarity index 95%
rename from dev-libs/cdk/cdk-5.0.20240619-r1.ebuild
rename to dev-libs/cdk/cdk-5.0.20240619-r2.ebuild
index b2fe41e7d07a..01a06bd4900f 100644
--- a/dev-libs/cdk/cdk-5.0.20240619-r1.ebuild
+++ b/dev-libs/cdk/cdk-5.0.20240619-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/${PN}/${MY_P}.tgz
S="${WORKDIR}"/${MY_P}
LICENSE="MIT"
-SLOT="0/6" # subslot = soname version
+SLOT="0/6.3.4" # subslot = soname version, check VERSION
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="examples unicode"
@@ -45,6 +45,7 @@ src_configure() {
--enable-const \
--with-shared \
--with-pkg-config \
+ --with-shlib-version=abi \
--enable-pc-files \
--with-pkg-config-libdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig" \
--with-ncurses$(usex unicode "w" "")
diff --git a/dev-libs/cdk/cdk-5.0.20250116.ebuild b/dev-libs/cdk/cdk-5.0.20250116-r1.ebuild
similarity index 95%
rename from dev-libs/cdk/cdk-5.0.20250116.ebuild
rename to dev-libs/cdk/cdk-5.0.20250116-r1.ebuild
index 57e04aacc320..5cf7ec3c7880 100644
--- a/dev-libs/cdk/cdk-5.0.20250116.ebuild
+++ b/dev-libs/cdk/cdk-5.0.20250116-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/${PN}/${MY_P}.tgz
S="${WORKDIR}"/${MY_P}
LICENSE="MIT"
-SLOT="0/6" # subslot = soname version
+SLOT="0/6.3.5" # subslot = soname version, check VERSION
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="examples unicode"
@@ -42,6 +42,7 @@ src_configure() {
--with-shared \
--with-pkg-config \
--enable-pc-files \
+ --with-shlib-version=abi \
--with-pkg-config-libdir="${EPREFIX}/usr/$(get_libdir)/pkgconfig" \
--with-ncurses$(usex unicode "w" "")
}
next reply other threads:[~2025-04-07 3:48 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-07 3:48 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-07 3:51 [gentoo-commits] repo/gentoo:master commit in: dev-libs/cdk/ Sam James
2025-01-18 18:41 Arthur Zamarin
2024-11-23 17:21 Michał Górny
2024-11-23 10:32 Sam James
2024-11-23 10:24 Sam James
2024-11-23 10:24 Sam James
2024-11-23 10:20 Sam James
2024-11-23 10:20 Sam James
2024-04-06 9:11 Sam James
2023-12-06 16:01 Sam James
2023-04-05 12:39 Arthur Zamarin
2023-04-04 23:17 Sam James
2023-04-04 22:52 Sam James
2023-04-04 22:42 Sam James
2023-04-04 22:42 Sam James
2023-02-26 18:35 Arthur Zamarin
2023-02-25 18:21 Arthur Zamarin
2023-02-25 18:20 Arthur Zamarin
2023-02-25 18:18 Arthur Zamarin
2023-02-25 18:18 Arthur Zamarin
2023-02-05 19:54 Sam James
2023-02-05 19:54 Sam James
2022-10-27 5:31 Sam James
2022-08-10 20:29 Sam James
2022-01-23 16:23 Jonas Stein
2021-12-20 4:08 Sam James
2021-07-27 3:16 Sam James
2021-07-26 11:17 Sam James
2021-07-18 6:35 Agostino Sarubbo
2021-07-18 6:34 Agostino Sarubbo
2021-07-18 6:33 Agostino Sarubbo
2021-05-19 3:23 Sam James
2021-05-17 22:36 Sam James
2021-05-17 22:36 Sam James
2021-05-09 12:53 David Seifert
2020-08-05 1:03 Sam James
2019-04-06 22:23 Patrice Clement
2019-01-27 11:05 Pacho Ramos
2017-11-08 22:27 Sergei Trofimovich
2017-10-29 21:08 Thomas Deutschmann
2017-10-05 8:37 Sergei Trofimovich
2017-09-15 15:38 Tobias Klausmann
2017-09-10 20:46 Sergei Trofimovich
2017-09-07 20:50 Sergei Trofimovich
2017-09-07 19:24 Sergei Trofimovich
2017-01-29 16:07 Fabian Groffen
2016-10-02 8:13 Jeroen Roovers
2016-08-20 23:23 Tim Harder
2016-08-19 3:13 Tim Harder
2016-05-26 8:34 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1743997685.424a52f32c0addf39a4bef25de31bf44c5a37539.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox