public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/
Date: Wed,  9 Jun 2021 03:22:35 +0000 (UTC)	[thread overview]
Message-ID: <1623208910.7b981a0a91c05fc554d00e1108ff6890e6c60be5.telans@gentoo> (raw)

commit:     7b981a0a91c05fc554d00e1108ff6890e6c60be5
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Jun  9 03:21:50 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Jun  9 03:21:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b981a0a

net-libs/usockets: drop static-libs

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild | 10 ++++------
 net-libs/usockets/usockets-9999.ebuild               | 10 ++++------
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild b/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild
index d7d107c8c..0e1f15d5b 100644
--- a/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild
+++ b/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild
@@ -20,11 +20,11 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="libuv +ssl static-libs"
+IUSE="libuv +ssl"
 
 DEPEND="
-	libuv? ( dev-libs/libuv[static-libs(-)?] )
-	ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
+	libuv? ( dev-libs/libuv )
+	ssl? ( >=dev-libs/openssl-1.1.0 )
 "
 RDEPEND="${DEPEND}"
 
@@ -44,7 +44,5 @@ src_configure() {
 src_install() {
 	default
 	einstalldocs
-	if ! use static-libs; then
-		rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
-	fi
+	rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
 }

diff --git a/net-libs/usockets/usockets-9999.ebuild b/net-libs/usockets/usockets-9999.ebuild
index e40b7ed25..c08a9ad93 100644
--- a/net-libs/usockets/usockets-9999.ebuild
+++ b/net-libs/usockets/usockets-9999.ebuild
@@ -19,11 +19,11 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="libuv +ssl static-libs"
+IUSE="libuv +ssl"
 
 DEPEND="
-	libuv? ( dev-libs/libuv[static-libs(-)?] )
-	ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
+	libuv? ( dev-libs/libuv )
+	ssl? ( >=dev-libs/openssl-1.1.0 )
 "
 RDEPEND="${DEPEND}"
 
@@ -43,7 +43,5 @@ src_configure() {
 src_install() {
 	default
 	einstalldocs
-	if ! use static-libs; then
-		rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
-	fi
+	rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
 }


WARNING: multiple messages have this Message-ID (diff)
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-libs/usockets/
Date: Wed,  9 Jun 2021 03:39:06 +0000 (UTC)	[thread overview]
Message-ID: <1623208910.7b981a0a91c05fc554d00e1108ff6890e6c60be5.telans@gentoo> (raw)
Message-ID: <20210609033906.u_VgO2vxF7-jhZVEd-FpE9Anom9ujYUJUvd4mQu-8P8@z> (raw)

commit:     7b981a0a91c05fc554d00e1108ff6890e6c60be5
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Jun  9 03:21:50 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Jun  9 03:21:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b981a0a

net-libs/usockets: drop static-libs

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild | 10 ++++------
 net-libs/usockets/usockets-9999.ebuild               | 10 ++++------
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild b/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild
index d7d107c8c..0e1f15d5b 100644
--- a/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild
+++ b/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild
@@ -20,11 +20,11 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="libuv +ssl static-libs"
+IUSE="libuv +ssl"
 
 DEPEND="
-	libuv? ( dev-libs/libuv[static-libs(-)?] )
-	ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
+	libuv? ( dev-libs/libuv )
+	ssl? ( >=dev-libs/openssl-1.1.0 )
 "
 RDEPEND="${DEPEND}"
 
@@ -44,7 +44,5 @@ src_configure() {
 src_install() {
 	default
 	einstalldocs
-	if ! use static-libs; then
-		rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
-	fi
+	rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
 }

diff --git a/net-libs/usockets/usockets-9999.ebuild b/net-libs/usockets/usockets-9999.ebuild
index e40b7ed25..c08a9ad93 100644
--- a/net-libs/usockets/usockets-9999.ebuild
+++ b/net-libs/usockets/usockets-9999.ebuild
@@ -19,11 +19,11 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="libuv +ssl static-libs"
+IUSE="libuv +ssl"
 
 DEPEND="
-	libuv? ( dev-libs/libuv[static-libs(-)?] )
-	ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
+	libuv? ( dev-libs/libuv )
+	ssl? ( >=dev-libs/openssl-1.1.0 )
 "
 RDEPEND="${DEPEND}"
 
@@ -43,7 +43,5 @@ src_configure() {
 src_install() {
 	default
 	einstalldocs
-	if ! use static-libs; then
-		rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
-	fi
+	rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
 }


             reply	other threads:[~2021-06-09  3:22 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-09  3:22 Theo Anderson [this message]
2021-06-09  3:39 ` [gentoo-commits] repo/proj/guru:master commit in: net-libs/usockets/ Theo Anderson
  -- strict thread matches above, loose matches on Subject: below --
2024-05-16 16:41 [gentoo-commits] repo/proj/guru:dev " Aisha Tammy
2024-05-02 15:42 [gentoo-commits] repo/proj/guru:master " David Roman
2024-05-01  1:46 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2024-04-30 23:55 Aisha Tammy
2021-09-21  9:52 Arthur Zamarin
2021-05-03  9:52 Andrew Ammerlaan
2021-04-23 10:12 Aisha Tammy
2021-04-10 22:13 Aisha Tammy
2021-04-10 22:13 Aisha Tammy
2021-01-29 11:04 Aisha Tammy
2021-01-29 11:04 Aisha Tammy
2021-01-29  2:20 Aisha Tammy
2021-01-29  2:20 Aisha Tammy
2020-11-25 23:54 Aisha Tammy
2020-11-23 14:51 Aisha Tammy
2020-09-08 20:33 Aisha Tammy
2020-07-29 12:44 Aisha Tammy
2020-06-26 10:32 Aisha Tammy
2020-06-24  2:19 Aisha Tammy
2020-06-24  2:19 Aisha Tammy

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=1623208910.7b981a0a91c05fc554d00e1108ff6890e6c60be5.telans@gentoo \
    --to=telans@posteo.de \
    --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