public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2017-08-03  8:20 Sergei Trofimovich
  0 siblings, 0 replies; 19+ messages in thread
From: Sergei Trofimovich @ 2017-08-03  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4a446549835ca6e69d68ce4bc8420d2d2100b3d5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 08:19:49 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 08:19:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a446549

dev-perl/EV: keyworded 4.220.0 for ppc, bug #620882

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

 dev-perl/EV/EV-4.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
index 02ae23f9b8a..16568e0ff0d 100644
--- a/dev-perl/EV/EV-4.220.0.ebuild
+++ b/dev-perl/EV/EV-4.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2024-06-09 20:36 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-06-09 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     04791d11a2c253123f2d83b80c1abeaa984890ad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 20:36:09 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 20:36:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04791d11

dev-perl/EV: Stabilize 4.340.0 amd64, #933897

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/EV/EV-4.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.340.0.ebuild b/dev-perl/EV/EV-4.340.0.ebuild
index 3a1cb46b8450..d19055981cd5 100644
--- a/dev-perl/EV/EV-4.340.0.ebuild
+++ b/dev-perl/EV/EV-4.340.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Perl interface to libev, a high performance full-featured event loo
 
 LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	dev-perl/common-sense


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2024-05-01  8:52 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-05-01  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ddfb26955d04da870f5a02a31ef3d3d93c3e36b4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 08:52:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  1 08:52:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfb2695

dev-perl/EV: add 4.340.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/EV/EV-4.340.0.ebuild | 31 +++++++++++++++++++++++++++++++
 dev-perl/EV/Manifest          |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/EV/EV-4.340.0.ebuild b/dev-perl/EV/EV-4.340.0.ebuild
new file mode 100644
index 000000000000..3a1cb46b8450
--- /dev/null
+++ b/dev-perl/EV/EV-4.340.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=4.34
+inherit flag-o-matic perl-module
+
+DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
+
+LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+	dev-perl/common-sense
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/Canary-Stability
+"
+
+src_compile() {
+	# See bug #855869 and its large number of dupes in bundled libev copies.
+	filter-lto
+	append-flags -fno-strict-aliasing
+
+	perl-module_src_compile
+}

diff --git a/dev-perl/EV/Manifest b/dev-perl/EV/Manifest
index 9aee67db44f1..f4b541dc17ce 100644
--- a/dev-perl/EV/Manifest
+++ b/dev-perl/EV/Manifest
@@ -1 +1,2 @@
 DIST EV-4.33.tar.gz 218067 BLAKE2B ea704806b66e2c8f944d417b24ffa3923288f96624296ab0320de693651d675c54a8b58b3b75914dc73dec1d7c65da04dfd9dd3b573d3f11978a3865f66fe991 SHA512 dd90739888ffd793652fc6590cbfd6f3df1ea25b1a6e478dc903ef10f49f9c729e87005b94f47786ca7603cf27b02e1d5d8a2941037bef25ba5a83fe608e89c5
+DIST EV-4.34.tar.gz 220047 BLAKE2B 590c44e407b20e79da645f1410ca142274941c32726195c3f57da7de371a83b0fe687a2233acf8b5657243d6ca68eeb0b29a4325ad091ff769af252710bfaf10 SHA512 938f675ec960be40ebe98416450b2d8866581250560b4b6781cd36926e360ab2b3f8d4cc39145ed068753b9952e5c220316cefd4d99a6ca63c2bfde56329306e


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2024-02-29  0:50 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-02-29  0:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d5413c49a093b77dd397f5343936c9926599fde7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 00:47:56 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 00:47:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5413c49

dev-perl/EV: filter LTO, no-SA

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

Closes: https://bugs.gentoo.org/856109
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/EV/EV-4.330.0.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-perl/EV/EV-4.330.0.ebuild b/dev-perl/EV/EV-4.330.0.ebuild
index ec997f6507ff..374a2b8ab945 100644
--- a/dev-perl/EV/EV-4.330.0.ebuild
+++ b/dev-perl/EV/EV-4.330.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DIST_AUTHOR=MLEHMANN
 DIST_VERSION=4.33
-inherit perl-module
+inherit flag-o-matic perl-module
 
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
@@ -21,6 +21,10 @@ BDEPEND="${RDEPEND}
 	dev-perl/Canary-Stability
 "
 src_compile() {
+	# See bug #855869 and its large number of dupes in bundled libev copies.
+	filter-lto
+	append-flags -fno-strict-aliasing
+
 	mymake=(
 		"OPTIMIZE=${CFLAGS}"
 	)


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2021-10-24 14:46 Andreas K. Hüttel
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas K. Hüttel @ 2021-10-24 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8ae1cde99da7004f8619eb47471e54c4ceaf146d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 14:33:37 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 14:46:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae1cde9

dev-perl/EV: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/EV/EV-4.220.0.ebuild | 22 ----------------------
 dev-perl/EV/Manifest          |  1 -
 2 files changed, 23 deletions(-)

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
deleted file mode 100644
index ada844bcf62..00000000000
--- a/dev-perl/EV/EV-4.220.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MLEHMANN
-DIST_VERSION=4.22
-inherit perl-module
-
-DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="
-	dev-perl/common-sense
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/Canary-Stability
-"

diff --git a/dev-perl/EV/Manifest b/dev-perl/EV/Manifest
index 9efc71d9d9c..9aee67db44f 100644
--- a/dev-perl/EV/Manifest
+++ b/dev-perl/EV/Manifest
@@ -1,2 +1 @@
-DIST EV-4.22.tar.gz 193418 BLAKE2B ac07559dd2b35e68da0338a52cbc201ed59b0f690e2c2bf7dae0e2476356cdb5fc3d749fd98b7fdb97f16c7e318c8ac20067f89c1c43b84c4ab148c241ded399 SHA512 0d30d1388a75ed3af24c3b854d8c2a54bfc62c274591f13205c35748f3652122bae85f46aae174ce5963395233536222c8fae35e8118cbd5af2f7ed0c45b70de
 DIST EV-4.33.tar.gz 218067 BLAKE2B ea704806b66e2c8f944d417b24ffa3923288f96624296ab0320de693651d675c54a8b58b3b75914dc73dec1d7c65da04dfd9dd3b573d3f11978a3865f66fe991 SHA512 dd90739888ffd793652fc6590cbfd6f3df1ea25b1a6e478dc903ef10f49f9c729e87005b94f47786ca7603cf27b02e1d5d8a2941037bef25ba5a83fe608e89c5


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2021-09-26 22:16 Marek Szuba
  0 siblings, 0 replies; 19+ messages in thread
From: Marek Szuba @ 2021-09-26 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     175f45f3c581391d6a4df6dd3cadb22bcca59065
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 22:03:24 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 22:15:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175f45f3

dev-perl/EV: keyword 4.330.0 for ~riscv

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-perl/EV/EV-4.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.330.0.ebuild b/dev-perl/EV/EV-4.330.0.ebuild
index 0540daeb296..ec997f6507f 100644
--- a/dev-perl/EV/EV-4.330.0.ebuild
+++ b/dev-perl/EV/EV-4.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2021-05-29 13:28 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-05-29 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     8fae2e75f20d8bdaf8ad688e8be170ae045643e9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 10:20:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 29 10:21:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fae2e75

dev-perl/EV: Stabilize 4.330.0 ppc64, #792663

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/EV/EV-4.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.330.0.ebuild b/dev-perl/EV/EV-4.330.0.ebuild
index d4062eed67d..0540daeb296 100644
--- a/dev-perl/EV/EV-4.330.0.ebuild
+++ b/dev-perl/EV/EV-4.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2021-05-29  8:41 Agostino Sarubbo
  0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2021-05-29  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c10a751bc423d2ba2ca5b3c4aca632314d0a2d70
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 08:40:47 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May 29 08:40:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10a751b

dev-perl/EV: amd64 stable wrt bug #792663

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/EV/EV-4.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.330.0.ebuild b/dev-perl/EV/EV-4.330.0.ebuild
index 46726975920..d4062eed67d 100644
--- a/dev-perl/EV/EV-4.330.0.ebuild
+++ b/dev-perl/EV/EV-4.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2021-05-29  6:09 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-05-29  6:09 UTC (permalink / raw
  To: gentoo-commits

commit:     58359cb9a5a9302a72f7f3dec5e391eea7245435
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 06:08:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 29 06:08:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58359cb9

dev-perl/EV: Stabilize 4.330.0 x86, #792663

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/EV/EV-4.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.330.0.ebuild b/dev-perl/EV/EV-4.330.0.ebuild
index a763f7b229d..46726975920 100644
--- a/dev-perl/EV/EV-4.330.0.ebuild
+++ b/dev-perl/EV/EV-4.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2020-08-07 19:36 Kent Fredric
  0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2020-08-07 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     93f0c3ba015c3d4b0db14ff254311ef8a8e23748
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  7 18:55:28 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug  7 19:36:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f0c3ba

dev-perl/EV: Bump to version 4.330.0

- EAPI7
- Fixup LICENSE
- Ensure CFLAGS passed to make/compiler
- Note: I investigated the possibilitiy of using system libev, which is
  published by the same author, but it isn't currently possible due to
  the build code needing *c* files from libev directly, and I'm not sure
  how to decouple that reliably.

Upstream:
- Sync to (bundled) libev 4.31
- Fix an assertion with a typo
- Avoid perl's assert() in more places due to it misbehaving
- update libecb for windows environments
- use the new ev_io_modify in EV::IO->events
- Add mutator methods Timer->repeat,
  Periodic->{offset,interval,reschedule_cb}
- Minor optimizations
- Try to name `ev.h` more explicitly for portability
- Opportunistic round-up of wait times in polling backends to avoid
  unneeded loop iterations
- Fix minix 3.3 support
- Allow users to re-enable assert() in case it is disabled by perl
- Allow linux AIO backend to be used by default
- Only use __register_atfork with glibc/uclibc, to avoid being broken on
  musl

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/EV/EV-4.330.0.ebuild | 28 ++++++++++++++++++++++++++++
 dev-perl/EV/Manifest          |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/EV/EV-4.330.0.ebuild b/dev-perl/EV/EV-4.330.0.ebuild
new file mode 100644
index 00000000000..4aba09327aa
--- /dev/null
+++ b/dev-perl/EV/EV-4.330.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=4.33
+inherit perl-module
+
+DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
+LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-perl/common-sense
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/Canary-Stability
+"
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}

diff --git a/dev-perl/EV/Manifest b/dev-perl/EV/Manifest
index 4f5e527432e..9efc71d9d9c 100644
--- a/dev-perl/EV/Manifest
+++ b/dev-perl/EV/Manifest
@@ -1 +1,2 @@
 DIST EV-4.22.tar.gz 193418 BLAKE2B ac07559dd2b35e68da0338a52cbc201ed59b0f690e2c2bf7dae0e2476356cdb5fc3d749fd98b7fdb97f16c7e318c8ac20067f89c1c43b84c4ab148c241ded399 SHA512 0d30d1388a75ed3af24c3b854d8c2a54bfc62c274591f13205c35748f3652122bae85f46aae174ce5963395233536222c8fae35e8118cbd5af2f7ed0c45b70de
+DIST EV-4.33.tar.gz 218067 BLAKE2B ea704806b66e2c8f944d417b24ffa3923288f96624296ab0320de693651d675c54a8b58b3b75914dc73dec1d7c65da04dfd9dd3b573d3f11978a3865f66fe991 SHA512 dd90739888ffd793652fc6590cbfd6f3df1ea25b1a6e478dc903ef10f49f9c729e87005b94f47786ca7603cf27b02e1d5d8a2941037bef25ba5a83fe608e89c5


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2018-09-01 19:01 Thomas Deutschmann
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Deutschmann @ 2018-09-01 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c7746300ede73805203b71eab2d34e702fe77db2
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  1 18:39:32 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Sep  1 19:00:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7746300

dev-perl/EV: x86 stable (bug #663942)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-perl/EV/EV-4.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
index 82d42c1e6dd..ada844bcf62 100644
--- a/dev-perl/EV/EV-4.220.0.ebuild
+++ b/dev-perl/EV/EV-4.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2018-08-19 18:45 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2018-08-19 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3cad53956402804e7babe93c15886bc7d346d9df
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 18:45:20 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 18:45:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cad5395

dev-perl/EV-4.220.0: ppc stable, bug 663942

 dev-perl/EV/EV-4.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
index d50ddbb0bb6..82d42c1e6dd 100644
--- a/dev-perl/EV/EV-4.220.0.ebuild
+++ b/dev-perl/EV/EV-4.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2018-08-19 18:39 Matt Turner
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Turner @ 2018-08-19 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0720f5fb2dab86368d65cb84fabb3d886619faab
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 18:38:55 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 18:38:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0720f5fb

dev-perl/EV-4.220.0: ppc64 stable, bug 663942

 dev-perl/EV/EV-4.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
index 24bea41d179..d50ddbb0bb6 100644
--- a/dev-perl/EV/EV-4.220.0.ebuild
+++ b/dev-perl/EV/EV-4.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2018-06-08  5:16 Kent Fredric
  0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2018-06-08  5:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f7ca0378fc665bedce496a58d581704074113d1b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 05:05:00 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 05:15:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ca0378

dev-perl/EV: Cleanup old versions 4.18*

Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/EV/EV-4.180.0.ebuild | 23 -----------------------
 dev-perl/EV/Manifest          |  1 -
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/EV/EV-4.180.0.ebuild b/dev-perl/EV/EV-4.180.0.ebuild
deleted file mode 100644
index f9d24512644..00000000000
--- a/dev-perl/EV/EV-4.180.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MLEHMANN
-MODULE_VERSION=4.18
-inherit perl-module
-
-DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-perl/common-sense
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/EV/Manifest b/dev-perl/EV/Manifest
index c70a907afd8..4f5e527432e 100644
--- a/dev-perl/EV/Manifest
+++ b/dev-perl/EV/Manifest
@@ -1,2 +1 @@
-DIST EV-4.18.tar.gz 190556 BLAKE2B 9caed5ab4e2528c71148fc0553458246a2142f1fbff5f957e4c7f14f8b190b839afad1e658c5686103aeaf888feae3b623b773f2fd317171c1f7b8488db3247a SHA512 623ce15d0e569a70ce6df1fab7c7545e20a1bb2ed41b36375621cdeacbf51732f662275b31d2f50ab17de4f25e37ecfbd4aff030fd4a78aefa30b26cd9d461d0
 DIST EV-4.22.tar.gz 193418 BLAKE2B ac07559dd2b35e68da0338a52cbc201ed59b0f690e2c2bf7dae0e2476356cdb5fc3d749fd98b7fdb97f16c7e318c8ac20067f89c1c43b84c4ab148c241ded399 SHA512 0d30d1388a75ed3af24c3b854d8c2a54bfc62c274591f13205c35748f3652122bae85f46aae174ce5963395233536222c8fae35e8118cbd5af2f7ed0c45b70de


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2017-08-09  9:18 Sergei Trofimovich
  0 siblings, 0 replies; 19+ messages in thread
From: Sergei Trofimovich @ 2017-08-09  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     eb6acd53af24ce1502fa0a7b80f998fa675c26f6
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 09:17:31 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 09:17:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6acd53

dev-perl/EV: keyworded 4.220.0 for ppc64, bug #620882

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

 dev-perl/EV/EV-4.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
index 16568e0ff0d..24bea41d179 100644
--- a/dev-perl/EV/EV-4.220.0.ebuild
+++ b/dev-perl/EV/EV-4.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2017-06-15 16:27 Markus Meier
  0 siblings, 0 replies; 19+ messages in thread
From: Markus Meier @ 2017-06-15 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     461f688ed450495b6752bd150b3999cf1d45b236
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 16:25:03 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 16:25:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461f688e

dev-perl/EV: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/EV/EV-4.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
index 6a5933033e6..02ae23f9b8a 100644
--- a/dev-perl/EV/EV-4.220.0.ebuild
+++ b/dev-perl/EV/EV-4.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2017-05-07 11:05 Mikle Kolyada
  0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2017-05-07 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a22be2cc3eb9ea9c5c381034152b8f0c2a2ff49b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 10:39:27 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  7 11:00:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22be2cc

dev-perl/EV: amd64 stable wrt bug #611984

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/EV/EV-4.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
index 5c421e14715..6a5933033e6 100644
--- a/dev-perl/EV/EV-4.220.0.ebuild
+++ b/dev-perl/EV/EV-4.220.0.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
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2016-01-04 23:04 Andreas Hüttel
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Hüttel @ 2016-01-04 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     971c8170d1a09a25f4b57d53519aec6f565e8c9c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 22:45:57 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 23:04:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971c8170

dev-perl/EV: Version bump

Package-Manager: portage-2.2.26

 dev-perl/EV/EV-4.220.0.ebuild | 23 +++++++++++++++++++++++
 dev-perl/EV/Manifest          |  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
new file mode 100644
index 0000000..801018f
--- /dev/null
+++ b/dev-perl/EV/EV-4.220.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MLEHMANN
+DIST_VERSION=4.22
+inherit perl-module
+
+DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-perl/common-sense
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/Canary-Stability
+"

diff --git a/dev-perl/EV/Manifest b/dev-perl/EV/Manifest
index 5857132..bb3fdd2 100644
--- a/dev-perl/EV/Manifest
+++ b/dev-perl/EV/Manifest
@@ -1 +1,2 @@
 DIST EV-4.18.tar.gz 190556 SHA256 7d16b820a0b321b0631f0f9f857e87cd0b29da8e11f5686f767cb8dca424fe02 SHA512 623ce15d0e569a70ce6df1fab7c7545e20a1bb2ed41b36375621cdeacbf51732f662275b31d2f50ab17de4f25e37ecfbd4aff030fd4a78aefa30b26cd9d461d0 WHIRLPOOL 2316572464445db226ffea5b2e1395e1272d1c60cd27fcfa06323f8335c19ca5ba03eec52875ec84c97f14fd26e3943a78717dcd4488562fed2dbf7bbd8b5443
+DIST EV-4.22.tar.gz 193418 SHA256 2ae7f8734e2e4945510252152c3bea4be35f4aa58aad3db0504c38844b08a991 SHA512 0d30d1388a75ed3af24c3b854d8c2a54bfc62c274591f13205c35748f3652122bae85f46aae174ce5963395233536222c8fae35e8118cbd5af2f7ed0c45b70de WHIRLPOOL 2b60c964d4b48d46363b857e0d981d12f7b694346491410f0276d3e8643fbd4ecfc653b08a60edff939b37fab85b91ecebb871e74dad9697f6bbcfbfc9fbf010


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/
@ 2016-01-04 23:04 Andreas Hüttel
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Hüttel @ 2016-01-04 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     082d8e03a4c4fb57ccdba91694fa7544a9da5055
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 22:39:29 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 23:04:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082d8e03

dev-perl/EV: Remove old

Package-Manager: portage-2.2.26

 dev-perl/EV/EV-4.150.0-r1.ebuild | 20 --------------------
 dev-perl/EV/Manifest             |  1 -
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/EV/EV-4.150.0-r1.ebuild b/dev-perl/EV/EV-4.150.0-r1.ebuild
deleted file mode 100644
index 7bc3585..0000000
--- a/dev-perl/EV/EV-4.150.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MLEHMANN
-MODULE_VERSION=4.15
-inherit perl-module
-
-DESCRIPTION="Perl interface to libev, a high performance full-featured event loop"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/common-sense"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/EV/Manifest b/dev-perl/EV/Manifest
index 5cbe099..5857132 100644
--- a/dev-perl/EV/Manifest
+++ b/dev-perl/EV/Manifest
@@ -1,2 +1 @@
-DIST EV-4.15.tar.gz 189514 SHA256 7bc3701a94dcfb13cfb382dc36cd3455c7497afe976c604a1e1783c032ae9975 SHA512 792c87b0312b9ed8b9faacf83e59fb89404e68e044f475532b9e5e04a750e2adc98cc6352f4c24c3cc403f059451c72142b0e6a0fa0583ff34707b8c3bbdefff WHIRLPOOL fe7215b2713ce5ab3446f30e733c166ea438934153b2b9d0970d1a7b46f3ab9175ea9782234163bbc20ba39060371e95a29d7f8bd93072538698e5586e24c5f7
 DIST EV-4.18.tar.gz 190556 SHA256 7d16b820a0b321b0631f0f9f857e87cd0b29da8e11f5686f767cb8dca424fe02 SHA512 623ce15d0e569a70ce6df1fab7c7545e20a1bb2ed41b36375621cdeacbf51732f662275b31d2f50ab17de4f25e37ecfbd4aff030fd4a78aefa30b26cd9d461d0 WHIRLPOOL 2316572464445db226ffea5b2e1395e1272d1c60cd27fcfa06323f8335c19ca5ba03eec52875ec84c97f14fd26e3943a78717dcd4488562fed2dbf7bbd8b5443


^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-06-09 20:36 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03  8:20 [gentoo-commits] repo/gentoo:master commit in: dev-perl/EV/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 20:36 Sam James
2024-05-01  8:52 Sam James
2024-02-29  0:50 Sam James
2021-10-24 14:46 Andreas K. Hüttel
2021-09-26 22:16 Marek Szuba
2021-05-29 13:28 Sam James
2021-05-29  8:41 Agostino Sarubbo
2021-05-29  6:09 Sam James
2020-08-07 19:36 Kent Fredric
2018-09-01 19:01 Thomas Deutschmann
2018-08-19 18:45 Matt Turner
2018-08-19 18:39 Matt Turner
2018-06-08  5:16 Kent Fredric
2017-08-09  9:18 Sergei Trofimovich
2017-06-15 16:27 Markus Meier
2017-05-07 11:05 Mikle Kolyada
2016-01-04 23:04 Andreas Hüttel
2016-01-04 23:04 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox