public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/gpds/
Date: Sun, 18 Feb 2024 07:40:45 +0000 (UTC)	[thread overview]
Message-ID: <1708241964.8c4ed017eaee87750cdd560cecb34cc1b6d7d068.vowstar@gentoo> (raw)

commit:     8c4ed017eaee87750cdd560cecb34cc1b6d7d068
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sun Feb 18 07:39:24 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sun Feb 18 07:39:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c4ed017

dev-libs/gpds: fix installs .a without static-libs USE

Closes: https://bugs.gentoo.org/924853
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-libs/gpds/gpds-1.8.3.ebuild | 2 +-
 dev-libs/gpds/gpds-1.8.4.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/gpds/gpds-1.8.3.ebuild b/dev-libs/gpds/gpds-1.8.3.ebuild
index 448e5e5ace..b4340764b5 100644
--- a/dev-libs/gpds/gpds-1.8.3.ebuild
+++ b/dev-libs/gpds/gpds-1.8.3.ebuild
@@ -42,5 +42,5 @@ src_configure() {
 
 src_install() {
 	cmake_src_install
-	# use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a || die
+	use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a || die
 }

diff --git a/dev-libs/gpds/gpds-1.8.4.ebuild b/dev-libs/gpds/gpds-1.8.4.ebuild
index da398d0dfa..0f02dffe4c 100644
--- a/dev-libs/gpds/gpds-1.8.4.ebuild
+++ b/dev-libs/gpds/gpds-1.8.4.ebuild
@@ -38,4 +38,5 @@ src_configure() {
 
 src_install() {
 	cmake_src_install
+	use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a || die
 }


WARNING: multiple messages have this Message-ID (diff)
From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/gpds/
Date: Sun, 18 Feb 2024 07:40:23 +0000 (UTC)	[thread overview]
Message-ID: <1708241964.8c4ed017eaee87750cdd560cecb34cc1b6d7d068.vowstar@gentoo> (raw)
Message-ID: <20240218074023.cCafKUeg_PNP6yLpd8yheexm8YJlwJbetkqiCLvsMzA@z> (raw)

commit:     8c4ed017eaee87750cdd560cecb34cc1b6d7d068
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sun Feb 18 07:39:24 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sun Feb 18 07:39:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c4ed017

dev-libs/gpds: fix installs .a without static-libs USE

Closes: https://bugs.gentoo.org/924853
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-libs/gpds/gpds-1.8.3.ebuild | 2 +-
 dev-libs/gpds/gpds-1.8.4.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/gpds/gpds-1.8.3.ebuild b/dev-libs/gpds/gpds-1.8.3.ebuild
index 448e5e5ace..b4340764b5 100644
--- a/dev-libs/gpds/gpds-1.8.3.ebuild
+++ b/dev-libs/gpds/gpds-1.8.3.ebuild
@@ -42,5 +42,5 @@ src_configure() {
 
 src_install() {
 	cmake_src_install
-	# use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a || die
+	use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a || die
 }

diff --git a/dev-libs/gpds/gpds-1.8.4.ebuild b/dev-libs/gpds/gpds-1.8.4.ebuild
index da398d0dfa..0f02dffe4c 100644
--- a/dev-libs/gpds/gpds-1.8.4.ebuild
+++ b/dev-libs/gpds/gpds-1.8.4.ebuild
@@ -38,4 +38,5 @@ src_configure() {
 
 src_install() {
 	cmake_src_install
+	use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a || die
 }


             reply	other threads:[~2024-02-18  7:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-18  7:40 Rui Huang [this message]
2024-02-18  7:40 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/gpds/ Rui Huang
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 10:18 Rui Huang
2024-10-04 10:24 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
2024-10-04 10:18 [gentoo-commits] repo/proj/guru:dev " Rui Huang
2024-10-04 10:24 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
2024-02-19  2:44 Rui Huang
2024-02-19  2:44 [gentoo-commits] repo/proj/guru:dev " Rui Huang
2024-02-19  2:44 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
2024-02-18  8:01 Rui Huang
2024-02-18  5:13 Rui Huang
2024-02-17 15:48 Rui Huang
2024-02-17 15:48 Rui Huang
2023-11-20 14:14 David Roman
2023-10-08 20:58 David Roman
2023-10-08 20:58 David Roman

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=1708241964.8c4ed017eaee87750cdd560cecb34cc1b6d7d068.vowstar@gentoo \
    --to=vowstar@gmail.com \
    --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