public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Quincy Fleming" <quincyf467@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-core/
Date: Thu, 16 May 2024 02:16:30 +0000 (UTC)	[thread overview]
Message-ID: <1715825773.1ea39fbceb8e0f994851bb06b761e05b7f3edaf0.quincyf467@gentoo> (raw)

commit:     1ea39fbceb8e0f994851bb06b761e05b7f3edaf0
Author:     Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
AuthorDate: Thu May 16 02:15:22 2024 +0000
Commit:     Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
CommitDate: Thu May 16 02:16:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ea39fbc

dev-libs/octetos-core: update EAPI 7 -> 8

Signed-off-by: Quincy Fleming <quincyf467 <AT> protonmail.com>

 dev-libs/octetos-core/octetos-core-2.32.0_beta.ebuild | 14 ++++++++++++--
 dev-libs/octetos-core/octetos-core-2.62.1_beta.ebuild |  2 --
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-libs/octetos-core/octetos-core-2.32.0_beta.ebuild b/dev-libs/octetos-core/octetos-core-2.32.0_beta.ebuild
index 55a658e6c0..935a7d4e1f 100644
--- a/dev-libs/octetos-core/octetos-core-2.32.0_beta.ebuild
+++ b/dev-libs/octetos-core/octetos-core-2.32.0_beta.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MYPV="${PV/_beta/-beta/}"
 DESCRIPTION="C/C++ library to mainly provide Semantic Versioned implementation"
@@ -19,6 +19,7 @@ S="${WORKDIR}/${PN}-${MYPV}"
 
 LICENSE="GPL-3"
 SLOT="0"
+IUSE="static-libs"
 
 DEPEND="
 	dev-libs/libconfig
@@ -35,5 +36,14 @@ BDEPEND="
 
 src_prepare() {
 	default
-	eautoreconf -fi
+	eautoreconf
+}
+
+src_configure() {
+	econf $(usex static-libs --enable-static '')
+}
+
+src_install() {
+	emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install
+	find "${D}" -type f -iname '*.la' -delete || die
 }

diff --git a/dev-libs/octetos-core/octetos-core-2.62.1_beta.ebuild b/dev-libs/octetos-core/octetos-core-2.62.1_beta.ebuild
index 195767b866..935a7d4e1f 100644
--- a/dev-libs/octetos-core/octetos-core-2.62.1_beta.ebuild
+++ b/dev-libs/octetos-core/octetos-core-2.62.1_beta.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=8
 
-inherit toolchain-funcs
-
 MYPV="${PV/_beta/-beta/}"
 DESCRIPTION="C/C++ library to mainly provide Semantic Versioned implementation"
 HOMEPAGE="https://github.com/azaeldevel/octetos-core"


             reply	other threads:[~2024-05-16  2:16 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-16  2:16 Quincy Fleming [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-16  2:16 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-core/ Quincy Fleming
2021-12-18  0:05 Azael Reyes
2021-09-04 20:16 Azael Reyes
2021-09-04 20:16 Azael Reyes
2021-07-03 16:11 Azael Reyes
2021-07-03 15:58 Azael Reyes
2021-06-26 23:50 Azael Reyes
2021-05-25  8:10 Anna Vyalkova
2021-05-11  7:38 Andrew Ammerlaan
2021-05-11  2:48 Azael Reyes
2021-01-05  8:05 Azael Reyes
2020-12-15  6:21 Azael Reyes
2020-11-28  8:24 Theo Anderson
2020-11-03  3:12 Azael Reyes
2020-08-31  2:55 Azael Reyes
2020-08-24  7:49 Andrew Ammerlaan
2020-08-20 22:41 Azael Reyes
2020-08-20 22:41 Azael Reyes
2020-08-19 22:58 Azael Reyes
2020-08-12  7:50 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-12  7:49 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-12  5:41 Azael Reyes
2020-08-11  2:37 Azael Reyes
2020-06-30 21:11 Azael Reyes
2020-05-05  9:56 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-05  9:08 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-05  2:15 Azael Reyes
2020-05-01  9:59 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-01  9:30 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-30 17:39 Azael Reyes

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=1715825773.1ea39fbceb8e0f994851bb06b761e05b7f3edaf0.quincyf467@gentoo \
    --to=quincyf467@protonmail.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