[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2024-03-08 Thread Petr Vaněk
commit: 57a64c5d3e8ea2989503ea05c45393da1f2a66e0
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Feb 23 14:15:34 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Fri Mar  8 19:29:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a64c5d

dev-libs/ivykis: add 0.43

Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35506
Signed-off-by: Petr Vaněk  gentoo.org>

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

diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest
index dc0ee971361f..8c0abd3b537c 100644
--- a/dev-libs/ivykis/Manifest
+++ b/dev-libs/ivykis/Manifest
@@ -1 +1,2 @@
 DIST ivykis-0.42.4.tar.gz 656775 BLAKE2B 
9b85dacb74eae99907999d5181029a824c5f0d6aabb41d892353723318f9ff6fc1a2a6296224c7ee407510f7354f2ee934d40b9627a0fd13489bf53b8ff7f115
 SHA512 
26f4fa28582555004cbe1d80cb042f93deb42b195c7d563ce4048ace25c74bb558455d98d2d8e0e59534fabb2dff6503aff16d0feb7a05fd835b63432f080286
+DIST ivykis-0.43.tar.gz 669349 BLAKE2B 
da76afeb23888c86748130bb54b6dacd824666439a656c3938fa16c5c010db90c0b31126a5d3b4eb541fa1d2a17aaf0eb785b90cc63ec40972d0bf422b40a169
 SHA512 
75bf3878afb76f97ef5327005f58e97d13ba9a67eb5230c25b4a0ec3332f8e3e027f93fc5758554e056c3a00bcfb776862a0263bf251c97cc654b8d0570dafe9

diff --git a/dev-libs/ivykis/ivykis-0.43.ebuild 
b/dev-libs/ivykis/ivykis-0.43.ebuild
new file mode 100644
index ..8123da4967da
--- /dev/null
+++ b/dev-libs/ivykis/ivykis-0.43.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 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 ~ia64 ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2023-11-18 Thread Sam James
commit: a9fb17d49bc96c1fe6ad5a6a95cd6ac65d7c49ed
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 18 16:31:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 18 16:31:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fb17d4

dev-libs/ivykis: use configure cache for subconfigure

Signed-off-by: Sam James  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 12b76ae9a612..a6a90eaa1e4a 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,9 @@ src_prepare() {
 }
 
 src_configure() {
-   econf $(use_enable static-libs static)
+   econf \
+   --cache-file="${S}"/config.cache \
+   $(use_enable static-libs static)
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2022-08-28 Thread WANG Xuerui
commit: 26e9247386021b12922c5a74a1a1f0b770a25c82
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug 28 05:41:12 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug 28 06:28:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e92473

dev-libs/ivykis: keyword 0.42.4 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 757e5ebb5fb3..12b76ae9a612 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
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 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/files/

2021-03-22 Thread Joonas Niilola
commit: 8067aeac59023173ff4888b814383a11ae0f72a5
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Mar 21 12:37:35 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar 22 14:04:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8067aeac

dev-libs/ivykis: remove unused patch(es)

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/20032
Signed-off-by: Joonas Niilola  gentoo.org>

 .../files/ivykis-fix-segfault-glibc-2.28.patch | 29 --
 1 file changed, 29 deletions(-)

diff --git a/dev-libs/ivykis/files/ivykis-fix-segfault-glibc-2.28.patch 
b/dev-libs/ivykis/files/ivykis-fix-segfault-glibc-2.28.patch
deleted file mode 100644
index 5d7352669f2..000
--- a/dev-libs/ivykis/files/ivykis-fix-segfault-glibc-2.28.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-# https://github.com/buytenh/ivykis/issues/15
-# https://github.com/buytenh/ivykis/pull/16
-
-diff --git a/configure.ac b/configure.ac
-index e9b10c0..56440d1 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -88,6 +88,8 @@ esac
- # link in libpthread_nonshared.a if it is available.
- #
- AC_CHECK_LIB([pthread_nonshared], [pthread_atfork])
-+# the lib is gone in glibc 2.28, things are now in c_nonshared
-+AC_CHECK_LIB([c_nonshared], [pthread_atfork])
- 
- # Checks for header files.
- AC_CHECK_HEADERS([process.h])
-diff --git a/src/pthr.h b/src/pthr.h
-index a41eaf3..32c1af2 100644
 a/src/pthr.h
-+++ b/src/pthr.h
-@@ -42,7 +42,7 @@ static inline int pthreads_available(void)
-  * symbol because that causes it to be undefined even if you link
-  * libpthread_nonshared.a in explicitly.
-  */
--#ifndef HAVE_LIBPTHREAD_NONSHARED
-+#if !defined(HAVE_LIBPTHREAD_NONSHARED) && !defined(HAVE_LIBC_NONSHARED)
- #pragma weak pthread_atfork
- #endif
- 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-09-13 Thread Mikle Kolyada
commit: 0bc4875fe9fb47a4e2d2f25237904388fde05e3e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 13 15:42:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 13 15:42:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc4875f

dev-libs/ivykis: arm stable wrt bug #674222

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 56b50213093..4fa4e85becb 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
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 ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-08-14 Thread Sergei Trofimovich
commit: 9b467cea4263720cb3637561267a14f2c7c29cd7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Aug 14 16:20:13 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug 14 18:07:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b467cea

dev-libs/ivykis: stable 0.42.4 for hppa, bug #674222

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index d5125a22554..56b50213093 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
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 ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-08-13 Thread Agostino Sarubbo
commit: 876dba51c51ad43c8bc3d8ab2d3352f621f468ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 13 10:34:52 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 13 10:34:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876dba51

dev-libs/ivykis: ia64 stable wrt bug #674222

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 64d3ba0c019..d5125a22554 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-08-13 Thread Agostino Sarubbo
commit: dc90b67d992df7a8ed6668f9c5a21e93705310d7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 13 10:34:18 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 13 10:34:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc90b67d

dev-libs/ivykis: alpha stable wrt bug #674222

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index b6db30f070c..64d3ba0c019 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-08-13 Thread Agostino Sarubbo
commit: 0ec6268bca0b455b3dd40f1a4a41201ab09a217e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 13 10:32:05 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 13 10:32:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec6268b

dev-libs/ivykis: ppc64 stable wrt bug #674222

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 7146895bb02..b6db30f070c 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-08-13 Thread Agostino Sarubbo
commit: 9fcd49ca9a13fa7a35a3e162efd0ac4dcb33f8fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 13 10:30:12 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 13 10:30:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcd49ca

dev-libs/ivykis: ppc stable wrt bug #674222

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 09aae9c87c4..7146895bb02 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sh sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-08-12 Thread Sergei Trofimovich
commit: 73e249b40b5bf0c62c6bfa36ffe989babaeda971
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 12 16:45:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 12 19:06:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e249b4

dev-libs/ivykis: stable 0.42.4 for sparc, bug #674222

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 432332a229d..09aae9c87c4 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-08-12 Thread Agostino Sarubbo
commit: f630d4f316a9e79dfa8ea54e4717d54258d1baa7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 12 08:01:24 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 12 08:01:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f630d4f3

dev-libs/ivykis: amd64 stable wrt bug #674222

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 10e21fcebe5..432332a229d 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-08-11 Thread Thomas Deutschmann
commit: 98577497553cdd4ed5e1caa49bca9ee25f1afdd1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 11 20:54:55 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 11 21:29:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98577497

dev-libs/ivykis: x86 stable (bug #674222)

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index a5b331b2641..10e21fcebe5 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-08-10 Thread Aaron Bauman
commit: b06d0a3e55b5c960d4f327cd4abd149744334dc0
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Aug 10 23:15:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Aug 10 23:29:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06d0a3e

dev-libs/ivykis: arm64 stable (bug #674222)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --include-arches="arm64"

 dev-libs/ivykis/ivykis-0.42.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
index 01d96ca954e..a5b331b2641 100644
--- a/dev-libs/ivykis/ivykis-0.42.4.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -11,7 +11,7 @@ 
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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
 IUSE="static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-05-21 Thread Michał Górny
commit: 56b2616368f175312573acc9ad847930999ab293
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri May 17 10:17:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 21 08:54:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b26163

dev-libs/ivykis: bump to 0.42.4

Bug: https://bugs.gentoo.org/675338
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12028
Signed-off-by: Michał Górny  gentoo.org>

 dev-libs/ivykis/Manifest |  1 +
 dev-libs/ivykis/ivykis-0.42.4.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest
index 60c9dbb0da4..0ee958213d4 100644
--- a/dev-libs/ivykis/Manifest
+++ b/dev-libs/ivykis/Manifest
@@ -1,2 +1,3 @@
 DIST ivykis-0.42.2.tar.gz 653885 BLAKE2B 
e4a5310ce6fd15aea79091edd56221f77c64a68472fa9bd44715da8c21b4b54f55c2e8c886491afcb8c206107b78b20cd7ad727a96690e8c718f2a2aaeb32aac
 SHA512 
0a166869b434668219c379a8acf7b2da17cb1e29aef74f9dde869a322d3b34e36c84bd67800f7fb234a29bf9372061329189f02ab6d7f85bb2622b4c43185270
 DIST ivykis-0.42.3.tar.gz 654302 BLAKE2B 
75a143b71bf69371b0b58c8ce342f404c8b67604480523e91b37541c74305950996696dae1c8b03277c240c7ff259560ce26a2899c52fb804f0114b8575918ed
 SHA512 
d67560775d236dd205ef0f5de42bb7fedf52855ff0624f8abcb4ac80a75d4695650fcfbdf88b0e7339bf5c250df741428941881c3d7a2551ffe987cc31dff514
+DIST ivykis-0.42.4.tar.gz 656775 BLAKE2B 
9b85dacb74eae99907999d5181029a824c5f0d6aabb41d892353723318f9ff6fc1a2a6296224c7ee407510f7354f2ee934d40b9627a0fd13489bf53b8ff7f115
 SHA512 
26f4fa28582555004cbe1d80cb042f93deb42b195c7d563ce4048ace25c74bb558455d98d2d8e0e59534fabb2dff6503aff16d0feb7a05fd835b63432f080286

diff --git a/dev-libs/ivykis/ivykis-0.42.4.ebuild 
b/dev-libs/ivykis/ivykis-0.42.4.ebuild
new file mode 100644
index 000..01d96ca954e
--- /dev/null
+++ b/dev-libs/ivykis/ivykis-0.42.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
+IUSE="static-libs"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-05-04 Thread Andreas K. Hüttel
commit: 4b9eb6deb11bae4e47fd03ad8b781940d07e820c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May  4 18:25:33 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May  4 18:25:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9eb6de

dev-libs/ivykis: keyword ~riscv

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index d528d45d936..c08ded2a2c9 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv ~s390 ~sh 
sparc x86"
 IUSE="static-libs"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-04-17 Thread Mikle Kolyada
commit: 7e5999b63f451bfd82455baed2cb6183aedeaa00
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Apr 17 12:59:50 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Apr 17 13:00:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5999b6

dev-libs/ivykis: Add ~sh keyword wrt bug #669654

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="~sh"

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index cae404ad28b..d528d45d936 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="static-libs"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-03-03 Thread Joshua Kinard
commit: 0997880d14d4a7fd8039ca7518f248e65490dd57
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sun Mar  3 19:42:30 2019 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sun Mar  3 19:42:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0997880d

dev-libs/ivykis: Added ~mips to KEYWORDS

Dependency for app-admin/syslog-ng

Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index 3739f58125d..cae404ad28b 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="static-libs"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-01-29 Thread Mikle Kolyada
commit: f6b1e98dafd989b7d8e297cfa52a42946b83468a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan 29 12:03:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan 29 12:03:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b1e98d

dev-libs/ivykis: Add ~s390 keyword wrt bug #669654

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index 7682426f6e8..3739f58125d 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -11,7 +11,7 @@ 
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 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="static-libs"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/files/, dev-libs/ivykis/

2019-01-18 Thread Thomas Deutschmann
commit: 94497c9737e91347b528b31d5c4a60e649b8a45e
Author: Tomas Mozes  gmail  com>
AuthorDate: Tue Jan 15 06:33:52 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 19 03:21:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94497c97

dev-libs/ivykis: fix building with glibc-2.28

Closes: https://bugs.gentoo.org/675338
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10836
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../files/ivykis-fix-segfault-glibc-2.28.patch | 29 ++
 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild| 12 +
 2 files changed, 41 insertions(+)

diff --git a/dev-libs/ivykis/files/ivykis-fix-segfault-glibc-2.28.patch 
b/dev-libs/ivykis/files/ivykis-fix-segfault-glibc-2.28.patch
new file mode 100644
index 000..5d7352669f2
--- /dev/null
+++ b/dev-libs/ivykis/files/ivykis-fix-segfault-glibc-2.28.patch
@@ -0,0 +1,29 @@
+# https://github.com/buytenh/ivykis/issues/15
+# https://github.com/buytenh/ivykis/pull/16
+
+diff --git a/configure.ac b/configure.ac
+index e9b10c0..56440d1 100644
+--- a/configure.ac
 b/configure.ac
+@@ -88,6 +88,8 @@ esac
+ # link in libpthread_nonshared.a if it is available.
+ #
+ AC_CHECK_LIB([pthread_nonshared], [pthread_atfork])
++# the lib is gone in glibc 2.28, things are now in c_nonshared
++AC_CHECK_LIB([c_nonshared], [pthread_atfork])
+ 
+ # Checks for header files.
+ AC_CHECK_HEADERS([process.h])
+diff --git a/src/pthr.h b/src/pthr.h
+index a41eaf3..32c1af2 100644
+--- a/src/pthr.h
 b/src/pthr.h
+@@ -42,7 +42,7 @@ static inline int pthreads_available(void)
+  * symbol because that causes it to be undefined even if you link
+  * libpthread_nonshared.a in explicitly.
+  */
+-#ifndef HAVE_LIBPTHREAD_NONSHARED
++#if !defined(HAVE_LIBPTHREAD_NONSHARED) && !defined(HAVE_LIBC_NONSHARED)
+ #pragma weak pthread_atfork
+ #endif
+ 

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index bb7cc9b108c..7682426f6e8 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+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"
@@ -12,6 +14,16 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-fix-segfault-glibc-2.28.patch" # Bug 675338
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
 src_configure() {
econf $(use_enable static-libs static)
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2019-01-07 Thread Mart Raudsepp
commit: a1b470465318b36d74346b6539b6111fcc18e567
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan  7 21:53:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan  7 22:16:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b47046

dev-libs/ivykis: arm64 stable (bug #670974)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index b4a2c42b742..bb7cc9b108c 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
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 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-11-28 Thread Tobias Klausmann
commit: d2487d5d0ce0c5cdecdb9cdb2bfe8958c1ab4710
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Nov 28 21:21:38 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Nov 28 21:21:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2487d5d

dev-libs/ivykis-0.42.3-r1: alpha stable

Bug: http://bugs.gentoo.org/670974
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index 073b8a2002d..b4a2c42b742 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
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 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-11-18 Thread Sergei Trofimovich
commit: 7555b90c9754bbeefa10bf1e80f7f67f774e0583
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 18 12:52:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 18 16:01:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7555b90c

dev-libs/ivykis: stable 0.42.3-r1 for ppc64, bug #670974

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index 39f5736a6f4..073b8a2002d 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
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 ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-11-18 Thread Sergei Trofimovich
commit: dea6a4e4c1e9848f8a86fb0abb77595dcbe3552c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 18 10:46:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 18 10:46:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea6a4e4

dev-libs/ivykis: stable 0.42.3-r1 for ppc, bug #670974

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index b9ed51484ec..39f5736a6f4 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
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 ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ~ppc64 sparc x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-11-18 Thread Sergei Trofimovich
commit: 54e630d11d6cc4797391a31caa2eb6eb6b655be2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 18 10:40:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 18 10:40:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e630d1

dev-libs/ivykis: stable 0.42.3-r1 for hppa, bug #670974

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index 431dbb3774a..b9ed51484ec 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
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 ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~ppc ~ppc64 sparc x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-11-18 Thread Sergei Trofimovich
commit: 26f8767bb3223d66618d1e90afa8338addfd7251
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Nov 18 10:30:20 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Nov 18 10:30:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f8767b

dev-libs/ivykis: stable 0.42.3-r1 for ia64, bug #670974

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index ba38bd9271b..431dbb3774a 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
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 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 sparc x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-11-18 Thread Mikle Kolyada
commit: dbfb4a29e010ddb874208c368403a6367258b413
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Nov 18 09:29:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Nov 18 09:29:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfb4a29

dev-libs/ivykis: arm stable wrt bug #670974

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index 6b83df596c1..ba38bd9271b 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
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 ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-11-16 Thread Sergei Trofimovich
commit: 3df71af73a3ac448d4c4d897a623612931bd2f11
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov 16 15:46:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov 16 19:08:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df71af7

dev-libs/ivykis: stable 0.42.3-r1 for sparc, bug #670974

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index 2bf8fc56e50..6b83df596c1 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
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 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-11-15 Thread Thomas Deutschmann
commit: e623220e345e6951a5ed1dd9a27a3851ce5e7de8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 15:44:23 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 15:44:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e623220e

dev-libs/ivykis: x86 stable (bug #670974)

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index b4fb0640314..2bf8fc56e50 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-11-12 Thread Mikle Kolyada
commit: f115ef4b0bfa7dd36768abf2acb484e77ca0a5b8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 19:02:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 19:03:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f115ef4b

dev-libs/ivykis: amd64 stable wrt bug #670974

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index 7f38c8e61c2..b4fb0640314 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-10-09 Thread Matt Turner
commit: 9ff2e3ae5fcc5ffe132755ae8ddf73095de55d04
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct  9 14:21:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct  9 14:35:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff2e3ae

dev-libs/ivykis: added ~alpha, bug 650498

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/ivykis/ivykis-0.42.2.ebuild| 2 +-
 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index dd7b5f2f1ce..b8f906e5f99 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ppc ppc64 sparc x86"

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index a5ee1b0d17d..7f38c8e61c2 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static-libs"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-06-28 Thread Mart Raudsepp
commit: 9c9b5fd1417b3fa1cbbff2acd4b3cdeaa37dbb88
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jun 28 13:37:00 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jun 28 13:47:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9b5fd1

dev-libs/ivykis-0.42.2: arm64 stable (bug #646778)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index 6108e0bde5d..dd7b5f2f1ce 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm arm64 hppa ia64 ppc ppc64 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-06-22 Thread Michał Górny
commit: eb677cceb33e50d100cacc2f00e8d13539582dd9
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Jun 22 12:36:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 22 18:40:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb677cce

dev-libs/ivykis: make static libs optional

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
new file mode 100644
index 000..a5ee1b0d17d
--- /dev/null
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static-libs"
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-06-22 Thread Michał Górny
commit: 3f099a3ff4b4c0ca56e253865effe1150d441619
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Jun 22 12:37:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 22 18:40:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f099a3f

dev-libs/ivykis: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8829

 dev-libs/ivykis/ivykis-0.42.3.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3.ebuild
deleted file mode 100644
index 0660fddcca9..000
--- a/dev-libs/ivykis/ivykis-0.42.3.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-06-13 Thread Michał Górny
commit: 894abf90ec8cd8be5d88ae0885662cfd49d62e96
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Jun 11 06:01:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 13 10:43:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894abf90

dev-libs/ivykis: bump to 0.42.3

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8799

 dev-libs/ivykis/Manifest |  1 +
 dev-libs/ivykis/ivykis-0.42.3.ebuild | 12 
 2 files changed, 13 insertions(+)

diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest
index 7a02b7162cb..60c9dbb0da4 100644
--- a/dev-libs/ivykis/Manifest
+++ b/dev-libs/ivykis/Manifest
@@ -1 +1,2 @@
 DIST ivykis-0.42.2.tar.gz 653885 BLAKE2B 
e4a5310ce6fd15aea79091edd56221f77c64a68472fa9bd44715da8c21b4b54f55c2e8c886491afcb8c206107b78b20cd7ad727a96690e8c718f2a2aaeb32aac
 SHA512 
0a166869b434668219c379a8acf7b2da17cb1e29aef74f9dde869a322d3b34e36c84bd67800f7fb234a29bf9372061329189f02ab6d7f85bb2622b4c43185270
+DIST ivykis-0.42.3.tar.gz 654302 BLAKE2B 
75a143b71bf69371b0b58c8ce342f404c8b67604480523e91b37541c74305950996696dae1c8b03277c240c7ff259560ce26a2899c52fb804f0114b8575918ed
 SHA512 
d67560775d236dd205ef0f5de42bb7fedf52855ff0624f8abcb4ac80a75d4695650fcfbdf88b0e7339bf5c250df741428941881c3d7a2551ffe987cc31dff514

diff --git a/dev-libs/ivykis/ivykis-0.42.3.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3.ebuild
new file mode 100644
index 000..0660fddcca9
--- /dev/null
+++ b/dev-libs/ivykis/ivykis-0.42.3.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-04-14 Thread Markus Meier
commit: 1de2d9b60c320a205cf335225188d14553784248
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Apr 14 11:20:34 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Apr 14 11:20:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de2d9b6

dev-libs/ivykis: add ~arm/~arm64, bug #650498

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm arm64"

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index 3530fb1257a..4e304706b81 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 hppa ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-04-07 Thread Jeroen Roovers
commit: e5459ebe18da30de2f9f270788b05902f4f18bd9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  7 10:58:31 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  7 11:02:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5459ebe

dev-libs/ivykis: Stable for HPPA too.

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --ignore-arches

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index e221d289209..3530fb1257a 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 hppa ia64 ~ppc ~ppc64 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-04-07 Thread Jeroen Roovers
commit: 385f71967eb71c937128e3ad5c1498fd35877c84
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  7 10:04:54 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  7 10:13:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385f7196

dev-libs/ivykis: Mark ~hppa too.

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --ignore-arches

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index 2b310b4758f..e221d289209 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-04-03 Thread Sergei Trofimovich
commit: eea747ba336061f53a2d61cc580fe14bbf366795
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr  3 20:28:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr  3 21:07:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea747ba

dev-libs/ivykis: stable 0.42.2 for sparc, bug #646778

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index fc6e27dd13d..2b310b4758f 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-03-20 Thread Sergei Trofimovich
commit: 0f4465d825e81a45f61e65943e7893350ab53672
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Mar 20 08:23:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 20 08:23:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4465d8

dev-libs/ivykis: keyworded 0.42.2 for ppc, bug #650498

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index 8a8dc015492..fc6e27dd13d 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ia64 ~ppc ~ppc64 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-03-18 Thread Sergei Trofimovich
commit: 7779269347cc54d07b93eb63a66072a521e4e257
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 12:59:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 12:59:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77792693

dev-libs/ivykis: keyworded 0.42.2 for ppc64, bug #650498

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index fa204fd075f..8a8dc015492 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ia64 ~sparc x86"
+KEYWORDS="amd64 ia64 ~ppc64 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-03-18 Thread Sergei Trofimovich
commit: df2e8d6daedf1fc6ba901f139035814beb2601a0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 12:14:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 12:36:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2e8d6d

dev-libs/ivykis: stable 0.42.2 for ia64, bug #646778

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index 939029e6c35..fa204fd075f 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~sparc x86"
+KEYWORDS="amd64 ia64 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-03-17 Thread Sergei Trofimovich
commit: 7fc352b1df8916379aa706307039d3de05b89b36
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar 17 13:01:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 17 13:01:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc352b1

dev-libs/ivykis: keyworded 0.42.2 for ia64, bug #650498

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index 4ca4063134b..939029e6c35 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-03-17 Thread Sergei Trofimovich
commit: 5306abc5bfd7dc81fe3e1d6fb6619fabbe936b60
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Mar 17 12:46:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 17 13:00:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5306abc5

dev-libs/ivykis: keyworded 0.42.2 for sparc, bug #650498

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index ce9c6368bed..4ca4063134b 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-02-06 Thread Thomas Deutschmann
commit: 4dafbf0872ba7b5f10c73fa267ea2d1a91db8b28
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Feb  6 13:11:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Feb  6 15:09:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dafbf08

dev-libs/ivykis: x86 stable (bug #643868)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index a351861a0cd..ce9c6368bed 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2018-01-15 Thread Tobias Klausmann
commit: 563957f5beed958e95587d6bf2f5e5664b2e0f8f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jan 15 19:02:38 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jan 15 19:02:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563957f5

dev-libs/ivykis-0.42.2-r0: amd64 stable

Gentoo-Bug: http://bugs.gentoo.org/643868

 dev-libs/ivykis/ivykis-0.42.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index e4cc425e446..a351861a0cd 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ivykis/

2017-12-03 Thread Patrice Clement
commit: 8a8041cd47d0d0cce26422cd096c2ec722b694e1
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Nov 24 07:12:00 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec  3 15:15:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8041cd

dev-libs/ivykis: new package.

ivykis is a library for asynchronous I/O readiness notification.

Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6275

 dev-libs/ivykis/Manifest |  1 +
 dev-libs/ivykis/ivykis-0.42.2.ebuild | 12 
 dev-libs/ivykis/metadata.xml | 15 +++
 3 files changed, 28 insertions(+)

diff --git a/dev-libs/ivykis/Manifest b/dev-libs/ivykis/Manifest
new file mode 100644
index 000..7a02b7162cb
--- /dev/null
+++ b/dev-libs/ivykis/Manifest
@@ -0,0 +1 @@
+DIST ivykis-0.42.2.tar.gz 653885 BLAKE2B 
e4a5310ce6fd15aea79091edd56221f77c64a68472fa9bd44715da8c21b4b54f55c2e8c886491afcb8c206107b78b20cd7ad727a96690e8c718f2a2aaeb32aac
 SHA512 
0a166869b434668219c379a8acf7b2da17cb1e29aef74f9dde869a322d3b34e36c84bd67800f7fb234a29bf9372061329189f02ab6d7f85bb2622b4c43185270

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
new file mode 100644
index 000..e4cc425e446
--- /dev/null
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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="~amd64 ~x86"

diff --git a/dev-libs/ivykis/metadata.xml b/dev-libs/ivykis/metadata.xml
new file mode 100644
index 000..4f289fcb4a9
--- /dev/null
+++ b/dev-libs/ivykis/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+hydrapo...@gmail.com
+Tomáš Mózes
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+buytenh/ivykis
+  
+