mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
31
dev-perl/EV/EV-4.340.0.ebuild
Normal file
31
dev-perl/EV/EV-4.340.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user