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

2024-02-28 Thread Sam James
commit: 0ce97e67de4e5ca16fa28930949bbea55df91185
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 29 00:45:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 00:45:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce97e67

dev-libs/libev: filter LTO, no-SA

Broken quite badly, no upstream bug tracker AFAICT. And broken in many bundled 
copies
all over the place (which are modified...)

Closes: https://bugs.gentoo.org/855869
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libev/libev-4.33.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 127618dc6d37..b8ffdb37c3da 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools multilib-minimal
+inherit autotools flag-o-matic multilib-minimal
 
 DESCRIPTION="A high-performance event loop/event model with lots of feature"
 HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
@@ -27,6 +27,14 @@ src_prepare() {
eautoreconf
 }
 
+src_configure() {
+   # See bug #855869 and its large number of dupes in bundled libev copies.
+   filter-lto
+   append-flags -fno-strict-aliasing
+
+   multilib-minimal_src_configure
+}
+
 multilib_src_configure() {
ECONF_SOURCE="${S}" \
econf \



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

2022-05-05 Thread WANG Xuerui
commit: 6906dddca4129abb03e9e333d004d4855a5c9f4e
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May  5 09:46:53 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May  5 09:51:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6906dddc

dev-libs/libev: keyword 4.33 for ~loong

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

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

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 4b9fb143c7fc..127618dc6d37 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="static-libs"
 
 DOCS=( Changes README )



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

2021-01-13 Thread Yixun Lan
commit: c61fd0e05e39b21eb1e4545212e16fc011ccad1d
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jan 13 23:08:06 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jan 13 23:08:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61fd0e0

dev-libs/libev: drop old

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libev/Manifest  |  1 -
 dev-libs/libev/libev-4.31.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index 9640fcc4c08..88ac5d5ab5b 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,2 +1 @@
-DIST libev-4.31.tar.gz 565540 BLAKE2B 
59df831f4cfc9a615234d8d5b845a687ea41cc27aea84698e213bfacb79d8f9862ff776c2bf3888495cc303daf3b9073a1f660eaedb1437ebaa6d678c8ef0873
 SHA512 
c2687c2e538c724ec8d02ce5bf6875d2e697c57623c4d5c4e6a09c5c480dd7ea38bb7af290f120ff9e61f0ecfc9b6a07a653a9f44ea8ecf2487438756105bd18
 DIST libev-4.33.tar.gz 569527 BLAKE2B 
8a6cae25ffde10b24a5bbf084f6a8559af326b37acdbdf47dda34b7f0c7955f3ebd2695859a574cfa3e2b4011e4be93ad2bd994ffd4c094bf36620e67ba5
 SHA512 
c662a65360115e0b2598e3e8824cf7b33360c43a96ac9233f6b6ea2873a10102551773cad0e89e738541e75af9fd4f3e3c11cd2f251c5703aa24f193128b896b

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
deleted file mode 100644
index 1fddcfefdde..000
--- a/dev-libs/libev/libev-4.31.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="A high-performance event loop/event model with lots of feature"
-HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
-SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
-   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="elibc_glibc static-libs"
-
-# Bug #283558
-DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
-RDEPEND="${DEPEND}"
-
-DOCS=( Changes README )
-
-# bug #411847
-PATCHES=( "${FILESDIR}/${PN}-4.25-pc.patch" )
-
-src_prepare() {
-   default
-   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" \
-   econf \
-   --disable-maintainer-mode \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   if ! use static-libs; then
-   find "${D}" -name '*.la' -type f -delete || die
-   fi
-   einstalldocs
-}



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

2021-01-03 Thread Sergei Trofimovich
commit: f95b61830fed42855c4f8da214b1bae5c018
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  3 11:54:31 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  3 12:09:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95b6183

dev-libs/libev: stable 4.33 for ppc64

stable wrt bug #762199

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

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

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index e9f1d247c89..5688b31064c 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 DOCS=( Changes README )



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

2021-01-03 Thread Sergei Trofimovich
commit: a0e433b8a58c977dcb904453c6e9b17904c4c2a0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  3 11:43:43 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  3 11:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e433b8

dev-libs/libev: stable 4.33 for ppc

stable wrt bug #762199

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

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

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 2b9f8e2fc1c..e9f1d247c89 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 DOCS=( Changes README )



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

2021-01-02 Thread Sam James
commit: 047072e98c99a231675c7b1eadeeac0b38ab1fc3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  3 01:17:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  3 01:17:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047072e9

dev-libs/libev: Stabilize 4.33 amd64, #762199

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

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

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 7fc20d0c558..2b9f8e2fc1c 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 DOCS=( Changes README )



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

2021-01-02 Thread Sergei Trofimovich
commit: e7030f9cd504d6eb24b1028fe3cc7e028aa7990b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jan  2 11:42:35 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan  2 11:51:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7030f9c

dev-libs/libev: stable 4.33 for hppa, bug #762199

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

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

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 69b8229a294..7fc20d0c558 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 DOCS=( Changes README )



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

2021-01-01 Thread Sam James
commit: 0bf7d43b42726f82bd47b8dbe39fbbc768c473ca
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  1 22:59:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  1 23:00:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf7d43b

dev-libs/libev: Stabilize 4.33 s390, #762199

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

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

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 3d58c7d38db..69b8229a294 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 DOCS=( Changes README )



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

2021-01-01 Thread Sergei Trofimovich
commit: 7749217762946c7f8b46747b7599212acd25a196
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jan  1 11:05:09 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan  1 11:20:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77492177

dev-libs/libev: stable 4.33 for sparc, bug #762199

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

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

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 2257d9e6a2b..3d58c7d38db 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 DOCS=( Changes README )



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

2020-12-30 Thread Sam James
commit: 6403b735c8dd420b4a08b9bebaeea6a40c148d5c
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 31 01:44:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 31 01:44:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6403b735

dev-libs/libev: Stabilize 4.33 arm64, #762199

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

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

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 78d4e2440ad..2257d9e6a2b 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 DOCS=( Changes README )



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

2020-12-30 Thread Sam James
commit: a90a8a89b9141c45b678365113066fe1af358a58
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 31 01:42:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 31 01:42:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90a8a89

dev-libs/libev: Stabilize 4.33 arm, #762199

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

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

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 6385b9f3b68..78d4e2440ad 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 DOCS=( Changes README )



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

2020-11-28 Thread Sam James
commit: 0a423963a63e32af868e3d6a0187ca60d3743ebb
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 12:07:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 12:07:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a423963

dev-libs/libev: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 1191b2b546f..6385b9f3b68 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 DOCS=( Changes README )



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

2020-05-11 Thread Mike Frysinger
commit: 1b0949ef878bc6436a7c3a43474c8af01a87e95c
Author: Mike Frysinger  chromium  org>
AuthorDate: Tue May 12 04:44:37 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue May 12 04:44:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0949ef

dev-libs/libev: drop ancient glibc workaround

People have had 10+ years to upgrade.  Drop this dep to simplify
portage upgrade depgraph calculations.

Signed-off-by: Mike Frysinger  gentoo.org>

 dev-libs/libev/libev-4.33.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
index 437b8463d1c..1191b2b546f 100644
--- a/dev-libs/libev/libev-4.33.ebuild
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -13,11 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="elibc_glibc static-libs"
-
-# Bug #283558
-DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
-RDEPEND="${DEPEND}"
+IUSE="static-libs"
 
 DOCS=( Changes README )
 



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

2020-04-08 Thread Yixun Lan
commit: 806c3af733ae8b317a96a18284569f740c57d56e
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Apr  8 06:13:38 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr  8 06:16:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806c3af7

dev-libs/libev: version bump, 4.33

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libev/Manifest  |  1 +
 dev-libs/libev/libev-4.33.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index 60ea624f8f2..e9f63c94b75 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,3 +1,4 @@
 DIST libev-4.25.tar.gz 545817 BLAKE2B 
a6ce69ba0a5824afc9e49afa8dba67f15b5945bb01104733c2a9478265fa78908ea26b6594c00f210c86eaef936956c16d3a55cb91a834501da0a6db12caf201
 SHA512 
83455d4dcb626a28d8477aaea27cdee6bc88b273fae926a57eed9f6a59d4b0ea2eef0f41ad09ff711aea2956ed83a591aa53cfe8aa242f7d0a4da19180d764c4
 DIST libev-4.27.tar.gz 556658 BLAKE2B 
a4cd33aa9320c0c81912b50c0f03cd338e09e9c1c63f14d682317322a3c875229b2317af00a48e65be9e56b165b994a385692b103cae7c44012a1281e764f27a
 SHA512 
18fbac15c3a24b2efcd547d98d423fe59a1684cd3afe7ff25a3da54d8df3e11f351df455657d830df93366853f74d584f6e47a7c9ffaba84aa586957bf39ea82
 DIST libev-4.31.tar.gz 565540 BLAKE2B 
59df831f4cfc9a615234d8d5b845a687ea41cc27aea84698e213bfacb79d8f9862ff776c2bf3888495cc303daf3b9073a1f660eaedb1437ebaa6d678c8ef0873
 SHA512 
c2687c2e538c724ec8d02ce5bf6875d2e697c57623c4d5c4e6a09c5c480dd7ea38bb7af290f120ff9e61f0ecfc9b6a07a653a9f44ea8ecf2487438756105bd18
+DIST libev-4.33.tar.gz 569527 BLAKE2B 
8a6cae25ffde10b24a5bbf084f6a8559af326b37acdbdf47dda34b7f0c7955f3ebd2695859a574cfa3e2b4011e4be93ad2bd994ffd4c094bf36620e67ba5
 SHA512 
c662a65360115e0b2598e3e8824cf7b33360c43a96ac9233f6b6ea2873a10102551773cad0e89e738541e75af9fd4f3e3c11cd2f251c5703aa24f193128b896b

diff --git a/dev-libs/libev/libev-4.33.ebuild b/dev-libs/libev/libev-4.33.ebuild
new file mode 100644
index 000..437b8463d1c
--- /dev/null
+++ b/dev-libs/libev/libev-4.33.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="A high-performance event loop/event model with lots of feature"
+HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
+SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
+   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="elibc_glibc static-libs"
+
+# Bug #283558
+DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
+RDEPEND="${DEPEND}"
+
+DOCS=( Changes README )
+
+# bug #411847
+PATCHES=( "${FILESDIR}/${PN}-4.25-pc.patch" )
+
+src_prepare() {
+   default
+   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" \
+   econf \
+   --disable-maintainer-mode \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   if ! use static-libs; then
+   find "${D}" -name '*.la' -type f -delete || die
+   fi
+   einstalldocs
+}



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

2020-04-08 Thread Yixun Lan
commit: 1425a2aebbd9789bb3dff8a92e37b367a1413b7c
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Apr  8 06:15:11 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr  8 06:16:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1425a2ae

dev-libs/libev: drop old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libev/Manifest  |  2 --
 dev-libs/libev/libev-4.25.ebuild | 46 
 dev-libs/libev/libev-4.27.ebuild | 46 
 3 files changed, 94 deletions(-)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index e9f63c94b75..9640fcc4c08 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,4 +1,2 @@
-DIST libev-4.25.tar.gz 545817 BLAKE2B 
a6ce69ba0a5824afc9e49afa8dba67f15b5945bb01104733c2a9478265fa78908ea26b6594c00f210c86eaef936956c16d3a55cb91a834501da0a6db12caf201
 SHA512 
83455d4dcb626a28d8477aaea27cdee6bc88b273fae926a57eed9f6a59d4b0ea2eef0f41ad09ff711aea2956ed83a591aa53cfe8aa242f7d0a4da19180d764c4
-DIST libev-4.27.tar.gz 556658 BLAKE2B 
a4cd33aa9320c0c81912b50c0f03cd338e09e9c1c63f14d682317322a3c875229b2317af00a48e65be9e56b165b994a385692b103cae7c44012a1281e764f27a
 SHA512 
18fbac15c3a24b2efcd547d98d423fe59a1684cd3afe7ff25a3da54d8df3e11f351df455657d830df93366853f74d584f6e47a7c9ffaba84aa586957bf39ea82
 DIST libev-4.31.tar.gz 565540 BLAKE2B 
59df831f4cfc9a615234d8d5b845a687ea41cc27aea84698e213bfacb79d8f9862ff776c2bf3888495cc303daf3b9073a1f660eaedb1437ebaa6d678c8ef0873
 SHA512 
c2687c2e538c724ec8d02ce5bf6875d2e697c57623c4d5c4e6a09c5c480dd7ea38bb7af290f120ff9e61f0ecfc9b6a07a653a9f44ea8ecf2487438756105bd18
 DIST libev-4.33.tar.gz 569527 BLAKE2B 
8a6cae25ffde10b24a5bbf084f6a8559af326b37acdbdf47dda34b7f0c7955f3ebd2695859a574cfa3e2b4011e4be93ad2bd994ffd4c094bf36620e67ba5
 SHA512 
c662a65360115e0b2598e3e8824cf7b33360c43a96ac9233f6b6ea2873a10102551773cad0e89e738541e75af9fd4f3e3c11cd2f251c5703aa24f193128b896b

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
deleted file mode 100644
index 8728e68f211..000
--- a/dev-libs/libev/libev-4.25.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="A high-performance event loop/event model with lots of feature"
-HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
-SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
-   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="elibc_glibc static-libs"
-
-# Bug #283558
-DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
-RDEPEND="${DEPEND}"
-
-DOCS=( Changes README )
-
-# bug #411847
-PATCHES=( "${FILESDIR}/${P}-pc.patch" )
-
-src_prepare() {
-   default
-   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" \
-   econf \
-   --disable-maintainer-mode \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   if ! use static-libs; then
-   find "${D}" -name '*.la' -type f -delete || die
-   fi
-   einstalldocs
-}

diff --git a/dev-libs/libev/libev-4.27.ebuild b/dev-libs/libev/libev-4.27.ebuild
deleted file mode 100644
index 437b8463d1c..000
--- a/dev-libs/libev/libev-4.27.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="A high-performance event loop/event model with lots of feature"
-HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
-SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
-   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="elibc_glibc static-libs"
-
-# Bug #283558
-DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
-RDEPEND="${DEPEND}"
-
-DOCS=( Changes README )
-
-# bug #411847
-PATCHES=( "${FILESDIR}/${PN}-4.25-pc.patch" )
-
-src_prepare() {
-   default
-   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" \
-   econf \
-   --disable-maintainer-mode \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   if ! use static-libs; then
-   find "${D}" -name '*.la' -type f -delete || die
-   fi
-   einstalldocs
-}



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

2020-04-02 Thread Mart Raudsepp
commit: d217c217ac15eecf105cac044cf941e1423cb6a9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Apr  2 21:08:55 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Apr  2 21:08:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d217c217

dev-libs/libev: arm64 stable (bug #712938)

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

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

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
index a04208f739e..3b7774c9d09 100644
--- a/dev-libs/libev/libev-4.31.ebuild
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2020-03-30 Thread Sergei Trofimovich
commit: 303a2d14b8821004c469019f089abc711b9ecb7d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar 30 19:16:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar 30 20:50:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303a2d14

dev-libs/libev: stable 4.31 for hppa, bug #712938

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

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

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
index 349394f957c..a04208f739e 100644
--- a/dev-libs/libev/libev-4.31.ebuild
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2020-03-18 Thread Agostino Sarubbo
commit: 945e2badd62ea60cd6ebb757b3f7b57d7d5be59c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 18 11:13:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 18 11:13:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945e2bad

dev-libs/libev: ppc64 stable wrt bug #712938

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

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

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
index 613d1191c7c..6a609941c4d 100644
--- a/dev-libs/libev/libev-4.31.ebuild
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2020-03-18 Thread Agostino Sarubbo
commit: 2235d43a5f54114272384826373505991fb9e0bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 18 11:11:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 18 11:11:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2235d43a

dev-libs/libev: ppc stable wrt bug #712938

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

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

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
index 38925a8b528..613d1191c7c 100644
--- a/dev-libs/libev/libev-4.31.ebuild
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2020-03-18 Thread Agostino Sarubbo
commit: b5190fb0012449584ee6efa5b8c705709f5a507c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 18 11:04:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 18 11:04:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5190fb0

dev-libs/libev: x86 stable wrt bug #712938

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
index 6b60265f012..38925a8b528 100644
--- a/dev-libs/libev/libev-4.31.ebuild
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2020-03-18 Thread Agostino Sarubbo
commit: 461f6b3ebd5bcb808f936287a7ded8e56cbf960e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 18 09:55:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 18 09:55:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461f6b3e

dev-libs/libev: ia64 stable wrt bug #712938

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

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

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
index a9f70758563..6b60265f012 100644
--- a/dev-libs/libev/libev-4.31.ebuild
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2020-03-18 Thread Agostino Sarubbo
commit: 157859965cce95c8017918138d48c54e7586a9f0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 18 09:51:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 18 09:51:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15785996

dev-libs/libev: sparc stable wrt bug #712938

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
index 4a6a8a87015..a9f70758563 100644
--- a/dev-libs/libev/libev-4.31.ebuild
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2020-03-18 Thread Agostino Sarubbo
commit: 57465e59bf844c0e690c5fa964980cb50d290ed3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 18 09:49:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 18 09:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57465e59

dev-libs/libev: s390 stable wrt bug #712938

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
index 4cb5d8576fd..4a6a8a87015 100644
--- a/dev-libs/libev/libev-4.31.ebuild
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2020-03-18 Thread Agostino Sarubbo
commit: 8b9f2b0bd9078b4778c7504387d245e6736f2d0d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 18 09:45:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 18 09:45:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9f2b0b

dev-libs/libev: arm stable wrt bug #712938

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
index f4ab40d302a..4cb5d8576fd 100644
--- a/dev-libs/libev/libev-4.31.ebuild
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2020-03-17 Thread Agostino Sarubbo
commit: 1fe648f2cf7d466615ca17e673269a2dbe22a2b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 17 16:01:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 17 16:01:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe648f2

dev-libs/libev: amd64 stable wrt bug #712938

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

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

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
index 2dbd00f469d..f4ab40d302a 100644
--- a/dev-libs/libev/libev-4.31.ebuild
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2020-01-05 Thread Yixun Lan
commit: 5a8d1a95df124bc7fbeb3cb5dafb2c8b1d93c6e0
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Jan  6 06:57:21 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jan  6 07:04:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8d1a95

dev-libs/libev: version bump, 4.31

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libev/Manifest  |  1 +
 dev-libs/libev/libev-4.31.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index e889b9a77ff..4e7b9f95c48 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,3 +1,4 @@
 DIST libev-4.23.tar.gz 524184 BLAKE2B 
bb8c15665e0ff59322bc2f076f4256ca8f5acff5bc55bb3f5f10ac9704f9311ad90f581e4ced25dcc22c39988ffacce1958f195234a60039d33ba7b7beb9aee2
 SHA512 
e3d98364b3788a7f5c56be49b99cecc98da6323fc7e6d47aff808580653ab9ee88636a2f5d357d596a9a580e778c20139cc162467e3e2c5fc736713c6e39
 DIST libev-4.25.tar.gz 545817 BLAKE2B 
a6ce69ba0a5824afc9e49afa8dba67f15b5945bb01104733c2a9478265fa78908ea26b6594c00f210c86eaef936956c16d3a55cb91a834501da0a6db12caf201
 SHA512 
83455d4dcb626a28d8477aaea27cdee6bc88b273fae926a57eed9f6a59d4b0ea2eef0f41ad09ff711aea2956ed83a591aa53cfe8aa242f7d0a4da19180d764c4
 DIST libev-4.27.tar.gz 556658 BLAKE2B 
a4cd33aa9320c0c81912b50c0f03cd338e09e9c1c63f14d682317322a3c875229b2317af00a48e65be9e56b165b994a385692b103cae7c44012a1281e764f27a
 SHA512 
18fbac15c3a24b2efcd547d98d423fe59a1684cd3afe7ff25a3da54d8df3e11f351df455657d830df93366853f74d584f6e47a7c9ffaba84aa586957bf39ea82
+DIST libev-4.31.tar.gz 565540 BLAKE2B 
59df831f4cfc9a615234d8d5b845a687ea41cc27aea84698e213bfacb79d8f9862ff776c2bf3888495cc303daf3b9073a1f660eaedb1437ebaa6d678c8ef0873
 SHA512 
c2687c2e538c724ec8d02ce5bf6875d2e697c57623c4d5c4e6a09c5c480dd7ea38bb7af290f120ff9e61f0ecfc9b6a07a653a9f44ea8ecf2487438756105bd18

diff --git a/dev-libs/libev/libev-4.31.ebuild b/dev-libs/libev/libev-4.31.ebuild
new file mode 100644
index 000..2dbd00f469d
--- /dev/null
+++ b/dev-libs/libev/libev-4.31.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="A high-performance event loop/event model with lots of feature"
+HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
+SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
+   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="elibc_glibc static-libs"
+
+# Bug #283558
+DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
+RDEPEND="${DEPEND}"
+
+DOCS=( Changes README )
+
+# bug #411847
+PATCHES=( "${FILESDIR}/${PN}-4.25-pc.patch" )
+
+src_prepare() {
+   default
+   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" \
+   econf \
+   --disable-maintainer-mode \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   if ! use static-libs; then
+   find "${D}" -name '*.la' -type f -delete || die
+   fi
+   einstalldocs
+}



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

2020-01-05 Thread Yixun Lan
commit: b049ab468e52d37534a6ee36fdd180903bcafe53
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Jan  6 07:00:34 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jan  6 07:04:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b049ab46

dev-libs/libev: drop old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libev/Manifest |  1 -
 dev-libs/libev/files/libev-pc.patch | 42 ---
 dev-libs/libev/libev-4.23.ebuild| 44 -
 3 files changed, 87 deletions(-)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index 4e7b9f95c48..60ea624f8f2 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,4 +1,3 @@
-DIST libev-4.23.tar.gz 524184 BLAKE2B 
bb8c15665e0ff59322bc2f076f4256ca8f5acff5bc55bb3f5f10ac9704f9311ad90f581e4ced25dcc22c39988ffacce1958f195234a60039d33ba7b7beb9aee2
 SHA512 
e3d98364b3788a7f5c56be49b99cecc98da6323fc7e6d47aff808580653ab9ee88636a2f5d357d596a9a580e778c20139cc162467e3e2c5fc736713c6e39
 DIST libev-4.25.tar.gz 545817 BLAKE2B 
a6ce69ba0a5824afc9e49afa8dba67f15b5945bb01104733c2a9478265fa78908ea26b6594c00f210c86eaef936956c16d3a55cb91a834501da0a6db12caf201
 SHA512 
83455d4dcb626a28d8477aaea27cdee6bc88b273fae926a57eed9f6a59d4b0ea2eef0f41ad09ff711aea2956ed83a591aa53cfe8aa242f7d0a4da19180d764c4
 DIST libev-4.27.tar.gz 556658 BLAKE2B 
a4cd33aa9320c0c81912b50c0f03cd338e09e9c1c63f14d682317322a3c875229b2317af00a48e65be9e56b165b994a385692b103cae7c44012a1281e764f27a
 SHA512 
18fbac15c3a24b2efcd547d98d423fe59a1684cd3afe7ff25a3da54d8df3e11f351df455657d830df93366853f74d584f6e47a7c9ffaba84aa586957bf39ea82
 DIST libev-4.31.tar.gz 565540 BLAKE2B 
59df831f4cfc9a615234d8d5b845a687ea41cc27aea84698e213bfacb79d8f9862ff776c2bf3888495cc303daf3b9073a1f660eaedb1437ebaa6d678c8ef0873
 SHA512 
c2687c2e538c724ec8d02ce5bf6875d2e697c57623c4d5c4e6a09c5c480dd7ea38bb7af290f120ff9e61f0ecfc9b6a07a653a9f44ea8ecf2487438756105bd18

diff --git a/dev-libs/libev/files/libev-pc.patch 
b/dev-libs/libev/files/libev-pc.patch
deleted file mode 100644
index a2a4c62a1ac..000
--- a/dev-libs/libev/files/libev-pc.patch
+++ /dev/null
@@ -1,42 +0,0 @@
 /dev/null
-+++ b/libev.pc.in
-@@ -0,0 +1,11 @@
-+prefix=@prefix@
-+exec_prefix=@prefix@
-+libdir=@libdir@
-+includedir=@includedir@
-+
-+Name: libev
-+Description: A high-performance event loop/event model with lots of features
-+Version: @VERSION@
-+Libs: -L${libdir} -lev
-+Libs.private:
-+Cflags: -I${includedir}
 a/Makefile.am
-+++ b/Makefile.am
-@@ -16,5 +16,8 @@ lib_LTLIBRARIES = libev.la
- libev_la_SOURCES = ev.c event.c
- libev_la_LDFLAGS = -version-info $(VERSION_INFO)
- 
-+pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfig_DATA = libev.pc
-+
- ev.3: ev.pod
-   pod2man -n LIBEV -r "libev-$(VERSION)" -c "libev - high performance 
full featured event loop" -s3 <$< >$@
 a/configure.ac
-+++ b/configure.ac
-@@ -2,6 +2,7 @@ orig_CFLAGS="$CFLAGS"
- 
- AC_INIT
- AC_CONFIG_SRCDIR([ev_epoll.c])
-+AC_CONFIG_MACRO_DIR([m4])
- 
- AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h!
- AC_CONFIG_HEADERS([config.h])
-@@ -21,5 +22,5 @@ AC_PROG_LIBTOOL
- 
- m4_include([libev.m4])
- 
--AC_CONFIG_FILES([Makefile])
-+AC_CONFIG_FILES([Makefile libev.pc])
- AC_OUTPUT

diff --git a/dev-libs/libev/libev-4.23.ebuild b/dev-libs/libev/libev-4.23.ebuild
deleted file mode 100644
index b2ec1f04ba4..000
--- a/dev-libs/libev/libev-4.23.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="A high-performance event loop/event model with lots of feature"
-HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
-SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
-   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="elibc_glibc static-libs"
-
-# Bug #283558
-DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
-RDEPEND="${DEPEND}"
-
-DOCS=( Changes README )
-
-src_prepare() {
-   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
-
-   # bug #411847
-   epatch "${FILESDIR}/${PN}-pc.patch"
-
-   epatch_user
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" \
-   econf \
-   --disable-maintainer-mode \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   use static-libs || prune_libtool_files
-   einstalldocs
-}



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

2019-12-13 Thread Yixun Lan
commit: cf6b18cf032b640605c8d41d5e9e2988e6914b13
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Dec 12 06:00:08 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Dec 13 09:21:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6b18cf

dev-libs/libev: drop old

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libev/Manifest  |  1 -
 dev-libs/libev/libev-4.24.ebuild | 44 
 2 files changed, 45 deletions(-)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index 77d4e52131b..e889b9a77ff 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,4 +1,3 @@
 DIST libev-4.23.tar.gz 524184 BLAKE2B 
bb8c15665e0ff59322bc2f076f4256ca8f5acff5bc55bb3f5f10ac9704f9311ad90f581e4ced25dcc22c39988ffacce1958f195234a60039d33ba7b7beb9aee2
 SHA512 
e3d98364b3788a7f5c56be49b99cecc98da6323fc7e6d47aff808580653ab9ee88636a2f5d357d596a9a580e778c20139cc162467e3e2c5fc736713c6e39
-DIST libev-4.24.tar.gz 524264 BLAKE2B 
92a480cfba67119c630211b9acfadfa2dc6ab1806ed015cca693829fa6deedeb4fc5530aa47e0a0d21304b0f626136110596ccdbeb75bc13ea5d23eeca7b9ded
 SHA512 
e4cb3b5dd4b9828d5b8da840c73ae4604258a8c4330aafa5472298b83bf944628f36918f0ddd47d9069d255639f0b24a2cf8d349f0644ffd50de823bcb54a31a
 DIST libev-4.25.tar.gz 545817 BLAKE2B 
a6ce69ba0a5824afc9e49afa8dba67f15b5945bb01104733c2a9478265fa78908ea26b6594c00f210c86eaef936956c16d3a55cb91a834501da0a6db12caf201
 SHA512 
83455d4dcb626a28d8477aaea27cdee6bc88b273fae926a57eed9f6a59d4b0ea2eef0f41ad09ff711aea2956ed83a591aa53cfe8aa242f7d0a4da19180d764c4
 DIST libev-4.27.tar.gz 556658 BLAKE2B 
a4cd33aa9320c0c81912b50c0f03cd338e09e9c1c63f14d682317322a3c875229b2317af00a48e65be9e56b165b994a385692b103cae7c44012a1281e764f27a
 SHA512 
18fbac15c3a24b2efcd547d98d423fe59a1684cd3afe7ff25a3da54d8df3e11f351df455657d830df93366853f74d584f6e47a7c9ffaba84aa586957bf39ea82

diff --git a/dev-libs/libev/libev-4.24.ebuild b/dev-libs/libev/libev-4.24.ebuild
deleted file mode 100644
index 85ef89d675d..000
--- a/dev-libs/libev/libev-4.24.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="A high-performance event loop/event model with lots of feature"
-HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
-SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
-   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="elibc_glibc static-libs"
-
-# Bug #283558
-DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
-RDEPEND="${DEPEND}"
-
-DOCS=( Changes README )
-
-src_prepare() {
-   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
-
-   # bug #411847
-   epatch "${FILESDIR}/${PN}-pc.patch"
-
-   epatch_user
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" \
-   econf \
-   --disable-maintainer-mode \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   use static-libs || prune_libtool_files
-   einstalldocs
-}



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

2019-11-13 Thread Agostino Sarubbo
commit: bdccc478348b3f6a5de3ebc3c330d67aa0252ab5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 13 16:09:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 13 16:09:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdccc478

dev-libs/libev: ia64 stable wrt bug #697110

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

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index 207b844b205..65e7f7475e6 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2019-11-11 Thread Aaron Bauman
commit: ea3df9dc3798b8cc770fdf3ecdaa139ccd7a5908
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 11 17:59:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 11 17:59:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3df9dc

dev-libs/libev: arm64 stable (bug #697110)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index 2480cdb45c6..207b844b205 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2019-11-01 Thread Mikle Kolyada
commit: 049f3e135e12cfd07c1108939bd13824cf52fe2a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov  1 11:17:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov  1 11:17:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049f3e13

dev-libs/libev: arm stable wrt bug #697110

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

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index 8aade8254e9..2480cdb45c6 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2019-10-14 Thread Agostino Sarubbo
commit: 172fc96de649d57676e00ba328d6d0eee261046c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:49:45 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:49:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172fc96d

dev-libs/libev: x86 stable wrt bug #697110

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

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index d4b92e6f815..73364a46b4f 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2019-10-14 Thread Agostino Sarubbo
commit: be92364b1eae8cc74ca74763f60e5095f69491b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:30:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:30:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be92364b

dev-libs/libev: sparc stable wrt bug #697110

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

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index fb6e9f407d4..d4b92e6f815 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2019-10-14 Thread Agostino Sarubbo
commit: f1afc4c05b6456a44833080298b3e884b9dcb198
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:23:45 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:23:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1afc4c0

dev-libs/libev: ppc64 stable wrt bug #697110

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

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index 68ecea3c3de..fb6e9f407d4 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2019-10-14 Thread Agostino Sarubbo
commit: 1b76e250cf51fc9c829d59d6751a09f194ebaead
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:15:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:15:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b76e250

dev-libs/libev: amd64 stable wrt bug #697110

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

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index dcafdad2566..68ecea3c3de 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2019-10-14 Thread Agostino Sarubbo
commit: 241aef5ed2e0f6d68361ce9266ffcdcd2ea09dea
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 11:06:26 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 11:06:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241aef5e

dev-libs/libev: ppc stable wrt bug #697110

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

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index 2dec93f53df..dcafdad2566 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2019-10-14 Thread Agostino Sarubbo
commit: 8eb5152ae28cfe8a99ff99076440b37903953a1a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct 14 09:53:07 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct 14 09:53:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb5152a

dev-libs/libev: s390 stable wrt bug #697110

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

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index 8c1307b5ea9..2dec93f53df 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2019-10-12 Thread Matt Turner
commit: 08f7f5ca06960a2a10a0679bc3561a673adfa69a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 12 22:45:02 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 12 22:45:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f7f5ca

dev-libs/libev-4.25: alpha stable, bug 697110

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

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

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
index 1600689440c..8c1307b5ea9 100644
--- a/dev-libs/libev/libev-4.25.ebuild
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2019-08-29 Thread Yixun Lan
commit: f85e43b9696e363e26a1e444cbd6fca018a950c2
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Aug 29 05:52:07 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Aug 29 07:51:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85e43b9

dev-libs/libev: version bump, 4.27

Package-Manager: Portage-2.3.71, Repoman-2.3.16
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libev/Manifest  |  1 +
 dev-libs/libev/libev-4.27.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index ff478b40c0b..77d4e52131b 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,3 +1,4 @@
 DIST libev-4.23.tar.gz 524184 BLAKE2B 
bb8c15665e0ff59322bc2f076f4256ca8f5acff5bc55bb3f5f10ac9704f9311ad90f581e4ced25dcc22c39988ffacce1958f195234a60039d33ba7b7beb9aee2
 SHA512 
e3d98364b3788a7f5c56be49b99cecc98da6323fc7e6d47aff808580653ab9ee88636a2f5d357d596a9a580e778c20139cc162467e3e2c5fc736713c6e39
 DIST libev-4.24.tar.gz 524264 BLAKE2B 
92a480cfba67119c630211b9acfadfa2dc6ab1806ed015cca693829fa6deedeb4fc5530aa47e0a0d21304b0f626136110596ccdbeb75bc13ea5d23eeca7b9ded
 SHA512 
e4cb3b5dd4b9828d5b8da840c73ae4604258a8c4330aafa5472298b83bf944628f36918f0ddd47d9069d255639f0b24a2cf8d349f0644ffd50de823bcb54a31a
 DIST libev-4.25.tar.gz 545817 BLAKE2B 
a6ce69ba0a5824afc9e49afa8dba67f15b5945bb01104733c2a9478265fa78908ea26b6594c00f210c86eaef936956c16d3a55cb91a834501da0a6db12caf201
 SHA512 
83455d4dcb626a28d8477aaea27cdee6bc88b273fae926a57eed9f6a59d4b0ea2eef0f41ad09ff711aea2956ed83a591aa53cfe8aa242f7d0a4da19180d764c4
+DIST libev-4.27.tar.gz 556658 BLAKE2B 
a4cd33aa9320c0c81912b50c0f03cd338e09e9c1c63f14d682317322a3c875229b2317af00a48e65be9e56b165b994a385692b103cae7c44012a1281e764f27a
 SHA512 
18fbac15c3a24b2efcd547d98d423fe59a1684cd3afe7ff25a3da54d8df3e11f351df455657d830df93366853f74d584f6e47a7c9ffaba84aa586957bf39ea82

diff --git a/dev-libs/libev/libev-4.27.ebuild b/dev-libs/libev/libev-4.27.ebuild
new file mode 100644
index 000..1fcb053fd86
--- /dev/null
+++ b/dev-libs/libev/libev-4.27.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="A high-performance event loop/event model with lots of feature"
+HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
+SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
+   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+IUSE="elibc_glibc static-libs"
+
+# Bug #283558
+DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
+RDEPEND="${DEPEND}"
+
+DOCS=( Changes README )
+
+# bug #411847
+PATCHES=( "${FILESDIR}/${PN}-4.25-pc.patch" )
+
+src_prepare() {
+   default
+   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" \
+   econf \
+   --disable-maintainer-mode \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   if ! use static-libs; then
+   find "${D}" -name '*.la' -type f -delete || die
+   fi
+   einstalldocs
+}



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

2019-06-04 Thread Yixun Lan
commit: 2877d2ffe41ae6affd458e43413806059c0ccaac
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jun  4 06:39:48 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun  4 06:41:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2877d2ff

dev-libs/libev: version bump 4.25

Closes: https://bugs.gentoo.org/687020

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libev/Manifest  |  1 +
 dev-libs/libev/files/libev-4.25-pc.patch | 49 
 dev-libs/libev/libev-4.25.ebuild | 46 ++
 3 files changed, 96 insertions(+)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index 7b5a7059c37..ff478b40c0b 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,2 +1,3 @@
 DIST libev-4.23.tar.gz 524184 BLAKE2B 
bb8c15665e0ff59322bc2f076f4256ca8f5acff5bc55bb3f5f10ac9704f9311ad90f581e4ced25dcc22c39988ffacce1958f195234a60039d33ba7b7beb9aee2
 SHA512 
e3d98364b3788a7f5c56be49b99cecc98da6323fc7e6d47aff808580653ab9ee88636a2f5d357d596a9a580e778c20139cc162467e3e2c5fc736713c6e39
 DIST libev-4.24.tar.gz 524264 BLAKE2B 
92a480cfba67119c630211b9acfadfa2dc6ab1806ed015cca693829fa6deedeb4fc5530aa47e0a0d21304b0f626136110596ccdbeb75bc13ea5d23eeca7b9ded
 SHA512 
e4cb3b5dd4b9828d5b8da840c73ae4604258a8c4330aafa5472298b83bf944628f36918f0ddd47d9069d255639f0b24a2cf8d349f0644ffd50de823bcb54a31a
+DIST libev-4.25.tar.gz 545817 BLAKE2B 
a6ce69ba0a5824afc9e49afa8dba67f15b5945bb01104733c2a9478265fa78908ea26b6594c00f210c86eaef936956c16d3a55cb91a834501da0a6db12caf201
 SHA512 
83455d4dcb626a28d8477aaea27cdee6bc88b273fae926a57eed9f6a59d4b0ea2eef0f41ad09ff711aea2956ed83a591aa53cfe8aa242f7d0a4da19180d764c4

diff --git a/dev-libs/libev/files/libev-4.25-pc.patch 
b/dev-libs/libev/files/libev-4.25-pc.patch
new file mode 100644
index 000..a5e362479f3
--- /dev/null
+++ b/dev-libs/libev/files/libev-4.25-pc.patch
@@ -0,0 +1,49 @@
+diff --git a/Makefile.am b/Makefile.am
+index 059305b..76d9852 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -16,5 +16,8 @@ lib_LTLIBRARIES = libev.la
+ libev_la_SOURCES = ev.c event.c
+ libev_la_LDFLAGS = -version-info $(VERSION_INFO)
+ 
++pkgconfigdir = $(libdir)/pkgconfig
++pkgconfig_DATA = libev.pc
++
+ ev.3: ev.pod
+   pod2man -n LIBEV -r "libev-$(VERSION)" -c "libev - high performance 
full featured event loop" -s3 <$< >$@
+diff --git a/configure.ac b/configure.ac
+index b004dda..6ba3f5c 100644
+--- a/configure.ac
 b/configure.ac
+@@ -4,6 +4,7 @@ AC_INIT([libev], [4.25])
+ orig_CFLAGS="$CFLAGS"
+ 
+ AC_CONFIG_SRCDIR([ev_epoll.c])
++AC_CONFIG_MACRO_DIR([m4])
+ AM_INIT_AUTOMAKE
+ 
+ AC_CONFIG_HEADERS([config.h])
+@@ -23,5 +24,5 @@ AC_PROG_LIBTOOL
+ 
+ m4_include([libev.m4])
+ 
+-AC_CONFIG_FILES([Makefile])
++AC_CONFIG_FILES([Makefile libev.pc])
+ AC_OUTPUT
+diff --git a/libev.pc.in b/libev.pc.in
+new file mode 100644
+index 000..8bc8681
+--- /dev/null
 b/libev.pc.in
+@@ -0,0 +1,11 @@
++prefix=@prefix@
++exec_prefix=@prefix@
++libdir=@libdir@
++includedir=@includedir@
++
++Name: libev
++Description: A high-performance event loop/event model with lots of features
++Version: @VERSION@
++Libs: -L${libdir} -lev
++Libs.private:
++Cflags: -I${includedir}

diff --git a/dev-libs/libev/libev-4.25.ebuild b/dev-libs/libev/libev-4.25.ebuild
new file mode 100644
index 000..b2ac07e21a8
--- /dev/null
+++ b/dev-libs/libev/libev-4.25.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="A high-performance event loop/event model with lots of feature"
+HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
+SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
+   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+IUSE="elibc_glibc static-libs"
+
+# Bug #283558
+DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
+RDEPEND="${DEPEND}"
+
+DOCS=( Changes README )
+
+# bug #411847
+PATCHES=( "${FILESDIR}/${P}-pc.patch" )
+
+src_prepare() {
+   default
+   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" \
+   econf \
+   --disable-maintainer-mode \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   if ! use static-libs; then
+   find "${D}" -name '*.la' -type f -delete || die
+   fi
+   einstalldocs
+}



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

2019-05-05 Thread Mikle Kolyada
commit: 010c1537375978b9f473351344803840c2a20fe2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 13:41:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 13:41:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010c1537

dev-libs/libev: Add ~riscv keyword

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

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

diff --git a/dev-libs/libev/libev-4.24.ebuild b/dev-libs/libev/libev-4.24.ebuild
index 09f1af37979..162849edf9e 100644
--- a/dev-libs/libev/libev-4.24.ebuild
+++ b/dev-libs/libev/libev-4.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2018-01-29 Thread Mike Frysinger
commit: f5bff4e2fade2ba65db3e64fd4d2ae0304f8c17d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 29 20:00:39 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 29 20:10:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bff4e2

dev-libs/libev: mark 4.23 arm64/m68k/s390/sh stable

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

diff --git a/dev-libs/libev/libev-4.23.ebuild b/dev-libs/libev/libev-4.23.ebuild
index 9a694ef1a9a..f325fb0596a 100644
--- a/dev-libs/libev/libev-4.23.ebuild
+++ b/dev-libs/libev/libev-4.23.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2017-03-09 Thread Yixun Lan
commit: 00b127197a28c03736a580358978cb4bb87411ab
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Mar 10 07:33:58 2017 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar 10 07:49:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b12719

dev-libs/libev: drop old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-libs/libev/Manifest|  4 --
 .../libev/files/libev-4.15-automake-1.14.patch | 21 --
 dev-libs/libev/libev-4.15-r1.ebuild| 46 -
 dev-libs/libev/libev-4.19.ebuild   | 47 --
 dev-libs/libev/libev-4.20.ebuild   | 44 
 dev-libs/libev/libev-4.22.ebuild   | 44 
 6 files changed, 206 deletions(-)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index ac17b37db75..8a39e54245f 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,6 +1,2 @@
-DIST libev-4.15.tar.gz 513919 SHA256 
b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb SHA512 
bb3ab98d92e565bf2273d71c9004b84ad3b305c4e883482392fe6c701949344731bb4e391ac77578f71d9a80f0ec4b6afc2ae5449d4093cdcbee26d7dc17929d
 WHIRLPOOL 
9f3c44e4978c5d387bd6478bc3ce41894f875eef00eb2328dc47ab90683e3003662d6ac5c5406c8592ad3dc690d7768dcfb83d6916b6851d4988a53c20d72b51
-DIST libev-4.19.tar.gz 524429 SHA256 
88fc5f89ca96ceca14c16c10e7be3e921dae65e84932d680c2fd6a40173edccb SHA512 
0d1c8707ba0b665b4570a1dc4125d1fd9b0a25f8cad6552cb1fe8a7ea90920b14c15ad3a32806ddcd7efe68bb397dab973b3ee609dac5015c0d76959d850aaf1
 WHIRLPOOL 
d0047ef29b45401f246318ed90c568570c584fe6492498cb12f3ef61e79da5f95acf325b75200b363b7c64fc85a54cc2d3a15d9727c94b8bdcc663cc740ddbe5
-DIST libev-4.20.tar.gz 530091 SHA256 
f870334c7fa961e7f31087c7d76abf849f596e3048f8ed2a0aaa983cd73d449e SHA512 
0623f3fd4c8125c90b50d20aec2bd1bb2e42e4853723bb987d6289e588b3e063a002adc0fbcf9ee6a6f6c10eaf317b6aceb5cad139ff92f98af4df9001d901a6
 WHIRLPOOL 
cd2e93c9653c4f8a1856f8ce3c4fd6d78613c4fed7e100d59b35b87b116132166b75baefd488cb32a18961d7dfce7e24293d7c586a4adaa2fb7a719df51bed57
-DIST libev-4.22.tar.gz 531533 SHA256 
736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6 SHA512 
333f03065cec2615054892957cb87f8fe8461f7ac4e9f1e3ce362d3d2c32e62bffb635ec8cf1c0ec348923067c635d795d89eefc02e57395ae6aff27dc3ead3e
 WHIRLPOOL 
38de041c8c86b8229102ce4d68884fbf5f74b261a353acb2f0ccac92e85319357eaa2f4e6023239b8680139ea0a3f9a283d8cad4a1516e0eb8aed8edc5cd25f6
 DIST libev-4.23.tar.gz 524184 SHA256 
c7fe743e0c3b50dd34bf222ebdba4e8acac031d41ce174f17890f8f84eeddd7a SHA512 
e3d98364b3788a7f5c56be49b99cecc98da6323fc7e6d47aff808580653ab9ee88636a2f5d357d596a9a580e778c20139cc162467e3e2c5fc736713c6e39
 WHIRLPOOL 
4ed45531e316fb9193d91b6b8bd24d678b3ccb310d30df1958a53ed4a49f73940c3a5385b81e94daf7ebd936cb2488cb002e7cda920e66d74f5393608d8118c8
 DIST libev-4.24.tar.gz 524264 SHA256 
973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821 SHA512 
e4cb3b5dd4b9828d5b8da840c73ae4604258a8c4330aafa5472298b83bf944628f36918f0ddd47d9069d255639f0b24a2cf8d349f0644ffd50de823bcb54a31a
 WHIRLPOOL 
552c5a4fffc1abba7fcc0cfc4e20a3562fc37fe5704953801397c2720a646b9b5b76bfefd5eb9f1c33f30a4431d02d7ce3938f2bb77b051e095b773a2b4d2d9e

diff --git a/dev-libs/libev/files/libev-4.15-automake-1.14.patch 
b/dev-libs/libev/files/libev-4.15-automake-1.14.patch
deleted file mode 100644
index 22fcc1a0093..000
--- a/dev-libs/libev/files/libev-4.15-automake-1.14.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Gentoo bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=493050
-Patch-by: Dennis 'dlan' Lan 
-
-diff --git a/configure.ac b/configure.ac
-index 7ea3ec8..290fce0 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1,11 +1,12 @@
- AC_INIT
- 
-+AM_INIT_AUTOMAKE(libev,4.15) dnl also update ev.h!
-+
- orig_CFLAGS="$CFLAGS"
- 
- AC_CONFIG_SRCDIR([ev_epoll.c])
- AC_CONFIG_MACRO_DIR([m4])
- 
--AM_INIT_AUTOMAKE(libev,4.15) dnl also update ev.h!
- AC_CONFIG_HEADERS([config.h])
- AM_MAINTAINER_MODE
- 

diff --git a/dev-libs/libev/libev-4.15-r1.ebuild 
b/dev-libs/libev/libev-4.15-r1.ebuild
deleted file mode 100644
index bbd631525ab..000
--- a/dev-libs/libev/libev-4.15-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="A high-performance event loop/event model with lots of feature"
-HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
-SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
-   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
-
-LICENSE="|| ( BSD GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="elibc_glibc static-libs"
-
-# Bug #283558
-DEPEND="elibc_glibc? ( 

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

2017-03-01 Thread Michael Weber
commit: 62b34c89aa5a2732efa4bb6824293bf48206a565
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Mar  1 11:11:22 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Mar  1 13:04:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b34c89

dev-libs/libev: arm stable (bug 609582).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-libs/libev/libev-4.23.ebuild b/dev-libs/libev/libev-4.23.ebuild
index cdd7e380816..9a694ef1a9a 100644
--- a/dev-libs/libev/libev-4.23.ebuild
+++ b/dev-libs/libev/libev-4.23.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2017-02-23 Thread Jeroen Roovers
commit: af266e5f161897e9e3575c23a9d82e8cf6ee9bcf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Feb 23 11:56:31 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Feb 23 11:57:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af266e5f

dev-libs/libev: Stable for HPPA PPC64 (bug #609582).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

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

diff --git a/dev-libs/libev/libev-4.23.ebuild b/dev-libs/libev/libev-4.23.ebuild
index 9a86209916..a2863b0c73 100644
--- a/dev-libs/libev/libev-4.23.ebuild
+++ b/dev-libs/libev/libev-4.23.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2017-02-21 Thread Tobias Klausmann
commit: 131f60c4f9736baa9dd7da384e6d63f35d2d0eee
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Feb 21 11:52:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Feb 21 11:52:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131f60c4

dev-libs/libev-4.23-r0: add alpha keyword

Gentoo-Bug: 609582

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

diff --git a/dev-libs/libev/libev-4.23.ebuild b/dev-libs/libev/libev-4.23.ebuild
index f843633e98..9a86209916 100644
--- a/dev-libs/libev/libev-4.23.ebuild
+++ b/dev-libs/libev/libev-4.23.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2017-02-17 Thread Agostino Sarubbo
commit: 91abd70e4458a66f8d303074e22a3b441f5bc4f3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 17 14:50:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 17 14:50:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91abd70e

dev-libs/libev: x86 stable wrt bug #609582

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libev/libev-4.23.ebuild b/dev-libs/libev/libev-4.23.ebuild
index fa5a8dcaae..08615e1880 100644
--- a/dev-libs/libev/libev-4.23.ebuild
+++ b/dev-libs/libev/libev-4.23.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2017-02-17 Thread Agostino Sarubbo
commit: 70544a9e6196e37fb67b1793e4faf4f00354cce4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 17 13:44:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 17 13:44:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70544a9e

dev-libs/libev: amd64 stable wrt bug #609582

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libev/libev-4.23.ebuild b/dev-libs/libev/libev-4.23.ebuild
index 38aafdbdc2..fa5a8dcaae 100644
--- a/dev-libs/libev/libev-4.23.ebuild
+++ b/dev-libs/libev/libev-4.23.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2017-02-15 Thread Yixun Lan
commit: d4d4775d0a68f2ce90b827e390b3bc3b0516fefa
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Feb 15 21:43:34 2017 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Feb 15 21:45:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d4775d

dev-libs/libev: version bump, 4.24

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libev/Manifest  |  1 +
 dev-libs/libev/libev-4.24.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index b122c38f85..ac17b37db7 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -3,3 +3,4 @@ DIST libev-4.19.tar.gz 524429 SHA256 
88fc5f89ca96ceca14c16c10e7be3e921dae65e8493
 DIST libev-4.20.tar.gz 530091 SHA256 
f870334c7fa961e7f31087c7d76abf849f596e3048f8ed2a0aaa983cd73d449e SHA512 
0623f3fd4c8125c90b50d20aec2bd1bb2e42e4853723bb987d6289e588b3e063a002adc0fbcf9ee6a6f6c10eaf317b6aceb5cad139ff92f98af4df9001d901a6
 WHIRLPOOL 
cd2e93c9653c4f8a1856f8ce3c4fd6d78613c4fed7e100d59b35b87b116132166b75baefd488cb32a18961d7dfce7e24293d7c586a4adaa2fb7a719df51bed57
 DIST libev-4.22.tar.gz 531533 SHA256 
736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6 SHA512 
333f03065cec2615054892957cb87f8fe8461f7ac4e9f1e3ce362d3d2c32e62bffb635ec8cf1c0ec348923067c635d795d89eefc02e57395ae6aff27dc3ead3e
 WHIRLPOOL 
38de041c8c86b8229102ce4d68884fbf5f74b261a353acb2f0ccac92e85319357eaa2f4e6023239b8680139ea0a3f9a283d8cad4a1516e0eb8aed8edc5cd25f6
 DIST libev-4.23.tar.gz 524184 SHA256 
c7fe743e0c3b50dd34bf222ebdba4e8acac031d41ce174f17890f8f84eeddd7a SHA512 
e3d98364b3788a7f5c56be49b99cecc98da6323fc7e6d47aff808580653ab9ee88636a2f5d357d596a9a580e778c20139cc162467e3e2c5fc736713c6e39
 WHIRLPOOL 
4ed45531e316fb9193d91b6b8bd24d678b3ccb310d30df1958a53ed4a49f73940c3a5385b81e94daf7ebd936cb2488cb002e7cda920e66d74f5393608d8118c8
+DIST libev-4.24.tar.gz 524264 SHA256 
973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821 SHA512 
e4cb3b5dd4b9828d5b8da840c73ae4604258a8c4330aafa5472298b83bf944628f36918f0ddd47d9069d255639f0b24a2cf8d349f0644ffd50de823bcb54a31a
 WHIRLPOOL 
552c5a4fffc1abba7fcc0cfc4e20a3562fc37fe5704953801397c2720a646b9b5b76bfefd5eb9f1c33f30a4431d02d7ce3938f2bb77b051e095b773a2b4d2d9e

diff --git a/dev-libs/libev/libev-4.24.ebuild b/dev-libs/libev/libev-4.24.ebuild
new file mode 100644
index 00..38aafdbdc2
--- /dev/null
+++ b/dev-libs/libev/libev-4.24.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="A high-performance event loop/event model with lots of feature"
+HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
+SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
+   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+IUSE="elibc_glibc static-libs"
+
+# Bug #283558
+DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
+RDEPEND="${DEPEND}"
+
+DOCS=( Changes README )
+
+src_prepare() {
+   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
+
+   # bug #411847
+   epatch "${FILESDIR}/${PN}-pc.patch"
+
+   epatch_user
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" \
+   econf \
+   --disable-maintainer-mode \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   use static-libs || prune_libtool_files
+   einstalldocs
+}



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

2017-01-29 Thread Fabian Groffen
commit: 4de760cef3ad02751aaf2fdaedd1e28266b6534b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 16:06:43 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 16:06:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de760ce

dev-libs/libev: dropped ~x64-freebsd ~x86-freebsd

Package-Manager: portage-2.3.3

 dev-libs/libev/libev-4.15-r1.ebuild | 4 ++--
 dev-libs/libev/libev-4.19.ebuild| 4 ++--
 dev-libs/libev/libev-4.20.ebuild| 4 ++--
 dev-libs/libev/libev-4.22.ebuild| 4 ++--
 dev-libs/libev/libev-4.23.ebuild| 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-libs/libev/libev-4.15-r1.ebuild 
b/dev-libs/libev/libev-4.15-r1.ebuild
index 3068a42..98332e3 100644
--- a/dev-libs/libev/libev-4.15-r1.ebuild
+++ b/dev-libs/libev/libev-4.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558

diff --git a/dev-libs/libev/libev-4.19.ebuild b/dev-libs/libev/libev-4.19.ebuild
index c09568b..01e45c9 100644
--- a/dev-libs/libev/libev-4.19.ebuild
+++ b/dev-libs/libev/libev-4.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558

diff --git a/dev-libs/libev/libev-4.20.ebuild b/dev-libs/libev/libev-4.20.ebuild
index fdf6151..38aafdb 100644
--- a/dev-libs/libev/libev-4.20.ebuild
+++ b/dev-libs/libev/libev-4.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558

diff --git a/dev-libs/libev/libev-4.22.ebuild b/dev-libs/libev/libev-4.22.ebuild
index fdf6151..38aafdb 100644
--- a/dev-libs/libev/libev-4.22.ebuild
+++ b/dev-libs/libev/libev-4.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558

diff --git a/dev-libs/libev/libev-4.23.ebuild b/dev-libs/libev/libev-4.23.ebuild
index 2e6a54e..38aafdb 100644
--- a/dev-libs/libev/libev-4.23.ebuild
+++ b/dev-libs/libev/libev-4.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2016-12-12 Thread Yixun Lan
commit: c39e45d115df5e502d275656f17e5a1b39bf7589
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Dec 11 14:05:48 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Dec 12 12:42:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39e45d1

dev-libs/libev: version bump

Package-Manager: portage-2.3.3

 dev-libs/libev/Manifest  |  1 +
 dev-libs/libev/libev-4.23.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index 983ff8c..b122c38 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -2,3 +2,4 @@ DIST libev-4.15.tar.gz 513919 SHA256 
b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0
 DIST libev-4.19.tar.gz 524429 SHA256 
88fc5f89ca96ceca14c16c10e7be3e921dae65e84932d680c2fd6a40173edccb SHA512 
0d1c8707ba0b665b4570a1dc4125d1fd9b0a25f8cad6552cb1fe8a7ea90920b14c15ad3a32806ddcd7efe68bb397dab973b3ee609dac5015c0d76959d850aaf1
 WHIRLPOOL 
d0047ef29b45401f246318ed90c568570c584fe6492498cb12f3ef61e79da5f95acf325b75200b363b7c64fc85a54cc2d3a15d9727c94b8bdcc663cc740ddbe5
 DIST libev-4.20.tar.gz 530091 SHA256 
f870334c7fa961e7f31087c7d76abf849f596e3048f8ed2a0aaa983cd73d449e SHA512 
0623f3fd4c8125c90b50d20aec2bd1bb2e42e4853723bb987d6289e588b3e063a002adc0fbcf9ee6a6f6c10eaf317b6aceb5cad139ff92f98af4df9001d901a6
 WHIRLPOOL 
cd2e93c9653c4f8a1856f8ce3c4fd6d78613c4fed7e100d59b35b87b116132166b75baefd488cb32a18961d7dfce7e24293d7c586a4adaa2fb7a719df51bed57
 DIST libev-4.22.tar.gz 531533 SHA256 
736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6 SHA512 
333f03065cec2615054892957cb87f8fe8461f7ac4e9f1e3ce362d3d2c32e62bffb635ec8cf1c0ec348923067c635d795d89eefc02e57395ae6aff27dc3ead3e
 WHIRLPOOL 
38de041c8c86b8229102ce4d68884fbf5f74b261a353acb2f0ccac92e85319357eaa2f4e6023239b8680139ea0a3f9a283d8cad4a1516e0eb8aed8edc5cd25f6
+DIST libev-4.23.tar.gz 524184 SHA256 
c7fe743e0c3b50dd34bf222ebdba4e8acac031d41ce174f17890f8f84eeddd7a SHA512 
e3d98364b3788a7f5c56be49b99cecc98da6323fc7e6d47aff808580653ab9ee88636a2f5d357d596a9a580e778c20139cc162467e3e2c5fc736713c6e39
 WHIRLPOOL 
4ed45531e316fb9193d91b6b8bd24d678b3ccb310d30df1958a53ed4a49f73940c3a5385b81e94daf7ebd936cb2488cb002e7cda920e66d74f5393608d8118c8

diff --git a/dev-libs/libev/libev-4.23.ebuild b/dev-libs/libev/libev-4.23.ebuild
new file mode 100644
index ..2e6a54e
--- /dev/null
+++ b/dev-libs/libev/libev-4.23.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="A high-performance event loop/event model with lots of feature"
+HOMEPAGE="http://software.schmorp.de/pkg/libev.html;
+SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
+   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+IUSE="elibc_glibc static-libs"
+
+# Bug #283558
+DEPEND="elibc_glibc? ( >=sys-libs/glibc-2.9_p20081201 )"
+RDEPEND="${DEPEND}"
+
+DOCS=( Changes README )
+
+src_prepare() {
+   sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
+
+   # bug #411847
+   epatch "${FILESDIR}/${PN}-pc.patch"
+
+   epatch_user
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" \
+   econf \
+   --disable-maintainer-mode \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   use static-libs || prune_libtool_files
+   einstalldocs
+}



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

2015-12-20 Thread Yixun Lan
commit: 6504e9bbda24bb67da76e0aacff4ca31c5a14a33
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Dec 21 01:59:17 2015 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Dec 21 07:45:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6504e9bb

dev-libs/libev: version bump 4.22, drop 4.18

Package-Manager: portage-2.2.26

 dev-libs/libev/Manifest | 2 +-
 dev-libs/libev/{libev-4.18.ebuild => libev-4.22.ebuild} | 5 +
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index 9dc9c95..983ff8c 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,4 +1,4 @@
 DIST libev-4.15.tar.gz 513919 SHA256 
b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb SHA512 
bb3ab98d92e565bf2273d71c9004b84ad3b305c4e883482392fe6c701949344731bb4e391ac77578f71d9a80f0ec4b6afc2ae5449d4093cdcbee26d7dc17929d
 WHIRLPOOL 
9f3c44e4978c5d387bd6478bc3ce41894f875eef00eb2328dc47ab90683e3003662d6ac5c5406c8592ad3dc690d7768dcfb83d6916b6851d4988a53c20d72b51
-DIST libev-4.18.tar.gz 517265 SHA256 
38300812f870150d44db4fd073658db7eaceb4125f5c51cf395ee4409453fe4f SHA512 
b2eb423012a134b1689603ef62b5fa576f9fd1484ac8825d1e478d1da58ce6503970de07eebfad9dcc77ee60cd4fd17152e103345ac1934c04ed2eee249bd227
 WHIRLPOOL 
9eab082d74555dae199a220895ce9e82dc8ee47ef6939b1ed6294a6a109cb831c309d7df8ed8e95ef3b5025c639eae60d517da81e3363d20e3b829d2d8c69c1b
 DIST libev-4.19.tar.gz 524429 SHA256 
88fc5f89ca96ceca14c16c10e7be3e921dae65e84932d680c2fd6a40173edccb SHA512 
0d1c8707ba0b665b4570a1dc4125d1fd9b0a25f8cad6552cb1fe8a7ea90920b14c15ad3a32806ddcd7efe68bb397dab973b3ee609dac5015c0d76959d850aaf1
 WHIRLPOOL 
d0047ef29b45401f246318ed90c568570c584fe6492498cb12f3ef61e79da5f95acf325b75200b363b7c64fc85a54cc2d3a15d9727c94b8bdcc663cc740ddbe5
 DIST libev-4.20.tar.gz 530091 SHA256 
f870334c7fa961e7f31087c7d76abf849f596e3048f8ed2a0aaa983cd73d449e SHA512 
0623f3fd4c8125c90b50d20aec2bd1bb2e42e4853723bb987d6289e588b3e063a002adc0fbcf9ee6a6f6c10eaf317b6aceb5cad139ff92f98af4df9001d901a6
 WHIRLPOOL 
cd2e93c9653c4f8a1856f8ce3c4fd6d78613c4fed7e100d59b35b87b116132166b75baefd488cb32a18961d7dfce7e24293d7c586a4adaa2fb7a719df51bed57
+DIST libev-4.22.tar.gz 531533 SHA256 
736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6 SHA512 
333f03065cec2615054892957cb87f8fe8461f7ac4e9f1e3ce362d3d2c32e62bffb635ec8cf1c0ec348923067c635d795d89eefc02e57395ae6aff27dc3ead3e
 WHIRLPOOL 
38de041c8c86b8229102ce4d68884fbf5f74b261a353acb2f0ccac92e85319357eaa2f4e6023239b8680139ea0a3f9a283d8cad4a1516e0eb8aed8edc5cd25f6

diff --git a/dev-libs/libev/libev-4.18.ebuild b/dev-libs/libev/libev-4.22.ebuild
similarity index 90%
rename from dev-libs/libev/libev-4.18.ebuild
rename to dev-libs/libev/libev-4.22.ebuild
index 172e9a7..fdf6151 100644
--- a/dev-libs/libev/libev-4.18.ebuild
+++ b/dev-libs/libev/libev-4.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,9 +25,6 @@ DOCS=( Changes README )
 src_prepare() {
sed -i -e "/^include_HEADERS/s/ event.h//" Makefile.am || die
 
-   # bug #493050
-   sed -i -e "/^AM_INIT_AUTOMAKE/a\ " configure.ac || die
-
# bug #411847
epatch "${FILESDIR}/${PN}-pc.patch"
 



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

2015-09-24 Thread Agostino Sarubbo
commit: bb0b55b8a7e522cc5a14addb89276da667696c95
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 24 07:57:41 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 24 07:57:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0b55b8

dev-libs/libev: ia64 stable wrt bug #558136

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-libs/libev/libev-4.19.ebuild b/dev-libs/libev/libev-4.19.ebuild
index ab6e009..c09568b 100644
--- a/dev-libs/libev/libev-4.19.ebuild
+++ b/dev-libs/libev/libev-4.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2015-09-15 Thread Tobias Klausmann
commit: 7fae6ad72e47893cba7dede050a448beb8553405
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Sep 15 10:46:55 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Sep 15 10:47:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fae6ad7

dev-libs/libev: add alpha keyword

Gentoo-Bug: 558734

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-libs/libev/libev-4.15-r1.ebuild 
b/dev-libs/libev/libev-4.15-r1.ebuild
index 105241c..3068a42 100644
--- a/dev-libs/libev/libev-4.15-r1.ebuild
+++ b/dev-libs/libev/libev-4.15-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2015-09-06 Thread Jeroen Roovers
commit: b51cde706e13e517f986f09a932bd55d5e062342
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep  7 05:31:32 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep  7 05:31:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51cde70

dev-libs/libev: Stable for PPC64 (bug #558136).

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-libs/libev/libev-4.19.ebuild b/dev-libs/libev/libev-4.19.ebuild
index 05797b4..8699eba 100644
--- a/dev-libs/libev/libev-4.19.ebuild
+++ b/dev-libs/libev/libev-4.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2015-09-02 Thread Markus Meier
commit: f4ca562d9cedc52caf1f5edc04746893542b6c71
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Sep  2 19:47:48 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Sep  2 19:47:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ca562d

dev-libs/libev: arm stable, bug #558136

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-libs/libev/libev-4.19.ebuild b/dev-libs/libev/libev-4.19.ebuild
index 287b1b4..8a7a142 100644
--- a/dev-libs/libev/libev-4.19.ebuild
+++ b/dev-libs/libev/libev-4.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2015-08-26 Thread Agostino Sarubbo
commit: 17bc54127e9e7a9393df97b3d249732ac4bcd4af
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Wed Aug 26 10:43:16 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Wed Aug 26 10:43:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17bc5412

dev-libs/libev: amd64 stable wrt bug #558136

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=amd64

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

diff --git a/dev-libs/libev/libev-4.19.ebuild b/dev-libs/libev/libev-4.19.ebuild
index 7f840fa..287b1b4 100644
--- a/dev-libs/libev/libev-4.19.ebuild
+++ b/dev-libs/libev/libev-4.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI=http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE=|| ( BSD GPL-2 )
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
 IUSE=elibc_glibc static-libs
 
 # Bug #283558



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

2015-08-23 Thread Jeroen Roovers
commit: d47588117f020436baf58daec385d9ee82203e0d
Author: Jeroen Roovers jer AT gentoo DOT org
AuthorDate: Sun Aug 23 08:36:07 2015 +
Commit: Jeroen Roovers jer AT gentoo DOT org
CommitDate: Sun Aug 23 08:36:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4758811

dev-libs/libev: Stable for HPPA (bug #558136).

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-libs/libev/libev-4.19.ebuild b/dev-libs/libev/libev-4.19.ebuild
index 172e9a7..7f840fa 100644
--- a/dev-libs/libev/libev-4.19.ebuild
+++ b/dev-libs/libev/libev-4.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI=http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE=|| ( BSD GPL-2 )
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
 IUSE=elibc_glibc static-libs
 
 # Bug #283558



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

2015-08-19 Thread Yixun Lan
commit: d19a938f6ed0aaa280f4269647f1607735a01fac
Author: Yixun Lan dlan AT gentoo DOT org
AuthorDate: Wed Aug 19 14:32:59 2015 +
Commit: Yixun Lan dlan AT gentoo DOT org
CommitDate: Wed Aug 19 14:53:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19a938f

dev-libs/libev: version bump 4.20

Package-Manager: portage-2.2.20.1

 dev-libs/libev/Manifest  |  1 +
 dev-libs/libev/libev-4.20.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/libev/Manifest b/dev-libs/libev/Manifest
index e494adf..9dc9c95 100644
--- a/dev-libs/libev/Manifest
+++ b/dev-libs/libev/Manifest
@@ -1,3 +1,4 @@
 DIST libev-4.15.tar.gz 513919 SHA256 
b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb SHA512 
bb3ab98d92e565bf2273d71c9004b84ad3b305c4e883482392fe6c701949344731bb4e391ac77578f71d9a80f0ec4b6afc2ae5449d4093cdcbee26d7dc17929d
 WHIRLPOOL 
9f3c44e4978c5d387bd6478bc3ce41894f875eef00eb2328dc47ab90683e3003662d6ac5c5406c8592ad3dc690d7768dcfb83d6916b6851d4988a53c20d72b51
 DIST libev-4.18.tar.gz 517265 SHA256 
38300812f870150d44db4fd073658db7eaceb4125f5c51cf395ee4409453fe4f SHA512 
b2eb423012a134b1689603ef62b5fa576f9fd1484ac8825d1e478d1da58ce6503970de07eebfad9dcc77ee60cd4fd17152e103345ac1934c04ed2eee249bd227
 WHIRLPOOL 
9eab082d74555dae199a220895ce9e82dc8ee47ef6939b1ed6294a6a109cb831c309d7df8ed8e95ef3b5025c639eae60d517da81e3363d20e3b829d2d8c69c1b
 DIST libev-4.19.tar.gz 524429 SHA256 
88fc5f89ca96ceca14c16c10e7be3e921dae65e84932d680c2fd6a40173edccb SHA512 
0d1c8707ba0b665b4570a1dc4125d1fd9b0a25f8cad6552cb1fe8a7ea90920b14c15ad3a32806ddcd7efe68bb397dab973b3ee609dac5015c0d76959d850aaf1
 WHIRLPOOL 
d0047ef29b45401f246318ed90c568570c584fe6492498cb12f3ef61e79da5f95acf325b75200b363b7c64fc85a54cc2d3a15d9727c94b8bdcc663cc740ddbe5
+DIST libev-4.20.tar.gz 530091 SHA256 
f870334c7fa961e7f31087c7d76abf849f596e3048f8ed2a0aaa983cd73d449e SHA512 
0623f3fd4c8125c90b50d20aec2bd1bb2e42e4853723bb987d6289e588b3e063a002adc0fbcf9ee6a6f6c10eaf317b6aceb5cad139ff92f98af4df9001d901a6
 WHIRLPOOL 
cd2e93c9653c4f8a1856f8ce3c4fd6d78613c4fed7e100d59b35b87b116132166b75baefd488cb32a18961d7dfce7e24293d7c586a4adaa2fb7a719df51bed57

diff --git a/dev-libs/libev/libev-4.20.ebuild b/dev-libs/libev/libev-4.20.ebuild
new file mode 100644
index 000..fdf6151
--- /dev/null
+++ b/dev-libs/libev/libev-4.20.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION=A high-performance event loop/event model with lots of feature
+HOMEPAGE=http://software.schmorp.de/pkg/libev.html;
+SRC_URI=http://dist.schmorp.de/libev/${P}.tar.gz
+   http://dist.schmorp.de/libev/Attic/${P}.tar.gz;
+
+LICENSE=|| ( BSD GPL-2 )
+SLOT=0
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos
+IUSE=elibc_glibc static-libs
+
+# Bug #283558
+DEPEND=elibc_glibc? ( =sys-libs/glibc-2.9_p20081201 )
+RDEPEND=${DEPEND}
+
+DOCS=( Changes README )
+
+src_prepare() {
+   sed -i -e /^include_HEADERS/s/ event.h// Makefile.am || die
+
+   # bug #411847
+   epatch ${FILESDIR}/${PN}-pc.patch
+
+   epatch_user
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --disable-maintainer-mode \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   use static-libs || prune_libtool_files
+   einstalldocs
+}