summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libuev: drop 2.3.0, 2.3.1Joonas Niilola2021-03-203-48/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libuev: bump version to 2.3.2Oz N Tiram2021-03-162-0/+24
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19944 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libuev: drop 2.2.0Oz N Tiram2021-03-162-25/+0
| | | | | Signed-off-by: Oz N Tiram <oz.tiram@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libuev: bump version to 2.3.1Oz Tiram2020-02-272-0/+24
| | | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.16 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14747 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libuev: drop old versionsOz Tiram2020-02-273-48/+0
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.16 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: [QA] Use consistent function definition formattingDavid Seifert2020-02-224-12/+12
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/libuev: bump version to 2.3.0Oz Tiram2019-10-092-0/+24
| | | | | | | | Closes: https://bugs.gentoo.org/696550 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13167 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libuev: bump version to 2.2.0.Oz N Tiram2018-10-102-0/+25
| | | | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10118 Signed-off-by: Oz N Tiram <oz.tiram@gmail.com> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-libs/libuev: bump version to 2.1.2Oz N Tiram2018-05-162-0/+24
| | | | | Closes: https://github.com/gentoo/gentoo/pull/8411 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-libs/libuev: avoid installing LICENSEMichael Palimaka2017-12-071-0/+1
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* dev-libs/libuev: Simple event loop for LinuxOz N Tiram2017-12-073-0/+43
libuev is a simple event loop in the style of the more established libevent, libev and the venerable Xt(3) event loop. The u (micro) in the name refers to both the small feature set and the small size overhead impact of the library. Experienced developers may appreciate that libuEv is built on top of modern Linux APIs: epoll, timerfd and signalfd. Note however, a certain amount of care is needed when dealing with APIs that employ signalfd. Libuev is required for net-ftp/uftpd (see bug https://bugs.gentoo.org/639564). Closes: https://bugs.gentoo.org/639630 Closes: https://github.com/gentoo/gentoo/pull/6423 Package-Manager: Portage-2.3.13, Repoman-2.3.1