diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-07-19 23:07:20 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-07-19 23:07:34 +0200 |
commit | 87d3875af1b1eba08ced8fad636fef420f23cae4 (patch) | |
tree | 26d740445cfd2439be8482c1a4dae9b61a442ff7 /net-misc/x2goclient | |
parent | dev-util/ply: Revbump to 2.1.1-r1 for sys-boot/plymouth blocker (bug 733248) (diff) | |
download | gentoo-87d3875af1b1eba08ced8fad636fef420f23cae4.tar.gz gentoo-87d3875af1b1eba08ced8fad636fef420f23cae4.tar.bz2 gentoo-87d3875af1b1eba08ced8fad636fef420f23cae4.zip |
net-misc/x2goclient: drop old stable
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-misc/x2goclient')
-rw-r--r-- | net-misc/x2goclient/Manifest | 1 | ||||
-rw-r--r-- | net-misc/x2goclient/files/x2goclient-4.1.2.1-gentoo-17.1.patch | 14 | ||||
-rw-r--r-- | net-misc/x2goclient/files/x2goclient-4.1.2.1-qt511.patch | 20 | ||||
-rw-r--r-- | net-misc/x2goclient/x2goclient-4.1.2.1-r1.ebuild | 75 | ||||
-rw-r--r-- | net-misc/x2goclient/x2goclient-4.1.2.1.ebuild | 74 |
5 files changed, 0 insertions, 184 deletions
diff --git a/net-misc/x2goclient/Manifest b/net-misc/x2goclient/Manifest index 367d0a90f6ab..451425b8871e 100644 --- a/net-misc/x2goclient/Manifest +++ b/net-misc/x2goclient/Manifest @@ -1,2 +1 @@ -DIST x2goclient-4.1.2.1.tar.gz 2735905 BLAKE2B 9ac70e350b0c586f76915edc187a2c6b179cb69bf28c082ef1d8122d4c32b79dd7bcb685e846a62481a4a3334eb902a3fe84aa8422099a5088559a3b548fbe20 SHA512 0dc4ef0b154c582e62d8e1c5fd0284510fd8c7ddac1d8f49638ca68244ac24f9220c9089e93a105cfa8978d1e2af9a4379deeb934d58741f51ee473ab041d369 DIST x2goclient-4.1.2.2.tar.gz 2576404 BLAKE2B 2a29f73516282af119cc4ea0a511c29156cdb71564adcdbf307f60298b87c2a7eee0ca121a3e165a63c110130c2704b49b90b3b9abc6a39b6105b1f22ac5afd0 SHA512 85e6db6a34629512be64376883c205d8bf0696c4697cf216970b57a91ffe68dcf7f38bfda0d396c104602f6991b596c5fb0934e75fa4a93f7d0e41c2b3f5ac4d diff --git a/net-misc/x2goclient/files/x2goclient-4.1.2.1-gentoo-17.1.patch b/net-misc/x2goclient/files/x2goclient-4.1.2.1-gentoo-17.1.patch deleted file mode 100644 index b9a63264be99..000000000000 --- a/net-misc/x2goclient/files/x2goclient-4.1.2.1-gentoo-17.1.patch +++ /dev/null @@ -1,14 +0,0 @@ -X-Git-Url: https://code.x2go.org/gitweb?p=x2goclient.git;a=blobdiff_plain;f=src%2Fonmainwindow.cpp;h=cd97e6c7f28a6ab4e9495f7a9ba4b447f2b47a2f;hp=cb6bb72918cdc1d54f57cbf0b426adb03a6f4dc8;hb=567223f;hpb=fc5c93518b9023e2499a945740cd6559233ed301 - -diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp -index cb6bb72..cd97e6c 100644 ---- a/src/onmainwindow.cpp -+++ b/src/onmainwindow.cpp -@@ -10754,6 +10754,7 @@ void ONMainWindow::generateEtcFiles() - << "/usr/libexec/openssh" /* Fedora, CentOS, hopefully also RHEL */ - << "/usr/lib/ssh" /* Mageia, OpenSUSE, SLE{S,D} < 12 x86, SLE{S,D} 12, Arch */ - << "/usr/lib64/ssh" /* SLE{S,D} < 12 x86_64 */ -+ << "/usr/lib64/misc" /* Gentoo *64 with 17.1 profile - has no lib compat-symlink. */ - << "/usr/lib/misc" /* Gentoo */ - << "/run/current-system/sw/bin" /* NixOS */ - << "/usr/libexec"; /* Slackware, OS X */ diff --git a/net-misc/x2goclient/files/x2goclient-4.1.2.1-qt511.patch b/net-misc/x2goclient/files/x2goclient-4.1.2.1-qt511.patch deleted file mode 100644 index 2329813defd8..000000000000 --- a/net-misc/x2goclient/files/x2goclient-4.1.2.1-qt511.patch +++ /dev/null @@ -1,20 +0,0 @@ -From: Mihai Moldovan <ionic@ionic.de> -Date: Thu, 5 Jul 2018 06:52:18 +0000 (+0200) -Subject: src/printwidget.cpp: add QButtonGroup include, fixes compile errors with Qt 5.11+. -X-Git-Url: https://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff_plain;h=ce14cfda34175b6456a8cc7d1e336dce2b0b0682 - -src/printwidget.cpp: add QButtonGroup include, fixes compile errors with Qt 5.11+. ---- - -diff --git a/src/printwidget.cpp b/src/printwidget.cpp -index 58a8af7..131d340 100644 ---- a/src/printwidget.cpp -+++ b/src/printwidget.cpp -@@ -23,6 +23,7 @@ - #include "x2gosettings.h" - #include "x2gologdebug.h" - #include <QDir> -+#include <QButtonGroup> - #ifdef Q_OS_WIN - #include "wapi.h" - #endif diff --git a/net-misc/x2goclient/x2goclient-4.1.2.1-r1.ebuild b/net-misc/x2goclient/x2goclient-4.1.2.1-r1.ebuild deleted file mode 100644 index 911efdf18aca..000000000000 --- a/net-misc/x2goclient/x2goclient-4.1.2.1-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop gnome2-utils qmake-utils - -DESCRIPTION="The X2Go Qt client" -HOMEPAGE="http://www.x2go.org" -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="ldap" - -COMMON_DEPEND="dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5[ssl] - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - >=net-libs/libssh-0.7.5-r2 - net-print/cups - x11-libs/libXpm - ldap? ( net-nds/openldap )" -DEPEND="${COMMON_DEPEND} - dev-qt/linguist-tools:5" -RDEPEND="${COMMON_DEPEND} - net-misc/nx" - -CLIENT_BUILD="${WORKDIR}"/${P}.client_build -PLUGIN_BUILD="${WORKDIR}"/${P}.plugin_build - -PATCHES=( - "${FILESDIR}/${P}-qt511.patch" - "${FILESDIR}/${P}-gentoo-17.1.patch" -) - -src_prepare() { - default - - if ! use ldap; then - sed -e "s/-lldap//" -i x2goclient.pro || die - sed -e "s/#define USELDAP//" -i src/x2goclientconfig.h || die - fi -} - -src_configure() { - eqmake5 "${S}"/x2goclient.pro -} - -src_install() { - dobin ${PN} - - local size - for size in 16 32 48 64 128 ; do - doicon -s ${size} res/img/icons/${size}x${size}/${PN}.png - done - newicon -s scalable res/img/icons/hildon/${PN}_hildon.svg ${PN}.svg - - insinto /usr/share/pixmaps - doins res/img/icons/${PN}.xpm - - domenu desktop/${PN}.desktop - doman man/man?/* -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/net-misc/x2goclient/x2goclient-4.1.2.1.ebuild b/net-misc/x2goclient/x2goclient-4.1.2.1.ebuild deleted file mode 100644 index 9912ac58712b..000000000000 --- a/net-misc/x2goclient/x2goclient-4.1.2.1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop gnome2-utils qmake-utils - -DESCRIPTION="The X2Go Qt client" -HOMEPAGE="http://www.x2go.org" -SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="ldap" - -COMMON_DEPEND="dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5[ssl] - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - >=net-libs/libssh-0.7.5-r2 - net-print/cups - x11-libs/libXpm - ldap? ( net-nds/openldap )" -DEPEND="${COMMON_DEPEND} - dev-qt/linguist-tools:5" -RDEPEND="${COMMON_DEPEND} - net-misc/nx" - -CLIENT_BUILD="${WORKDIR}"/${P}.client_build -PLUGIN_BUILD="${WORKDIR}"/${P}.plugin_build - -PATCHES=( - "${FILESDIR}/${P}-qt511.patch" -) - -src_prepare() { - default - - if ! use ldap; then - sed -e "s/-lldap//" -i x2goclient.pro || die - sed -e "s/#define USELDAP//" -i src/x2goclientconfig.h || die - fi -} - -src_configure() { - eqmake5 "${S}"/x2goclient.pro -} - -src_install() { - dobin ${PN} - - local size - for size in 16 32 48 64 128 ; do - doicon -s ${size} res/img/icons/${size}x${size}/${PN}.png - done - newicon -s scalable res/img/icons/hildon/${PN}_hildon.svg ${PN}.svg - - insinto /usr/share/pixmaps - doins res/img/icons/${PN}.xpm - - domenu desktop/${PN}.desktop - doman man/man?/* -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |