Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuev/
Date: Sat, 25 Dec 2021 23:20:32
Message-Id: 1640474408.5d3512231842064a5829a9f74c9d5b8432013f2d.sam@gentoo
1 commit: 5d3512231842064a5829a9f74c9d5b8432013f2d
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 24 23:32:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 25 23:20:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d351223
7
8 dev-libs/libuev: drop 2.3.2
9
10 Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/23503
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/libuev/libuev-2.3.2.ebuild | 23 -----------------------
15 1 file changed, 23 deletions(-)
16
17 diff --git a/dev-libs/libuev/libuev-2.3.2.ebuild b/dev-libs/libuev/libuev-2.3.2.ebuild
18 deleted file mode 100644
19 index d82689f38da8..000000000000
20 --- a/dev-libs/libuev/libuev-2.3.2.ebuild
21 +++ /dev/null
22 @@ -1,23 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -DESCRIPTION="Lightweight event loop library for Linux epoll() family APIs"
29 -HOMEPAGE="https://github.com/troglobit/libuev"
30 -SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="static-libs"
36 -
37 -src_configure() {
38 - econf --enable-static=$(usex static-libs)
39 -}
40 -
41 -src_install() {
42 - default
43 - find "${D}" -name '*.la' -delete || die
44 - rm "${D}/usr/share/doc/${PF}/LICENSE" || die
45 -}