Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuev/
Date: Thu, 27 Feb 2020 13:55:03
Message-Id: 1582811682.2078a2569f7b8201f7aeb24a59530e4dab086e9b.juippis@gentoo
1 commit: 2078a2569f7b8201f7aeb24a59530e4dab086e9b
2 Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 23 08:57:00 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 27 13:54:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2078a256
7
8 dev-libs/libuev: drop old versions
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.16
11 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-libs/libuev/Manifest | 2 --
15 dev-libs/libuev/libuev-2.1.0.ebuild | 23 -----------------------
16 dev-libs/libuev/libuev-2.1.2.ebuild | 23 -----------------------
17 3 files changed, 48 deletions(-)
18
19 diff --git a/dev-libs/libuev/Manifest b/dev-libs/libuev/Manifest
20 index 77cc86873a7..c981d716f0a 100644
21 --- a/dev-libs/libuev/Manifest
22 +++ b/dev-libs/libuev/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST libuev-2.1.0.tar.xz 247388 BLAKE2B e2934fb79e32bf61e22a7c8fcdd6371f089c5e8a4f5b3039c10c90abd852d08c5612f7b871ef705afdca68857a270dfd133a1436cd9f49876e0bf47b903e6328 SHA512 82bd68c75f015284d3757886720d1a0e5689cf71b40b896410e5e4e952761fe05b090a33e0787f632afa7726567667e4dbbbc6270129828656953ded6d28d02b
25 -DIST libuev-2.1.2.tar.xz 248092 BLAKE2B 7229acc6ae0e55a5ceba00e970a9e7b4b11049dc4f4435643e0541a7b3c75ac300ffc2839da0eaa7b3819a5910d20b608247812d32c028ff19c0cf3735d2941c SHA512 65a35f1e2cda5383267ba47bc90e2cdd769e5fb1318c11969c8f44262d8a5b2edad522688619aa6e9219c278286ba9ff997967f9281aa4f667fbe9b0842bf0ee
26 DIST libuev-2.2.0.tar.xz 245680 BLAKE2B 40d0912dcec56d58863411e034c6ddded3470bc2ea3a9f49d36fa0ef924e9ff206cb96ef93582134881ce8377938688d44cfa04d7e533321baf7cfd754f0dff0 SHA512 700c91100c61af2101a6d1756eed97aaf51d6b1dc3a59f90f668d8bb6e3d817aa6f765af5acbbdaeccd4382a97c8e99d2a13ad679fc8582891e0546baa6f001f
27 DIST libuev-2.3.0.tar.xz 247932 BLAKE2B dea136cbd34788b7156a5ce1b8390467fde77a21b6fb4c7b27068b87254eb42034579bcaed3228dcfacd00b320668db915557230ebbb8da9487ade2359a5fabe SHA512 dc6cd2d1df5336027d8df77fda17b9d9521d955ffa013a5e83958d6b4f981f14f5b0caac3e68e4fa4a8a00bbe8001a18de54ebc441b4231a2d17600c762f80d2
28
29 diff --git a/dev-libs/libuev/libuev-2.1.0.ebuild b/dev-libs/libuev/libuev-2.1.0.ebuild
30 deleted file mode 100644
31 index 335ee07ddd8..00000000000
32 --- a/dev-libs/libuev/libuev-2.1.0.ebuild
33 +++ /dev/null
34 @@ -1,23 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -DESCRIPTION="A collection of useful BSD APIs"
41 -HOMEPAGE="https://github.com/troglobit/libuev"
42 -SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="static-libs"
48 -
49 -src_configure() {
50 - econf --enable-static=$(usex static-libs)
51 -}
52 -
53 -src_install() {
54 - default
55 - find "${D}" -name '*.la' -delete || die
56 - rm "${D}/usr/share/doc/${PF}/LICENSE" || die
57 -}
58
59 diff --git a/dev-libs/libuev/libuev-2.1.2.ebuild b/dev-libs/libuev/libuev-2.1.2.ebuild
60 deleted file mode 100644
61 index 335ee07ddd8..00000000000
62 --- a/dev-libs/libuev/libuev-2.1.2.ebuild
63 +++ /dev/null
64 @@ -1,23 +0,0 @@
65 -# Copyright 1999-2020 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -
70 -DESCRIPTION="A collection of useful BSD APIs"
71 -HOMEPAGE="https://github.com/troglobit/libuev"
72 -SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
73 -
74 -LICENSE="MIT"
75 -SLOT="0"
76 -KEYWORDS="~amd64 ~x86"
77 -IUSE="static-libs"
78 -
79 -src_configure() {
80 - econf --enable-static=$(usex static-libs)
81 -}
82 -
83 -src_install() {
84 - default
85 - find "${D}" -name '*.la' -delete || die
86 - rm "${D}/usr/share/doc/${PF}/LICENSE" || die
87 -}