From c725dd1dd684be0c61ad1035a778601369942f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 2 Dec 2019 15:14:50 +0100 Subject: Gentoo: Files moved to a separate git repository. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- gentoo | 1 + gentoo/trinity-base/krdc/krdc-3.5.13.1.ebuild | 28 --------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) create mode 160000 gentoo delete mode 100644 gentoo/trinity-base/krdc/krdc-3.5.13.1.ebuild (limited to 'gentoo/trinity-base/krdc/krdc-3.5.13.1.ebuild') diff --git a/gentoo b/gentoo new file mode 160000 index 000000000..644110a84 --- /dev/null +++ b/gentoo @@ -0,0 +1 @@ +Subproject commit 644110a847c5911c2eb04eb53c93031740561efc diff --git a/gentoo/trinity-base/krdc/krdc-3.5.13.1.ebuild b/gentoo/trinity-base/krdc/krdc-3.5.13.1.ebuild deleted file mode 100644 index 7fc8211bd..000000000 --- a/gentoo/trinity-base/krdc/krdc-3.5.13.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI="5" -TRINITY_MODULE_NAME="kdenetwork" - -inherit trinity-meta - -DESCRIPTION="Trinity remote desktop connection (RDP and VNC) client" -KEYWORDS="amd64 x86" -IUSE="rdp slp" - -DEPEND=" - dev-libs/openssl:= - slp? ( net-libs/openslp ) - x11-libs/libXext" -RDEPEND="${DEPEND} - rdp? ( >=net-misc/rdesktop-1.4.1 )" - -PATCHES=( "${FILESDIR}/krdc-3.5.13.1-702c180-added-openslp-support-to-cmake.patch" ) - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with slp SLP) - ) - - trinity-meta_src_configure -} -- cgit v1.2.1