Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libseccomp/
Date: Sat, 07 Mar 2020 15:51:37
Message-Id: 1583596286.e11b9fb0c149eb9b8e974e85eaa548ac53d36565.polynomial-c@gentoo
1 commit: e11b9fb0c149eb9b8e974e85eaa548ac53d36565
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 15:48:00 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 15:51:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11b9fb0
7
8 sys-libs/libseccomp: Removed old
9
10 Package-Manager: Portage-2.3.92, Repoman-2.3.20
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-libs/libseccomp/Manifest | 2 --
14 sys-libs/libseccomp/libseccomp-2.4.0.ebuild | 41 -----------------------------
15 sys-libs/libseccomp/libseccomp-2.4.1.ebuild | 41 -----------------------------
16 3 files changed, 84 deletions(-)
17
18 diff --git a/sys-libs/libseccomp/Manifest b/sys-libs/libseccomp/Manifest
19 index e43c2e6bbeb..704e44b83fe 100644
20 --- a/sys-libs/libseccomp/Manifest
21 +++ b/sys-libs/libseccomp/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST libseccomp-2.4.0.tar.gz 604987 BLAKE2B 2dd84f2c08d40a61dfe4fdc47a9dcdad2701e2918cdcdeae2d15a66eb114221866121bab11a8292f3bd31493b6cd7b370d0728976cb1bbfd0dbb9e32127b9045 SHA512 daa4a32c6c2b2f39aa9db1a4606619f9faeffcd2fca00c25ac5cf95d0405639ec21203293be7c8341317a05b18fd9f603a201544457cac91bf034a0bbd4dfc88
24 -DIST libseccomp-2.4.1.tar.gz 606860 BLAKE2B f80f11ef4e03fc9f59fdd38466e32b081e9858473266942b22a1bd1afbd480d21e9c72f9c33e197349fcd2658361f84ee1ee371f73aa5dfe19561472fec8c1ed SHA512 1fe47ebb032635ba1b1cbefb505a0c103bae659844d1bf106d03e7f28b3c470726f7b0dbbe76d10ab89501630dc4f20b162c2eeefa22394eb632f803ae62ccc5
25 DIST libseccomp-2.4.2.tar.gz 601014 BLAKE2B cff2612498a6ff3097809e9e04542e0be12c2c5d80fd51c2abd35fb6ac59f3ef7fce1c5205216876c1f67eb762d31c7df8e0f237f3957b7710148a1298502ae5 SHA512 375a3c7c658be6a08b9bb30963e10bb49e8e066119e0be6d3d97faac3db18b8e2c6938d8b5d3874b2f5331ec8295170112fbae83b5a3b5a5bebc0d6705bdfdbb
26 DIST libseccomp-2.4.3.tar.gz 598147 BLAKE2B 272c9f1ca7e4059790f633a79cae8612831aa483d28630fb85b31dc2be0192907a8897819d835b61324e0b3fb0d77b8781e2a85e9750ef8d7974d8680b8cdea3 SHA512 7b7af2e98493243ffe1934fefff5723b24ae9b9bdc4bf039343ee8456c15acb0ea34e81ec292a41143848272aeca794ef92ad38fc3f42c77465170cb540479ef
27
28 diff --git a/sys-libs/libseccomp/libseccomp-2.4.0.ebuild b/sys-libs/libseccomp/libseccomp-2.4.0.ebuild
29 deleted file mode 100644
30 index 8914898af2d..00000000000
31 --- a/sys-libs/libseccomp/libseccomp-2.4.0.ebuild
32 +++ /dev/null
33 @@ -1,41 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -# TODO: Add python support.
38 -
39 -EAPI=6
40 -
41 -inherit multilib-minimal
42 -
43 -DESCRIPTION="high level interface to Linux seccomp filter"
44 -HOMEPAGE="https://github.com/seccomp/libseccomp"
45 -SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar.gz"
46 -
47 -LICENSE="LGPL-2.1"
48 -SLOT="0"
49 -KEYWORDS="-* amd64 arm arm64 hppa ~mips ppc ppc64 s390 x86 ~amd64-linux ~x86-linux"
50 -IUSE="static-libs"
51 -
52 -# We need newer kernel headers; we don't keep strict control of the exact
53 -# version here, just be safe and pull in the latest stable ones. #551248
54 -DEPEND=">=sys-kernel/linux-headers-4.3"
55 -
56 -src_prepare() {
57 - default
58 - sed -i \
59 - -e '/_LDFLAGS/s:-static::' \
60 - tools/Makefile.in || die
61 -}
62 -
63 -multilib_src_configure() {
64 - local myeconfargs=(
65 - $(use_enable static-libs static)
66 - --disable-python
67 - )
68 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
69 -}
70 -
71 -multilib_src_install_all() {
72 - find "${ED}" -name libseccomp.la -delete
73 - einstalldocs
74 -}
75
76 diff --git a/sys-libs/libseccomp/libseccomp-2.4.1.ebuild b/sys-libs/libseccomp/libseccomp-2.4.1.ebuild
77 deleted file mode 100644
78 index 96b995d7b0d..00000000000
79 --- a/sys-libs/libseccomp/libseccomp-2.4.1.ebuild
80 +++ /dev/null
81 @@ -1,41 +0,0 @@
82 -# Copyright 1999-2019 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -# TODO: Add python support.
86 -
87 -EAPI=6
88 -
89 -inherit multilib-minimal
90 -
91 -DESCRIPTION="high level interface to Linux seccomp filter"
92 -HOMEPAGE="https://github.com/seccomp/libseccomp"
93 -SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar.gz"
94 -
95 -LICENSE="LGPL-2.1"
96 -SLOT="0"
97 -KEYWORDS="-* ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux"
98 -IUSE="static-libs"
99 -
100 -# We need newer kernel headers; we don't keep strict control of the exact
101 -# version here, just be safe and pull in the latest stable ones. #551248
102 -DEPEND=">=sys-kernel/linux-headers-4.3"
103 -
104 -src_prepare() {
105 - default
106 - sed -i \
107 - -e '/_LDFLAGS/s:-static::' \
108 - tools/Makefile.in || die
109 -}
110 -
111 -multilib_src_configure() {
112 - local myeconfargs=(
113 - $(use_enable static-libs static)
114 - --disable-python
115 - )
116 - ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
117 -}
118 -
119 -multilib_src_install_all() {
120 - find "${ED}" -name libseccomp.la -delete
121 - einstalldocs
122 -}