Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/
Date: Fri, 30 Apr 2021 15:46:37
Message-Id: 1619797589.e71ccb7df5825d00f60ed47bf03b31ce61b971b5.zlogene@gentoo
1 commit: e71ccb7df5825d00f60ed47bf03b31ce61b971b5
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 15:45:40 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 15:46:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71ccb7d
7
8 net-misc/spice-gtk: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild | 5 ++---
14 net-misc/spice-gtk/spice-gtk-0.38-r1.ebuild | 5 ++---
15 net-misc/spice-gtk/spice-gtk-0.38.ebuild | 5 ++---
16 net-misc/spice-gtk/spice-gtk-0.39.ebuild | 5 ++---
17 net-misc/spice-gtk/spice-gtk-9999.ebuild | 5 ++---
18 5 files changed, 10 insertions(+), 15 deletions(-)
19
20 diff --git a/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild b/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild
21 index 8b92c78b052..956edea6785 100644
22 --- a/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild
23 +++ b/net-misc/spice-gtk/spice-gtk-0.37-r2.ebuild
24 @@ -16,7 +16,7 @@ LICENSE="LGPL-2.1"
25 SLOT="0"
26 SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.bz2"
27 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
28 -IUSE="+gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard static-libs usbredir vala webdav libressl"
29 +IUSE="+gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard static-libs usbredir vala webdav"
30
31 # TODO:
32 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
33 @@ -34,8 +34,7 @@ RDEPEND="
34 >=x11-libs/pixman-0.17.7
35 gtk3? ( x11-libs/gtk+:3[introspection?] )
36 introspection? ( dev-libs/gobject-introspection )
37 - !libressl? ( dev-libs/openssl:0= )
38 - libressl? ( dev-libs/libressl:0= )
39 + dev-libs/openssl:0=
40 lz4? ( app-arch/lz4 )
41 pulseaudio? ( media-sound/pulseaudio[glib] )
42 sasl? ( dev-libs/cyrus-sasl )
43
44 diff --git a/net-misc/spice-gtk/spice-gtk-0.38-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.38-r1.ebuild
45 index e2a11534e5c..bd3d5a8b49a 100644
46 --- a/net-misc/spice-gtk/spice-gtk-0.38-r1.ebuild
47 +++ b/net-misc/spice-gtk/spice-gtk-0.38-r1.ebuild
48 @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1"
49 SLOT="0"
50 SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.xz"
51 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
52 -IUSE="+gtk3 +introspection libressl lz4 mjpeg policykit pulseaudio sasl smartcard usbredir vala webdav"
53 +IUSE="+gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard usbredir vala webdav"
54
55 # TODO:
56 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
57 @@ -35,8 +35,7 @@ RDEPEND="
58 >=x11-libs/pixman-0.17.7
59 gtk3? ( x11-libs/gtk+:3[introspection?] )
60 introspection? ( dev-libs/gobject-introspection )
61 - !libressl? ( dev-libs/openssl:0= )
62 - libressl? ( dev-libs/libressl:0= )
63 + dev-libs/openssl:0=
64 lz4? ( app-arch/lz4 )
65 pulseaudio? (
66 media-plugins/gst-plugins-pulse:1.0
67
68 diff --git a/net-misc/spice-gtk/spice-gtk-0.38.ebuild b/net-misc/spice-gtk/spice-gtk-0.38.ebuild
69 index ea531cd612c..0f0161da06c 100644
70 --- a/net-misc/spice-gtk/spice-gtk-0.38.ebuild
71 +++ b/net-misc/spice-gtk/spice-gtk-0.38.ebuild
72 @@ -15,7 +15,7 @@ LICENSE="LGPL-2.1"
73 SLOT="0"
74 SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.xz"
75 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
76 -IUSE="+gtk3 +introspection libressl lz4 mjpeg policykit pulseaudio sasl smartcard usbredir vala webdav"
77 +IUSE="+gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard usbredir vala webdav"
78
79 # TODO:
80 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
81 @@ -33,8 +33,7 @@ RDEPEND="
82 >=x11-libs/pixman-0.17.7
83 gtk3? ( x11-libs/gtk+:3[introspection?] )
84 introspection? ( dev-libs/gobject-introspection )
85 - !libressl? ( dev-libs/openssl:0= )
86 - libressl? ( dev-libs/libressl:0= )
87 + dev-libs/openssl:0=
88 lz4? ( app-arch/lz4 )
89 pulseaudio? (
90 media-plugins/gst-plugins-pulse:1.0
91
92 diff --git a/net-misc/spice-gtk/spice-gtk-0.39.ebuild b/net-misc/spice-gtk/spice-gtk-0.39.ebuild
93 index a4abdb1a7e2..99eeb178546 100644
94 --- a/net-misc/spice-gtk/spice-gtk-0.39.ebuild
95 +++ b/net-misc/spice-gtk/spice-gtk-0.39.ebuild
96 @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1"
97 SLOT="0"
98 SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.xz"
99 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
100 -IUSE="+gtk3 +introspection libressl lz4 mjpeg policykit sasl smartcard usbredir vala wayland webdav"
101 +IUSE="+gtk3 +introspection lz4 mjpeg policykit sasl smartcard usbredir vala wayland webdav"
102
103 # TODO:
104 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
105 @@ -35,8 +35,7 @@ RDEPEND="
106 >=x11-libs/pixman-0.17.7
107 gtk3? ( x11-libs/gtk+:3[introspection?] )
108 introspection? ( dev-libs/gobject-introspection )
109 - !libressl? ( dev-libs/openssl:0= )
110 - libressl? ( dev-libs/libressl:0= )
111 + dev-libs/openssl:0=
112 lz4? ( app-arch/lz4 )
113 sasl? ( dev-libs/cyrus-sasl )
114 smartcard? ( app-emulation/qemu[smartcard] )
115
116 diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild
117 index a231b185d2c..eee8da577d1 100644
118 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
119 +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
120 @@ -17,7 +17,7 @@ LICENSE="LGPL-2.1"
121 SLOT="0"
122 EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-gtk.git"
123 KEYWORDS=""
124 -IUSE="+gtk3 +introspection libressl lz4 mjpeg policykit pulseaudio sasl smartcard usbredir vala webdav"
125 +IUSE="+gtk3 +introspection lz4 mjpeg policykit pulseaudio sasl smartcard usbredir vala webdav"
126
127 # TODO:
128 # * check if sys-freebsd/freebsd-lib (from virtual/acl) provides acl/libacl.h
129 @@ -35,8 +35,7 @@ RDEPEND="
130 >=x11-libs/pixman-0.17.7
131 gtk3? ( x11-libs/gtk+:3[introspection?] )
132 introspection? ( dev-libs/gobject-introspection )
133 - !libressl? ( dev-libs/openssl:0= )
134 - libressl? ( dev-libs/libressl:0= )
135 + dev-libs/openssl:0=
136 lz4? ( app-arch/lz4 )
137 pulseaudio? (
138 media-plugins/gst-plugins-pulse:1.0