From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F84F138359 for ; Sun, 20 Sep 2020 07:57:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C166E084E; Sun, 20 Sep 2020 07:57:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CDB5E0837 for ; Sun, 20 Sep 2020 07:57:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 851473408A2 for ; Sun, 20 Sep 2020 07:57:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0697B2EE for ; Sun, 20 Sep 2020 07:57:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600588606.99ae0e6d201abef420fde918a9b9b0563b2bc8eb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/grdesktop/, net-misc/grdesktop/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/grdesktop/files/grdesktop-0.23-desktop.patch net-misc/grdesktop/files/grdesktop-0.23-format-security.patch net-misc/grdesktop/grdesktop-0.23-r1.ebuild X-VCS-Directories: net-misc/grdesktop/files/ net-misc/grdesktop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 99ae0e6d201abef420fde918a9b9b0563b2bc8eb X-VCS-Branch: master Date: Sun, 20 Sep 2020 07:57:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e0ce3b9-29c7-4ffe-a50c-fb4d35ed9c3f X-Archives-Hash: dd9e94d52d11b83b5bf6c26880ab6f30 commit: 99ae0e6d201abef420fde918a9b9b0563b2bc8eb Author: Michał Górny gentoo org> AuthorDate: Sun Sep 20 06:50:44 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 20 07:56:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ae0e6d net-misc/grdesktop: Remove old Closes: https://bugs.gentoo.org/726792 Signed-off-by: Michał Górny gentoo.org> .../grdesktop/files/grdesktop-0.23-desktop.patch | 19 ---------- .../files/grdesktop-0.23-format-security.patch | 25 ------------ net-misc/grdesktop/grdesktop-0.23-r1.ebuild | 44 ---------------------- 3 files changed, 88 deletions(-) diff --git a/net-misc/grdesktop/files/grdesktop-0.23-desktop.patch b/net-misc/grdesktop/files/grdesktop-0.23-desktop.patch deleted file mode 100644 index 01102b802cd..00000000000 --- a/net-misc/grdesktop/files/grdesktop-0.23-desktop.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/grdesktop.desktop.old 2014-07-08 14:05:45.500537718 +0200 -+++ b/grdesktop.desktop 2014-07-08 14:06:27.237420849 +0200 -@@ -4,13 +4,13 @@ - Comment[de]=Verbindet zu einem entfernten Windows Terminal-Server - TryExec=grdesktop - Exec=grdesktop --Icon=grdesktop.png -+Icon=/usr/share/pixmaps/grdesktop/icon.png - Terminal=false - Type=Application - Version=1.0 - Actions=Full; --Categories=Application;Network;X-Red-Hat-Base; --Encoding=UTF-8 -+Categories=Network;X-Red-Hat-Base; - - [Desktop Action Full] -+Name=Remotedesktop Client - Exec=grdesktop diff --git a/net-misc/grdesktop/files/grdesktop-0.23-format-security.patch b/net-misc/grdesktop/files/grdesktop-0.23-format-security.patch deleted file mode 100644 index b5610efc0c6..00000000000 --- a/net-misc/grdesktop/files/grdesktop-0.23-format-security.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- ./src/run.c.orig 2004-03-30 13:17:53.000000000 +0000 -+++ ./src/run.c 2012-05-13 06:33:35.000000000 +0000 -@@ -110,7 +110,7 @@ - sshcmd = g_strconcat(sshcmd, g_strdup_printf("%s", - SHASH("sshhost")), NULL); - sshcmd = g_strconcat(sshcmd, g_strdup_printf(" \"%s\"", cmd), NULL); -- g_warning(sshcmd); -+ g_warning("%s",sshcmd); - cmdline = g_strconcat(sshcmd, NULL); - } else { /* execute without ssh */ - cmdline = g_strconcat(cmd, NULL); ---- ./src/rdpparse.c.orig 2012-05-13 06:36:59.000000000 +0000 -+++ ./src/rdpparse.c 2012-05-13 06:37:31.000000000 +0000 -@@ -306,9 +306,9 @@ - parts = g_strsplit(value, "x", 2); - - if(typ == 'W') -- return(g_strdup_printf(parts[0])); -+ return(g_strdup_printf("%s",parts[0])); - else -- return(g_strdup_printf(parts[1])); -+ return(g_strdup_printf("%s",parts[1])); - - if(parts != NULL) - g_strfreev(parts); diff --git a/net-misc/grdesktop/grdesktop-0.23-r1.ebuild b/net-misc/grdesktop/grdesktop-0.23-r1.ebuild deleted file mode 100644 index 8e5d2c6a2dd..00000000000 --- a/net-misc/grdesktop/grdesktop-0.23-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="Gtk2 frontend for rdesktop" -HOMEPAGE="http://www.nongnu.org/grdesktop/" -SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -RDEPEND=" - x11-libs/gtk+:2 - >=gnome-base/libgnomeui-2 - net-misc/rdesktop - gnome-base/gconf:2 -" -DEPEND="${RDEPEND} - app-text/rarian - virtual/pkgconfig -" - -src_prepare() { - # Correct icon path. See bug #50295. - eapply "${FILESDIR}/${P}-desktop.patch" - - # Fix compilation with format-security, bug #517662 - eapply "${FILESDIR}/${P}-format-security.patch" - - sed -e 's/\(GETTEXT_PACKAGE = \)@GETTEXT_PACKAGE@/\1grdesktop/g' \ - -i po/Makefile.in.in || die "sed 2 failed" - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-debug \ - --with-keymap-path=/usr/share/rdesktop/keymaps/ -}