public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/imsg-compat/
Date: Wed,  4 Sep 2024 22:28:25 +0000 (UTC)	[thread overview]
Message-ID: <1725488895.0cda650625cee3576f035df1a0fbdc5e7d22cf12.epsilon-0@gentoo> (raw)

commit:     0cda650625cee3576f035df1a0fbdc5e7d22cf12
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Sep  4 22:27:25 2024 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Sep  4 22:28:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cda6506

dev-libs/imsg-compat: update to 8.0.0

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-libs/imsg-compat/Manifest                      |  1 +
 ...compat-9999.ebuild => imsg-compat-8.0.0.ebuild} | 24 ++++------------------
 dev-libs/imsg-compat/imsg-compat-9999.ebuild       | 24 ++++------------------
 3 files changed, 9 insertions(+), 40 deletions(-)

diff --git a/dev-libs/imsg-compat/Manifest b/dev-libs/imsg-compat/Manifest
index c63e686c8..47a508de2 100644
--- a/dev-libs/imsg-compat/Manifest
+++ b/dev-libs/imsg-compat/Manifest
@@ -1 +1,2 @@
 DIST imsg-compat-6.8.2.tar.gz 11672 BLAKE2B 6020ef6c2b5e025a6bc16b1618c343702b066948d913aaa4c98dc4474b9e25564b32313367724b1389d851dc43a73e450235d24414d84c5f1371c2540ca63961 SHA512 596d6ce353cecf957d6e680a3d7f3335b40fa7ea738e2f771a4a06878da29d56c1cddf5c8c7d05ac615afe56eab159bf33811a0cf35fbe0d07883a6c91047069
+DIST imsg-compat-8.0.0.tar.gz 16474 BLAKE2B 74c9bff1910e2f5bc3a0e2dc8dfa1f2ab87088282ab6c45d23365f6042326cd9b66721b622abb81d37ad7946811d25b8c9002fcfabbc21bf79f38ae1733cf0dc SHA512 532742d16c817fded6299d0baccaf779cc0d989280d471df92ddf4340215b91a709fb231a2a1b553eb5f950f15e73d87031634270f19635d6f274dc7246adda9

diff --git a/dev-libs/imsg-compat/imsg-compat-9999.ebuild b/dev-libs/imsg-compat/imsg-compat-8.0.0.ebuild
similarity index 53%
copy from dev-libs/imsg-compat/imsg-compat-9999.ebuild
copy to dev-libs/imsg-compat/imsg-compat-8.0.0.ebuild
index 09651f485..d777d8546 100644
--- a/dev-libs/imsg-compat/imsg-compat-9999.ebuild
+++ b/dev-libs/imsg-compat/imsg-compat-8.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit toolchain-funcs
+inherit meson
 
 DESCRIPTION="linux port of OpenBSD imsg"
 
@@ -21,21 +21,5 @@ fi
 
 LICENSE="ISC"
 SLOT="0"
-IUSE="static-libs test"
+IUSE="test"
 RESTRICT="!test? ( test )"
-
-src_prepare() {
-	default
-	sed "s/@LIBDIR@/$(get_libdir)/" -i libimsg.pc.in || die
-}
-
-src_configure() {
-	tc-export CC AR
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREIFX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
-	if ! use static-libs ; then
-		find "${ED}"/usr/$(get_libdir) -name "*.a" -delete || die
-	fi
-}

diff --git a/dev-libs/imsg-compat/imsg-compat-9999.ebuild b/dev-libs/imsg-compat/imsg-compat-9999.ebuild
index 09651f485..d777d8546 100644
--- a/dev-libs/imsg-compat/imsg-compat-9999.ebuild
+++ b/dev-libs/imsg-compat/imsg-compat-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit toolchain-funcs
+inherit meson
 
 DESCRIPTION="linux port of OpenBSD imsg"
 
@@ -21,21 +21,5 @@ fi
 
 LICENSE="ISC"
 SLOT="0"
-IUSE="static-libs test"
+IUSE="test"
 RESTRICT="!test? ( test )"
-
-src_prepare() {
-	default
-	sed "s/@LIBDIR@/$(get_libdir)/" -i libimsg.pc.in || die
-}
-
-src_configure() {
-	tc-export CC AR
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREIFX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
-	if ! use static-libs ; then
-		find "${ED}"/usr/$(get_libdir) -name "*.a" -delete || die
-	fi
-}


             reply	other threads:[~2024-09-04 22:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-04 22:28 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-17  1:19 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/imsg-compat/ Golubev Alexander
2024-09-04 22:28 Aisha Tammy
2021-07-08 18:55 Anna Vyalkova
2021-04-22 14:07 Aisha Tammy
2020-12-13 16:15 Aisha Tammy
2020-12-13 16:15 Aisha Tammy
2020-12-13 16:15 Aisha Tammy
2020-12-13  0:18 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=1725488895.0cda650625cee3576f035df1a0fbdc5e7d22cf12.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --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