summaryrefslogtreecommitdiff
path: root/app-emulation
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
commit1aaafa6995916beafff236affdb5cac42f7efd43 (patch)
tree41b96fd4c123591da1658c544bd47f28bd315680 /app-emulation
parent612872d2f4364137c6d9c687a6ade601439139a0 (diff)
downloadbaldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip
Adding metadata
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/spice/spice-0.15.2.ebuild6
-rw-r--r--app-emulation/spice/spice-0.16.0-r1.ebuild5
-rw-r--r--app-emulation/virtualbox/virtualbox-7.2.6.ebuild14
-rw-r--r--app-emulation/virtualbox/virtualbox-7.2.8.ebuild14
-rw-r--r--app-emulation/xen-tools/xen-tools-4.20.2.ebuild2
-rw-r--r--app-emulation/xen-tools/xen-tools-4.20.3.ebuild2
6 files changed, 12 insertions, 31 deletions
diff --git a/app-emulation/spice/spice-0.15.2.ebuild b/app-emulation/spice/spice-0.15.2.ebuild
index c44042a798cd..3e0708b7a569 100644
--- a/app-emulation/spice/spice-0.15.2.ebuild
+++ b/app-emulation/spice/spice-0.15.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.spice-space.org/download/releases/spice-server/${P}.tar.bz2
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64 x86"
-IUSE="libressl lz4 sasl smartcard static-libs gstreamer"
+IUSE=" lz4 sasl smartcard static-libs gstreamer"
# the libspice-server only uses the headers of libcacard
RDEPEND="
@@ -22,8 +22,7 @@ RDEPEND="
sys-libs/zlib[static-libs(+)?]
virtual/jpeg:0=[static-libs(+)?]
>=x11-libs/pixman-0.17.7[static-libs(+)?]
- !libressl? ( dev-libs/openssl:0=[static-libs(+)?] )
- libressl? ( >=dev-libs/libressl-3.5.0:0=[static-libs(+)?] )
+ !? ( dev-libs/openssl:0=[static-libs(+)?] )
lz4? ( app-arch/lz4:0=[static-libs(+)?] )
smartcard? ( >=app-emulation/libcacard-0.1.2 )
sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )
@@ -52,7 +51,6 @@ pkg_setup() {
src_prepare() {
default
- use libressl && eapply -p1 $FILESDIR/red_stream.patch
eautoreconf
}
diff --git a/app-emulation/spice/spice-0.16.0-r1.ebuild b/app-emulation/spice/spice-0.16.0-r1.ebuild
index 92849efa145d..1fb1c20976ba 100644
--- a/app-emulation/spice/spice-0.16.0-r1.ebuild
+++ b/app-emulation/spice/spice-0.16.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.spice-space.org/download/releases/spice-server/${P}.tar.bz2
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64 x86"
-IUSE="libressl lz4 sasl smartcard static-libs gstreamer"
+IUSE=" lz4 sasl smartcard static-libs gstreamer"
# the libspice-server only uses the headers of libcacard
RDEPEND="
@@ -22,8 +22,7 @@ RDEPEND="
sys-libs/zlib[static-libs(+)?]
virtual/jpeg:0=[static-libs(+)?]
>=x11-libs/pixman-0.17.7[static-libs(+)?]
- !libressl? ( dev-libs/openssl:0=[static-libs(+)?] )
- libressl? ( >=dev-libs/libressl-3.5.0:0=[static-libs(+)?] )
+ !? ( dev-libs/openssl:0=[static-libs(+)?] )
lz4? ( app-arch/lz4:0=[static-libs(+)?] )
smartcard? ( >=app-emulation/libcacard-0.1.2 )
sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )
diff --git a/app-emulation/virtualbox/virtualbox-7.2.6.ebuild b/app-emulation/virtualbox/virtualbox-7.2.6.ebuild
index 5cca9bab5382..9d94378207ae 100644
--- a/app-emulation/virtualbox/virtualbox-7.2.6.ebuild
+++ b/app-emulation/virtualbox/virtualbox-7.2.6.ebuild
@@ -34,7 +34,7 @@ S="${WORKDIR}/${MY_PN}-${PV^^}"
LICENSE="GPL-2+ GPL-3 LGPL-2.1 MIT dtrace? ( CDDL )"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64"
-IUSE="alsa dbus debug doc dtrace +gui java libressl lvm nls pam pch pulseaudio +opengl python +sdk +sdl test +udev vboxwebsrv vde vnc"
+IUSE="alsa dbus debug doc dtrace +gui java lvm nls pam pch pulseaudio +opengl python +sdk +sdl test +udev vboxwebsrv vde vnc"
RESTRICT="!test? ( test )"
unset WATCOM #856769
@@ -45,8 +45,8 @@ COMMON_DEPEND="
~app-emulation/virtualbox-modules-${PV%*a}
dev-libs/libtpms
dev-libs/libxml2:=
- libressl? ( dev-libs/libressl:= )
- !libressl? ( dev-libs/openssl:0= )
+
+ dev-libs/openssl:0=
media-libs/libpng:0=
media-libs/libvpx:0=
net-misc/curl
@@ -285,11 +285,6 @@ src_prepare() {
java-pkg-opt-2_src_prepare
fi
- if use libressl; then
- eapply "${FILESDIR}/${PN}-7.0.2-cipher_openssl.patch"
- eapply "${FILESDIR}/${PN}-6.1.32-digest_builtin.patch"
- eapply "${FILESDIR}/${PN}-7.0.10-key_openssl.patch"
- fi
# bug #940482
filter-flags -fno-plt
@@ -386,9 +381,6 @@ src_configure() {
echo -e "\nVBOX_WITH_SHARED_CLIPBOARD :=" >> LocalConfig.kmk || die
fi
- if use libressl; then
- myconf+=( --build-libssl )
- fi
# not an autoconf script
edo ./configure "${myconf[@]}"
diff --git a/app-emulation/virtualbox/virtualbox-7.2.8.ebuild b/app-emulation/virtualbox/virtualbox-7.2.8.ebuild
index 5cca9bab5382..9d94378207ae 100644
--- a/app-emulation/virtualbox/virtualbox-7.2.8.ebuild
+++ b/app-emulation/virtualbox/virtualbox-7.2.8.ebuild
@@ -34,7 +34,7 @@ S="${WORKDIR}/${MY_PN}-${PV^^}"
LICENSE="GPL-2+ GPL-3 LGPL-2.1 MIT dtrace? ( CDDL )"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64"
-IUSE="alsa dbus debug doc dtrace +gui java libressl lvm nls pam pch pulseaudio +opengl python +sdk +sdl test +udev vboxwebsrv vde vnc"
+IUSE="alsa dbus debug doc dtrace +gui java lvm nls pam pch pulseaudio +opengl python +sdk +sdl test +udev vboxwebsrv vde vnc"
RESTRICT="!test? ( test )"
unset WATCOM #856769
@@ -45,8 +45,8 @@ COMMON_DEPEND="
~app-emulation/virtualbox-modules-${PV%*a}
dev-libs/libtpms
dev-libs/libxml2:=
- libressl? ( dev-libs/libressl:= )
- !libressl? ( dev-libs/openssl:0= )
+
+ dev-libs/openssl:0=
media-libs/libpng:0=
media-libs/libvpx:0=
net-misc/curl
@@ -285,11 +285,6 @@ src_prepare() {
java-pkg-opt-2_src_prepare
fi
- if use libressl; then
- eapply "${FILESDIR}/${PN}-7.0.2-cipher_openssl.patch"
- eapply "${FILESDIR}/${PN}-6.1.32-digest_builtin.patch"
- eapply "${FILESDIR}/${PN}-7.0.10-key_openssl.patch"
- fi
# bug #940482
filter-flags -fno-plt
@@ -386,9 +381,6 @@ src_configure() {
echo -e "\nVBOX_WITH_SHARED_CLIPBOARD :=" >> LocalConfig.kmk || die
fi
- if use libressl; then
- myconf+=( --build-libssl )
- fi
# not an autoconf script
edo ./configure "${myconf[@]}"
diff --git a/app-emulation/xen-tools/xen-tools-4.20.2.ebuild b/app-emulation/xen-tools/xen-tools-4.20.2.ebuild
index 5b338816ee8c..96c93dd858c6 100644
--- a/app-emulation/xen-tools/xen-tools-4.20.2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.20.2.ebuild
@@ -38,7 +38,7 @@ else
if [[ -n "${XEN_PRE_VERSION_BASE}" ]]; then
XEN_BASE_PV="${XEN_PRE_VERSION_BASE}"
fi
-
+
SRC_URI="
https://downloads.xenproject.org/release/xen/${XEN_BASE_PV}/xen-${XEN_BASE_PV}.tar.gz
diff --git a/app-emulation/xen-tools/xen-tools-4.20.3.ebuild b/app-emulation/xen-tools/xen-tools-4.20.3.ebuild
index eda34e01d7b3..f752f0b07ce5 100644
--- a/app-emulation/xen-tools/xen-tools-4.20.3.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.20.3.ebuild
@@ -38,7 +38,7 @@ else
if [[ -n "${XEN_PRE_VERSION_BASE}" ]]; then
XEN_BASE_PV="${XEN_PRE_VERSION_BASE}"
fi
-
+
SRC_URI="
https://downloads.xenproject.org/release/xen/${XEN_BASE_PV}/xen-${XEN_BASE_PV}.tar.gz