summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2021-12-25 00:32:08 +0100
committerSam James <sam@gentoo.org>2021-12-25 23:20:08 +0000
commit5d3512231842064a5829a9f74c9d5b8432013f2d (patch)
tree0535fbb928ea7c84309ba86daf5974ca6b7ed853 /dev-libs/libuev
parentdev-libs/libuev: add 2.4.0 (diff)
downloadgentoo-5d3512231842064a5829a9f74c9d5b8432013f2d.tar.gz
gentoo-5d3512231842064a5829a9f74c9d5b8432013f2d.tar.bz2
gentoo-5d3512231842064a5829a9f74c9d5b8432013f2d.zip
dev-libs/libuev: drop 2.3.2
Signed-off-by: Oz N Tiram <oz.tiram@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23503 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libuev')
-rw-r--r--dev-libs/libuev/libuev-2.3.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/libuev/libuev-2.3.2.ebuild b/dev-libs/libuev/libuev-2.3.2.ebuild
deleted file mode 100644
index d82689f38da8..000000000000
--- a/dev-libs/libuev/libuev-2.3.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Lightweight event loop library for Linux epoll() family APIs"
-HOMEPAGE="https://github.com/troglobit/libuev"
-SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-src_configure() {
- econf --enable-static=$(usex static-libs)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
- rm "${D}/usr/share/doc/${PF}/LICENSE" || die
-}