From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gi/
Date: Tue, 17 May 2022 21:09:48 +0000 (UTC) [thread overview]
Message-ID: <1652821785.2b5ccfe9e3dfcce36fa9bf645bd93f7fee6d1828.xgqt@gentoo> (raw)
commit: 2b5ccfe9e3dfcce36fa9bf645bd93f7fee6d1828
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 20:41:32 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue May 17 21:09:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5ccfe9
dev-scheme/guile-gi: drop useless static-libs USE flag
as QA requested
https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../{guile-gi-0.3.1-r1.ebuild => guile-gi-0.3.1-r2.ebuild} | 8 ++------
.../{guile-gi-0.3.2-r1.ebuild => guile-gi-0.3.2-r2.ebuild} | 8 ++------
dev-scheme/guile-gi/guile-gi-9999.ebuild | 8 ++------
3 files changed, 6 insertions(+), 18 deletions(-)
diff --git a/dev-scheme/guile-gi/guile-gi-0.3.1-r1.ebuild b/dev-scheme/guile-gi/guile-gi-0.3.1-r2.ebuild
similarity index 86%
rename from dev-scheme/guile-gi/guile-gi-0.3.1-r1.ebuild
rename to dev-scheme/guile-gi/guile-gi-0.3.1-r2.ebuild
index cf870f83e265..c479a13ae6a4 100644
--- a/dev-scheme/guile-gi/guile-gi-0.3.1-r1.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-0.3.1-r2.ebuild
@@ -18,7 +18,6 @@ fi
LICENSE="GPL-3"
SLOT="0"
-IUSE="static-libs"
RESTRICT="strip test" # Tests fail
DEPEND="
@@ -43,15 +42,12 @@ src_prepare() {
}
src_configure() {
- econf --enable-introspection=yes $(use_enable static-libs static)
+ econf --disable-static --enable-introspection=yes
}
src_install() {
default
mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
-
- if ! use static-libs ; then
- find "${ED}" -type f -name '*.la' -delete || die
- fi
+ find "${ED}" -type f -name '*.la' -delete || die
}
diff --git a/dev-scheme/guile-gi/guile-gi-0.3.2-r1.ebuild b/dev-scheme/guile-gi/guile-gi-0.3.2-r2.ebuild
similarity index 86%
rename from dev-scheme/guile-gi/guile-gi-0.3.2-r1.ebuild
rename to dev-scheme/guile-gi/guile-gi-0.3.2-r2.ebuild
index b5423a07a2d3..ee19feac31ae 100644
--- a/dev-scheme/guile-gi/guile-gi-0.3.2-r1.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-0.3.2-r2.ebuild
@@ -18,7 +18,6 @@ fi
LICENSE="GPL-3"
SLOT="0"
-IUSE="static-libs"
RESTRICT="strip"
DEPEND="
@@ -43,7 +42,7 @@ src_prepare() {
}
src_configure() {
- econf --enable-introspection=yes $(use_enable static-libs static)
+ econf --disable-static --enable-introspection=yes
}
src_test() {
@@ -54,8 +53,5 @@ src_install() {
default
mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
-
- if ! use static-libs ; then
- find "${ED}" -type f -name '*.la' -delete || die
- fi
+ find "${ED}" -type f -name '*.la' -delete || die
}
diff --git a/dev-scheme/guile-gi/guile-gi-9999.ebuild b/dev-scheme/guile-gi/guile-gi-9999.ebuild
index b5423a07a2d3..ee19feac31ae 100644
--- a/dev-scheme/guile-gi/guile-gi-9999.ebuild
+++ b/dev-scheme/guile-gi/guile-gi-9999.ebuild
@@ -18,7 +18,6 @@ fi
LICENSE="GPL-3"
SLOT="0"
-IUSE="static-libs"
RESTRICT="strip"
DEPEND="
@@ -43,7 +42,7 @@ src_prepare() {
}
src_configure() {
- econf --enable-introspection=yes $(use_enable static-libs static)
+ econf --disable-static --enable-introspection=yes
}
src_test() {
@@ -54,8 +53,5 @@ src_install() {
default
mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
-
- if ! use static-libs ; then
- find "${ED}" -type f -name '*.la' -delete || die
- fi
+ find "${ED}" -type f -name '*.la' -delete || die
}
next reply other threads:[~2022-05-17 21:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-17 21:09 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-30 13:52 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gi/ Sam James
2024-09-18 13:12 Arsen Arsenović
2023-10-01 15:37 Maciej Barć
2022-05-17 13:18 Maciej Barć
2021-12-30 21:47 Maciej Barć
2021-12-30 21:47 Maciej Barć
2021-12-03 22:55 Maciej Barć
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=1652821785.2b5ccfe9e3dfcce36fa9bf645bd93f7fee6d1828.xgqt@gentoo \
--to=xgqt@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