commit:     ea84090488e6a290e35d0529a34f6404aa636912
Author:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon Mar 15 21:38:20 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 06:42:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea840904

dev-libs/libuev: drop 2.2.0

Signed-off-by: Oz N Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/libuev/Manifest            |  1 -
 dev-libs/libuev/libuev-2.2.0.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-libs/libuev/Manifest b/dev-libs/libuev/Manifest
index cd63db86b15..04b41612096 100644
--- a/dev-libs/libuev/Manifest
+++ b/dev-libs/libuev/Manifest
@@ -1,3 +1,2 @@
-DIST libuev-2.2.0.tar.xz 245680 BLAKE2B 
40d0912dcec56d58863411e034c6ddded3470bc2ea3a9f49d36fa0ef924e9ff206cb96ef93582134881ce8377938688d44cfa04d7e533321baf7cfd754f0dff0
 SHA512 
700c91100c61af2101a6d1756eed97aaf51d6b1dc3a59f90f668d8bb6e3d817aa6f765af5acbbdaeccd4382a97c8e99d2a13ad679fc8582891e0546baa6f001f
 DIST libuev-2.3.0.tar.xz 247932 BLAKE2B 
dea136cbd34788b7156a5ce1b8390467fde77a21b6fb4c7b27068b87254eb42034579bcaed3228dcfacd00b320668db915557230ebbb8da9487ade2359a5fabe
 SHA512 
dc6cd2d1df5336027d8df77fda17b9d9521d955ffa013a5e83958d6b4f981f14f5b0caac3e68e4fa4a8a00bbe8001a18de54ebc441b4231a2d17600c762f80d2
 DIST libuev-2.3.1.tar.xz 247596 BLAKE2B 
b2d6a7034aa27a80c17438e4329cba59bc4f047b2879662f9900e886f13a948f2c507732d5c5a4abbb130e42af9ba8a935724d1542f3c929a60198889ac7cce9
 SHA512 
bd463604a89f5bd3e749375f450b376ed1d57b1195b69a5bcfd247fe92c4d42d245bbce9a7950f5aa5a13ce75abeeee028073b7d4356b7770d8821aa501113a9

diff --git a/dev-libs/libuev/libuev-2.2.0.ebuild 
b/dev-libs/libuev/libuev-2.2.0.ebuild
deleted file mode 100644
index b5c9b2d941b..00000000000
--- a/dev-libs/libuev/libuev-2.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Lightweight event loop library for Linux"
-
-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
-}

Reply via email to