Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/ansilove/
Date: Mon, 19 Jul 2021 02:42:25
Message-Id: 1626662481.a0735dd35ef5559e01385927023b22354a3ba6b4.xgqt@gentoo
1 commit: a0735dd35ef5559e01385927023b22354a3ba6b4
2 Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
3 AuthorDate: Mon Jul 19 02:41:17 2021 +0000
4 Commit: Maciej Barć <xgqt <AT> riseup <DOT> net>
5 CommitDate: Mon Jul 19 02:41:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0735dd3
7
8 media-gfx/ansilove: disable seccomp completely
9
10 enabled by default even though with "-" in IUSE
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.2
13 Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
14
15 media-gfx/ansilove/ansilove-4.1.5.ebuild | 9 +--------
16 media-gfx/ansilove/ansilove-9999.ebuild | 9 +--------
17 media-gfx/ansilove/metadata.xml | 3 ---
18 3 files changed, 2 insertions(+), 19 deletions(-)
19
20 diff --git a/media-gfx/ansilove/ansilove-4.1.5.ebuild b/media-gfx/ansilove/ansilove-4.1.5.ebuild
21 index 2aafc65c6..95b232dfc 100644
22 --- a/media-gfx/ansilove/ansilove-4.1.5.ebuild
23 +++ b/media-gfx/ansilove/ansilove-4.1.5.ebuild
24 @@ -18,20 +18,13 @@ fi
25
26 LICENSE="BSD-2"
27 SLOT="0"
28 -IUSE="-seccomp"
29
30 RDEPEND="dev-libs/libansilove"
31 DEPEND="${RDEPEND}"
32
33 src_configure() {
34 local mycmakeargs=(
35 - -DENABLE_SECCOMP=$(usex seccomp)
36 + -DENABLE_SECCOMP=NO
37 )
38 cmake_src_configure
39 }
40 -
41 -pkg_postinst() {
42 - if use seccomp; then
43 - ewarn "Experimental seccomp support is enabled."
44 - fi
45 -}
46
47 diff --git a/media-gfx/ansilove/ansilove-9999.ebuild b/media-gfx/ansilove/ansilove-9999.ebuild
48 index 2aafc65c6..95b232dfc 100644
49 --- a/media-gfx/ansilove/ansilove-9999.ebuild
50 +++ b/media-gfx/ansilove/ansilove-9999.ebuild
51 @@ -18,20 +18,13 @@ fi
52
53 LICENSE="BSD-2"
54 SLOT="0"
55 -IUSE="-seccomp"
56
57 RDEPEND="dev-libs/libansilove"
58 DEPEND="${RDEPEND}"
59
60 src_configure() {
61 local mycmakeargs=(
62 - -DENABLE_SECCOMP=$(usex seccomp)
63 + -DENABLE_SECCOMP=NO
64 )
65 cmake_src_configure
66 }
67 -
68 -pkg_postinst() {
69 - if use seccomp; then
70 - ewarn "Experimental seccomp support is enabled."
71 - fi
72 -}
73
74 diff --git a/media-gfx/ansilove/metadata.xml b/media-gfx/ansilove/metadata.xml
75 index 15ced110b..b4f7aaa2d 100644
76 --- a/media-gfx/ansilove/metadata.xml
77 +++ b/media-gfx/ansilove/metadata.xml
78 @@ -16,9 +16,6 @@
79 (including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors.
80 This is a complete rewrite of AnsiLove/PHP in the C programming language.
81 </longdescription>
82 - <use>
83 - <flag name="seccomp">enable experimental seccomp support</flag>
84 - </use>
85 <upstream>
86 <changelog>
87 https://github.com/ansilove/ansilove/blob/master/ChangeLog