public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/
Date: Tue,  7 Sep 2021 17:37:43 +0000 (UTC)	[thread overview]
Message-ID: <1631036175.98c7a719a5eaf81f4a0d04af513c990dc15088e2.floppym@gentoo> (raw)

commit:     98c7a719a5eaf81f4a0d04af513c990dc15088e2
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  5 00:30:45 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Sep  7 17:36:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c7a719

dev-libs/libgudev: drop static libs

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-libs/libgudev/{libgudev-234.ebuild => libgudev-234-r1.ebuild} | 8 ++++----
 .../libgudev/{libgudev-236-r1.ebuild => libgudev-236-r2.ebuild}   | 7 +++----
 dev-libs/libgudev/libgudev-236.ebuild                             | 7 +++----
 dev-libs/libgudev/{libgudev-237.ebuild => libgudev-237-r1.ebuild} | 7 +++----
 4 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/dev-libs/libgudev/libgudev-234.ebuild b/dev-libs/libgudev/libgudev-234-r1.ebuild
similarity index 82%
rename from dev-libs/libgudev/libgudev-234.ebuild
rename to dev-libs/libgudev/libgudev-234-r1.ebuild
index 0bfe45d3f9f..fa61270e62e 100644
--- a/dev-libs/libgudev/libgudev-234.ebuild
+++ b/dev-libs/libgudev/libgudev-234-r1.ebuild
@@ -11,11 +11,11 @@ HOMEPAGE="https://wiki.gnome.org/Projects/libgudev"
 LICENSE="LGPL-2.1+"
 SLOT="0/0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="introspection static-libs"
+IUSE="introspection"
 
 DEPEND="
-	>=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP},static-libs?]
-	>=virtual/libudev-199:=[${MULTILIB_USEDEP},static-libs(-)?]
+	>=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}]
+	>=virtual/libudev-199:=[${MULTILIB_USEDEP}]
 	introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
 "
 RDEPEND="${DEPEND}
@@ -32,7 +32,7 @@ BDEPEND="
 multilib_src_configure() {
 	local myconf=(
 		$(multilib_native_use_enable introspection)
-		$(use_enable static-libs static)
+		--disable-static
 		--disable-umockdev # umockdev tests currently don't pass (might need extra setup)
 	)
 	local ECONF_SOURCE="${S}"

diff --git a/dev-libs/libgudev/libgudev-236-r1.ebuild b/dev-libs/libgudev/libgudev-236-r2.ebuild
similarity index 84%
rename from dev-libs/libgudev/libgudev-236-r1.ebuild
rename to dev-libs/libgudev/libgudev-236-r2.ebuild
index be272c06c6b..84fcb3d13a8 100644
--- a/dev-libs/libgudev/libgudev-236-r1.ebuild
+++ b/dev-libs/libgudev/libgudev-236-r2.ebuild
@@ -12,12 +12,12 @@ SRC_URI="https://download.gnome.org/sources/libgudev/${PV}/${P}.tar.xz"
 LICENSE="LGPL-2.1+"
 SLOT="0/0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86"
-IUSE="introspection static-libs test"
+IUSE="introspection test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-	>=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP},static-libs?]
-	>=virtual/libudev-199:=[${MULTILIB_USEDEP},static-libs(-)?]
+	>=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}]
+	>=virtual/libudev-199:=[${MULTILIB_USEDEP}]
 	introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
 "
 DEPEND="${RDEPEND}
@@ -38,7 +38,6 @@ multilib_src_configure() {
 	local emesonargs=(
 		$(meson_native_use_feature introspection)
 		-Dgtk_doc=false
-		-Ddefault_library=$(usex static-libs both shared)
 		$(meson_feature test tests)
 		-Dvapi=disabled
 	)

diff --git a/dev-libs/libgudev/libgudev-236.ebuild b/dev-libs/libgudev/libgudev-236.ebuild
index 335ffc0b5cd..6f66a6b523f 100644
--- a/dev-libs/libgudev/libgudev-236.ebuild
+++ b/dev-libs/libgudev/libgudev-236.ebuild
@@ -12,11 +12,11 @@ SRC_URI="https://download.gnome.org/sources/libgudev/${PV}/${P}.tar.xz"
 LICENSE="LGPL-2.1+"
 SLOT="0/0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="introspection static-libs"
+IUSE="introspection"
 
 DEPEND="
-	>=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP},static-libs?]
-	>=virtual/libudev-199:=[${MULTILIB_USEDEP},static-libs(-)?]
+	>=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}]
+	>=virtual/libudev-199:=[${MULTILIB_USEDEP}]
 	introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
 "
 RDEPEND="${DEPEND}
@@ -36,7 +36,6 @@ multilib_src_configure() {
 	local emesonargs=(
 		$(meson_native_use_feature introspection)
 		-Dgtk_doc=false
-		-Ddefault_library=$(usex static-libs both shared)
 		-Dtests=disabled # umockdev tests currently don't pass (might need extra setup)
 		-Dvapi=disabled
 	)

diff --git a/dev-libs/libgudev/libgudev-237.ebuild b/dev-libs/libgudev/libgudev-237-r1.ebuild
similarity index 84%
rename from dev-libs/libgudev/libgudev-237.ebuild
rename to dev-libs/libgudev/libgudev-237-r1.ebuild
index 86c4bd72c19..29d5abcab2e 100644
--- a/dev-libs/libgudev/libgudev-237.ebuild
+++ b/dev-libs/libgudev/libgudev-237-r1.ebuild
@@ -12,12 +12,12 @@ SRC_URI="https://download.gnome.org/sources/libgudev/${PV}/${P}.tar.xz"
 LICENSE="LGPL-2.1+"
 SLOT="0/0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86"
-IUSE="introspection static-libs test"
+IUSE="introspection test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-	>=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP},static-libs?]
-	>=virtual/libudev-199:=[${MULTILIB_USEDEP},static-libs(-)?]
+	>=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP}]
+	>=virtual/libudev-199:=[${MULTILIB_USEDEP}]
 	introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
 "
 DEPEND="${RDEPEND}
@@ -37,7 +37,6 @@ multilib_src_configure() {
 	local emesonargs=(
 		$(meson_native_use_feature introspection)
 		-Dgtk_doc=false
-		-Ddefault_library=$(usex static-libs both shared)
 		$(meson_feature test tests)
 		-Dvapi=disabled
 	)


             reply	other threads:[~2021-09-07 17:37 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-07 17:37 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30  7:59 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/ Sam James
2024-08-20  6:14 Arthur Zamarin
2024-08-20  6:14 Arthur Zamarin
2024-08-20  5:59 Sam James
2024-08-20  5:59 Sam James
2024-08-20  5:59 Sam James
2024-08-20  5:59 Sam James
2023-09-01 16:07 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-07-31 15:22 Mike Gilbert
2023-07-20 19:12 Matt Turner
2023-02-15 18:38 Matt Turner
2022-10-30  1:50 Matt Turner
2022-05-24 11:14 WANG Xuerui
2021-11-28 19:01 Arthur Zamarin
2021-11-28 12:04 Andreas Sturmlechner
2021-11-23 19:59 Arthur Zamarin
2021-10-12  0:10 Sam James
2021-10-02 22:50 Sam James
2021-09-13 16:03 Sam James
2021-09-10  1:27 Sam James
2021-09-09  7:39 Agostino Sarubbo
2021-09-08  6:56 Agostino Sarubbo
2021-09-08  6:55 Agostino Sarubbo
2021-09-06  0:15 Sam James
2021-08-21 20:54 Mike Gilbert
2021-08-17  6:33 Matt Turner
2021-08-11 23:07 Sam James
2021-08-10  4:59 Sam James
2021-08-06 20:49 Sam James
2021-08-04 21:12 Marek Szuba
2021-08-01 15:04 Mike Gilbert
2021-07-31 22:26 Joshua Kinard
2021-07-29 21:14 Mike Gilbert
2021-07-26 17:30 Mike Gilbert
2021-07-24 20:27 Mike Gilbert
2021-05-21 14:54 Yixun Lan
2021-04-13 15:00 Sam James
2021-04-12 16:02 Sam James
2021-03-15 18:06 Sergei Trofimovich
2020-12-19 15:14 Mart Raudsepp
2020-01-11 20:19 Mart Raudsepp
2020-01-11 20:19 Mart Raudsepp
2019-10-27 15:31 Michał Górny
2019-10-13 19:04 Matt Turner
2019-09-14 23:36 Sergei Trofimovich
2019-09-08  1:13 Thomas Deutschmann
2019-09-03  0:16 Aaron Bauman
2019-09-02 10:11 Agostino Sarubbo
2019-09-02  9:32 Agostino Sarubbo
2019-09-02  7:25 Agostino Sarubbo
2019-09-01 18:20 Mikle Kolyada
2019-08-31  5:26 Mikle Kolyada
2019-08-04 10:29 Mart Raudsepp
2019-08-03 18:07 Mart Raudsepp
2018-12-30 18:48 Mikle Kolyada
2018-10-02 15:45 Mike Gilbert
2018-03-15  1:50 Mart Raudsepp
2017-12-27 13:02 Mart Raudsepp
2017-12-27  8:35 Markus Meier
2017-12-17 18:42 Mart Raudsepp
2017-11-18 13:20 Sergei Trofimovich
2017-11-06 21:15 Sergei Trofimovich
2017-11-06 20:49 Tobias Klausmann
2017-11-04 13:04 Sergei Trofimovich
2017-10-30  8:42 Sergei Trofimovich
2017-10-24 21:45 Sergei Trofimovich
2017-09-23 21:13 Thomas Deutschmann
2017-09-04 22:38 Gilles Dartiguelongue
2017-07-20  4:42 Markus Meier
2017-07-15 11:04 Tobias Klausmann
2017-07-09 18:18 Sergei Trofimovich
2017-02-20 17:53 Mike Gilbert
2016-12-06 20:22 Markus Meier
2016-09-11 11:28 Gilles Dartiguelongue
2016-03-04  8:13 Stephen Klimaszewski
2016-01-11  9:56 Agostino Sarubbo
2016-01-10 11:22 Agostino Sarubbo
2016-01-09  7:00 Agostino Sarubbo
2016-01-07 20:13 Markus Meier
2015-12-26 12:03 Agostino Sarubbo
2015-12-19  6:18 Jeroen Roovers
2015-12-14 16:13 Agostino Sarubbo
2015-12-14  7:54 Anthony G. Basile

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=1631036175.98c7a719a5eaf81f4a0d04af513c990dc15088e2.floppym@gentoo \
    --to=floppym@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