[gentoo-commits] repo/proj/libressl:master commit in: net-misc/rdesktop/files/, net-misc/rdesktop/

2022-07-03 Thread Quentin Retornaz
commit: 42db53d87cf3438054027caca35500487a0d59f5
Author: orbea  riseup  net>
AuthorDate: Sun Jul  3 02:52:07 2022 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun Jul  3 17:47:01 2022 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=42db53d8

net-misc/rdesktop: Remove package

Works with libressl-3.5.x and rdesktop-1.9.0::gentoo.

Signed-off-by: orbea  riseup.net>
Signed-off-by: Quentin Retornaz  retornaz.com>

 net-misc/rdesktop/Manifest |  1 -
 .../files/rdesktop-1.6.0-sound_configure.patch | 15 -
 .../rdesktop/files/rdesktop-1.8.3-no_strip.patch   | 12 
 .../files/rdesktop-1.8.3-xrandr_configure.patch| 17 --
 .../rdesktop/files/rdesktop-1.8.4-libressl.patch   | 16 -
 .../files/rdesktop-1.8.5-use_standard_gssapi.patch | 56 -
 .../files/rdesktop-1.8.6-sec_decrypt.patch | 59 --
 net-misc/rdesktop/metadata.xml | 19 --
 net-misc/rdesktop/rdesktop-1.8.6-r1.ebuild | 71 --
 net-misc/rdesktop/rdesktop-1.8.6.ebuild| 70 -
 10 files changed, 336 deletions(-)

diff --git a/net-misc/rdesktop/Manifest b/net-misc/rdesktop/Manifest
deleted file mode 100644
index e521b8c..000
--- a/net-misc/rdesktop/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rdesktop-1.8.6.tar.gz 321061 BLAKE2B 
bd61ecfbdca3f05b2a8d7f84c10296af3845870f5bd2522ecd768ce27cdbf790787ba9af2f53c85bcd674926488b77a610e48cafbb891fced9a458f86a2ee9e1
 SHA512 
a7d624dad27e531cf38d73bd879e66aaf72e527d082a4adb59e259e4e5b9a779ee6938db74601fbb2be7e7b015c806109fe8dfc99d78cbd06f0ba4d8f89b28ee

diff --git a/net-misc/rdesktop/files/rdesktop-1.6.0-sound_configure.patch 
b/net-misc/rdesktop/files/rdesktop-1.6.0-sound_configure.patch
deleted file mode 100644
index b2f492b..000
--- a/net-misc/rdesktop/files/rdesktop-1.6.0-sound_configure.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 rdesktop.orig/configure.ac 2009-06-30 10:35:14.0 +0200
-+++ rdesktop/configure.ac  2009-06-30 11:35:10.0 +0200
-@@ -228,7 +228,11 @@
- if test -n "$PKG_CONFIG"; then
- PKG_CHECK_MODULES(LIBAO, ao, [HAVE_LIBAO=1], [HAVE_LIBAO=0])
- PKG_CHECK_MODULES(ALSA, alsa, [HAVE_ALSA=1], [HAVE_ALSA=0])
--PKG_CHECK_MODULES(LIBSAMPLERATE, samplerate, [HAVE_LIBSAMPLERATE=1], 
[HAVE_LIBSAMPLERATE=0])
-+AC_ARG_WITH(libsamplerate,
-+[  --without-libsamplerate disable libsamplerate support])
-+if test "x$with_libsamplerate" != "xno"; then
-+PKG_CHECK_MODULES(LIBSAMPLERATE, samplerate, [HAVE_LIBSAMPLERATE=1], 
[HAVE_LIBSAMPLERATE=0])
-+fi
- if test x"$HAVE_LIBSAMPLERATE" = "x1"; then
- AC_DEFINE(HAVE_LIBSAMPLERATE)
- if test x"$static_libsamplerate" = "xyes"; then

diff --git a/net-misc/rdesktop/files/rdesktop-1.8.3-no_strip.patch 
b/net-misc/rdesktop/files/rdesktop-1.8.3-no_strip.patch
deleted file mode 100644
index 018ceee..000
--- a/net-misc/rdesktop/files/rdesktop-1.8.3-no_strip.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur rdesktop-1.8.3.orig/Makefile.in rdesktop-1.8.3/Makefile.in
 rdesktop-1.8.3.orig/Makefile.in2013-01-21 13:28:14.0 +0100
-+++ rdesktop-1.8.3/Makefile.in 2018-08-20 18:05:38.401218002 +0200
-@@ -60,7 +60,7 @@
- installbin: rdesktop
-   mkdir -p $(DESTDIR)$(bindir)
-   $(INSTALL) rdesktop $(DESTDIR)$(bindir)
--  $(STRIP) $(DESTDIR)$(bindir)/rdesktop
-+  
-   chmod 755 $(DESTDIR)$(bindir)/rdesktop
- 
- .PHONY: installman

diff --git a/net-misc/rdesktop/files/rdesktop-1.8.3-xrandr_configure.patch 
b/net-misc/rdesktop/files/rdesktop-1.8.3-xrandr_configure.patch
deleted file mode 100644
index fea0b97..000
--- a/net-misc/rdesktop/files/rdesktop-1.8.3-xrandr_configure.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 rdesktop.orig/configure.ac 2015-09-14 11:27:54.974472081 +0200
-+++ rdesktop/configure.ac  2015-09-14 11:34:37.729155044 +0200
-@@ -151,9 +151,12 @@
- AC_SUBST(CREDSSPOBJ)
- 
- # xrandr
--if test -n "$PKG_CONFIG"; then
--PKG_CHECK_MODULES(XRANDR, xrandr, [HAVE_XRANDR=1], [HAVE_XRANDR=0])
-+AC_ARG_WITH([xrandr], AS_HELP_STRING([--without-xrandr], [Build without 
Xrandr library (default: true)]))
-+AS_IF([test "x$with_xrandr" != "xno"], [
-+if test -n "$PKG_CONFIG"; then
-+PKG_CHECK_MODULES(XRANDR, xrandr, [HAVE_XRANDR=1], [HAVE_XRANDR=0])
- fi
-+])
- if test x"$HAVE_XRANDR" = "x1"; then
- CFLAGS="$CFLAGS $XRANDR_CFLAGS"
- LIBS="$LIBS $XRANDR_LIBS"

diff --git a/net-misc/rdesktop/files/rdesktop-1.8.4-libressl.patch 
b/net-misc/rdesktop/files/rdesktop-1.8.4-libressl.patch
deleted file mode 100644
index b56cbfc..000
--- a/net-misc/rdesktop/files/rdesktop-1.8.4-libressl.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/ssl.c b/ssl.c
-index 07d7aa5..45df34f 100644
 a/ssl.c
-+++ b/ssl.c
-@@ -225,7 +225,7 @@ rdssl_rkey_get_exp_mod(RDSSL_RKEY * rkey, uint8 * 
exponent, uint32 max_exp_len,
-   BIGNUM *e 

[gentoo-commits] repo/proj/libressl:master commit in: net-misc/rdesktop/

2021-05-02 Thread Quentin Retornaz
commit: 740f2c79f347b4ee30928c5b74ebff6884e73b2b
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Sun May  2 23:44:39 2021 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun May  2 23:44:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=740f2c79

net-misc/rdesktop: remove libressl USE flag

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Quentin Retornaz  retornaz.com>

 net-misc/rdesktop/rdesktop-1.8.6-r1.ebuild | 5 ++---
 net-misc/rdesktop/rdesktop-1.8.6.ebuild| 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-misc/rdesktop/rdesktop-1.8.6-r1.ebuild 
b/net-misc/rdesktop/rdesktop-1.8.6-r1.ebuild
index 492073a..1c72beb 100644
--- a/net-misc/rdesktop/rdesktop-1.8.6-r1.ebuild
+++ b/net-misc/rdesktop/rdesktop-1.8.6-r1.ebuild
@@ -13,13 +13,12 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="alsa ao debug ipv6 kerberos libressl libsamplerate oss pcsc-lite xrandr"
+IUSE="alsa ao debug ipv6 kerberos libsamplerate oss pcsc-lite xrandr"
 
 S=${WORKDIR}/${PN}-${MY_PV}
 
 RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
+   dev-libs/openssl:0=
x11-libs/libX11
x11-libs/libXext
x11-libs/libXau

diff --git a/net-misc/rdesktop/rdesktop-1.8.6.ebuild 
b/net-misc/rdesktop/rdesktop-1.8.6.ebuild
index 26cdc93..85eabb9 100644
--- a/net-misc/rdesktop/rdesktop-1.8.6.ebuild
+++ b/net-misc/rdesktop/rdesktop-1.8.6.ebuild
@@ -13,13 +13,12 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="alsa ao debug ipv6 kerberos libressl libsamplerate oss pcsc-lite xrandr"
+IUSE="alsa ao debug ipv6 kerberos libsamplerate oss pcsc-lite xrandr"
 
 S=${WORKDIR}/${PN}-${MY_PV}
 
 RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
+   dev-libs/openssl:0=
x11-libs/libX11
x11-libs/libXext
x11-libs/libXau