public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Artemis Everfree" <artemis@artemis.sh>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/libuecc/
Date: Thu,  2 Feb 2023 19:45:10 +0000 (UTC)	[thread overview]
Message-ID: <1675367066.99306e3cd2a902f90785d97154a97f960b79c9c1.artemis@gentoo> (raw)

commit:     99306e3cd2a902f90785d97154a97f960b79c9c1
Author:     Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Thu Feb  2 19:43:31 2023 +0000
Commit:     Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Thu Feb  2 19:44:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99306e3c

net-libs/libuecc: Add static-libs USE flag

Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>

 net-libs/libuecc/libuecc-7.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-libs/libuecc/libuecc-7.ebuild b/net-libs/libuecc/libuecc-7.ebuild
index 0baec7b98..4bd66bee6 100644
--- a/net-libs/libuecc/libuecc-7.ebuild
+++ b/net-libs/libuecc/libuecc-7.ebuild
@@ -12,7 +12,11 @@ SRC_URI="https://github.com/NeoRaider/libuecc/releases/download/v${PV}/${P}.tar.
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND=""
-IDEPEND=""
+IUSE="static-libs"
+
+src_install() {
+	cmake_src_install
+	if ! use static-libs; then
+		find "${ED}" -name "*.a" -delete
+	fi
+}


             reply	other threads:[~2023-02-02 19:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02 19:45 Artemis Everfree [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-25  1:40 [gentoo-commits] repo/proj/guru:dev commit in: net-libs/libuecc/ Artemis Everfree
2023-02-01  0:10 Artemis Everfree

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=1675367066.99306e3cd2a902f90785d97154a97f960b79c9c1.artemis@gentoo \
    --to=artemis@artemis.sh \
    --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