commit:     758fed4ce4943f7fd58afb8a8d867d5e4ba9d9c1
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Tue Dec  3 13:25:36 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 16:23:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758fed4c

dev-libs/ivykis: add 0.43.2

Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39577
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/ivykis/Manifest             |  1 +
 dev-libs/ivykis/ivykis-0.43.2.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest
index ec37592a16b7..d1f171b29da7 100644
--- a/dev-libs/ivykis/Manifest
+++ b/dev-libs/ivykis/Manifest
@@ -1,2 +1,3 @@
 DIST ivykis-0.42.4.tar.gz 656775 BLAKE2B 
9b85dacb74eae99907999d5181029a824c5f0d6aabb41d892353723318f9ff6fc1a2a6296224c7ee407510f7354f2ee934d40b9627a0fd13489bf53b8ff7f115
 SHA512 
26f4fa28582555004cbe1d80cb042f93deb42b195c7d563ce4048ace25c74bb558455d98d2d8e0e59534fabb2dff6503aff16d0feb7a05fd835b63432f080286
 DIST ivykis-0.43.1.tar.gz 669621 BLAKE2B 
12ef9aa55f2e07540b265eb2f19eba6436abb5c0dc333b10db3a3918b6cd4cc851191c12782b92f1c2c50b9d761bb2124417823dc19b557f6d3392cea86d4fe2
 SHA512 
d8c16dfa4b9da419b09fc45315aa930163c55bee1f0e1e630994332783527eec4929a60e75a1866408c666a6f4e2451bbd187d524f2e50179899f71e3bff916c
+DIST ivykis-0.43.2.tar.gz 669628 BLAKE2B 
e19a2c1df3751f83858337b72529b72344d74f675fc65012c5c77b5a9dbcb91d58fea43138dd21c3e09aa94ad971404f50986d8064ec968770eda2c517d55e02
 SHA512 
58aefe38e32f301c38568613439a5177470bdc5b6240ec3de93c35752b34ff4d839d036ee48764e8e1cdc53d8a1138cc69947b8857349601316081c0aee66caa

diff --git a/dev-libs/ivykis/ivykis-0.43.2.ebuild 
b/dev-libs/ivykis/ivykis-0.43.2.ebuild
new file mode 100644
index 000000000000..2b9e0120d11f
--- /dev/null
+++ b/dev-libs/ivykis/ivykis-0.43.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Library for asynchronous I/O readiness notification"
+HOMEPAGE="https://github.com/buytenh/ivykis";
+SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="static-libs"
+
+src_prepare() {
+       default
+
+       eautoreconf
+}
+
+src_configure() {
+       econf \
+               --cache-file="${S}"/config.cache \
+               $(use_enable static-libs static)
+}
+
+src_install() {
+       default
+
+       find "${ED}" -name "*.la" -delete || die
+}

Reply via email to