From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libaio/
Date: Tue, 20 Feb 2024 05:14:03 +0000 (UTC) [thread overview]
Message-ID: <1708405681.1fa58dd95ad7ddfd72f7f72d1b3cb4745e5a3936.sam@gentoo> (raw)
commit: 1fa58dd95ad7ddfd72f7f72d1b3cb4745e5a3936
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 05:08:01 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 05:08:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa58dd9
dev-libs/libaio: EAPI 8, drop usr-ldscript
* EAPI 8
* Drop usr-ldscript per news item
Bug: https://bugs.gentoo.org/325355
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../libaio/{libaio-9999.ebuild => libaio-0.3.113-r1.ebuild} | 12 ++++++------
dev-libs/libaio/libaio-9999.ebuild | 11 +++++------
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/dev-libs/libaio/libaio-9999.ebuild b/dev-libs/libaio/libaio-0.3.113-r1.ebuild
similarity index 91%
copy from dev-libs/libaio/libaio-9999.ebuild
copy to dev-libs/libaio/libaio-0.3.113-r1.ebuild
index db2f93f97564..f122b3a77785 100644
--- a/dev-libs/libaio/libaio-9999.ebuild
+++ b/dev-libs/libaio/libaio-0.3.113-r1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit multilib-minimal toolchain-funcs flag-o-matic usr-ldscript
+inherit multilib-minimal toolchain-funcs flag-o-matic
DESCRIPTION="Asynchronous input/output library that uses the kernels native interface"
HOMEPAGE="https://pagure.io/libaio"
+
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://pagure.io/libaio.git"
@@ -14,6 +15,7 @@ else
SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
fi
+
LICENSE="LGPL-2"
SLOT="0"
IUSE="static-libs test"
@@ -22,6 +24,7 @@ RESTRICT="!test? ( test )"
PATCHES=(
"${FILESDIR}"/${PN}-0.3.112-cppflags.patch
"${FILESDIR}"/${PN}-0.3.113-respect-LDFLAGS.patch
+ "${FILESDIR}"/${PN}-0.3.113-32-bit-tests.patch
)
src_prepare() {
@@ -83,9 +86,6 @@ multilib_src_install_all() {
doman man/*
dodoc ChangeLog TODO
- # move to / for multipath-tools, bug #325355
- gen_usr_ldscript -a aio
-
# This lib is a bare minimal shim on top of kernel syscalls.
export QA_DT_NEEDED=$(find "${ED}" -type f -name 'libaio.so.*' -printf '/%P\n')
}
diff --git a/dev-libs/libaio/libaio-9999.ebuild b/dev-libs/libaio/libaio-9999.ebuild
index db2f93f97564..9066780e1381 100644
--- a/dev-libs/libaio/libaio-9999.ebuild
+++ b/dev-libs/libaio/libaio-9999.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit multilib-minimal toolchain-funcs flag-o-matic usr-ldscript
+inherit multilib-minimal toolchain-funcs flag-o-matic
DESCRIPTION="Asynchronous input/output library that uses the kernels native interface"
HOMEPAGE="https://pagure.io/libaio"
+
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://pagure.io/libaio.git"
@@ -14,6 +15,7 @@ else
SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
fi
+
LICENSE="LGPL-2"
SLOT="0"
IUSE="static-libs test"
@@ -83,9 +85,6 @@ multilib_src_install_all() {
doman man/*
dodoc ChangeLog TODO
- # move to / for multipath-tools, bug #325355
- gen_usr_ldscript -a aio
-
# This lib is a bare minimal shim on top of kernel syscalls.
export QA_DT_NEEDED=$(find "${ED}" -type f -name 'libaio.so.*' -printf '/%P\n')
}
next reply other threads:[~2024-02-20 5:14 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-20 5:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-13 21:30 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libaio/ Sam James
2024-04-12 6:26 Arthur Zamarin
2024-04-12 6:26 Arthur Zamarin
2024-03-24 11:29 Sam James
2024-03-24 11:29 Sam James
2022-10-15 3:11 Sam James
2022-09-27 7:10 Agostino Sarubbo
2022-09-26 6:37 Arthur Zamarin
2022-09-26 6:24 Arthur Zamarin
2022-09-26 6:24 Arthur Zamarin
2022-09-25 7:28 Arthur Zamarin
2022-09-25 6:19 Agostino Sarubbo
2022-09-25 4:43 Sam James
2022-09-25 4:37 Sam James
2022-08-24 7:04 Sam James
2022-05-06 2:44 WANG Xuerui
2022-05-02 2:09 Sam James
2022-04-21 20:25 Sam James
2022-03-26 0:09 Sam James
2022-03-26 0:01 Sam James
2020-09-07 0:53 Sam James
2020-08-29 14:48 Thomas Deutschmann
2020-08-28 22:21 Sergei Trofimovich
2020-08-24 17:33 Sergei Trofimovich
2020-08-23 6:51 Sam James
2020-08-22 5:43 Agostino Sarubbo
2020-08-21 18:20 Agostino Sarubbo
2019-06-04 0:07 Thomas Deutschmann
2019-05-05 20:09 Mikle Kolyada
2019-04-24 22:54 Thomas Deutschmann
2019-04-24 22:39 Göktürk Yüksek
2017-02-23 2:30 Göktürk Yüksek
2016-05-22 17:09 Göktürk Yüksek
2016-04-23 18:13 Patrice Clement
2016-04-23 7:59 Patrice Clement
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=1708405681.1fa58dd95ad7ddfd72f7f72d1b3cb4745e5a3936.sam@gentoo \
--to=sam@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