From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E6E051384B4 for ; Fri, 4 Dec 2015 09:43:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E804121C029; Fri, 4 Dec 2015 09:43:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7580721C029 for ; Fri, 4 Dec 2015 09:43:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89A9B3409D7 for ; Fri, 4 Dec 2015 09:43:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7E34C7E for ; Fri, 4 Dec 2015 09:43:23 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1449222641.d22154bf60f830b553fa95d084043820c5b35013.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/synergy/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/synergy/synergy-1.7.4.ebuild x11-misc/synergy/synergy-1.7.5-r1.ebuild X-VCS-Directories: x11-misc/synergy/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: d22154bf60f830b553fa95d084043820c5b35013 X-VCS-Branch: master Date: Fri, 4 Dec 2015 09:43:23 +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-Archives-Salt: 038d9d71-f290-4179-8f02-a84db2fe767b X-Archives-Hash: 588d72eaa86bd9d1d649d80e9dc03910 commit: d22154bf60f830b553fa95d084043820c5b35013 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Dec 4 09:42:56 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Dec 4 09:50:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22154bf x11-misc/synergy: add libressl support Package-Manager: portage-2.2.20.1 x11-misc/synergy/synergy-1.7.4.ebuild | 2 +- .../{synergy-1.7.4.ebuild => synergy-1.7.5-r1.ebuild} | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/x11-misc/synergy/synergy-1.7.4.ebuild b/x11-misc/synergy/synergy-1.7.4.ebuild index 9b2e2c0..5c7762e 100644 --- a/x11-misc/synergy/synergy-1.7.4.ebuild +++ b/x11-misc/synergy/synergy-1.7.4.ebuild @@ -20,7 +20,7 @@ IUSE="qt4 test" S=${WORKDIR}/${P}-stable COMMON_DEPEND=" - dev-libs/openssl + dev-libs/openssl:* x11-libs/libICE x11-libs/libSM x11-libs/libX11 diff --git a/x11-misc/synergy/synergy-1.7.4.ebuild b/x11-misc/synergy/synergy-1.7.5-r1.ebuild similarity index 87% copy from x11-misc/synergy/synergy-1.7.4.ebuild copy to x11-misc/synergy/synergy-1.7.5-r1.ebuild index 9b2e2c0..363c22b 100644 --- a/x11-misc/synergy/synergy-1.7.4.ebuild +++ b/x11-misc/synergy/synergy-1.7.5-r1.ebuild @@ -15,12 +15,13 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="qt4 test" +IUSE="libressl qt4 test" S=${WORKDIR}/${P}-stable COMMON_DEPEND=" - dev-libs/openssl + !libressl? ( dev-libs/openssl:* ) + libressl? ( dev-libs/libressl ) x11-libs/libICE x11-libs/libSM x11-libs/libX11 @@ -50,9 +51,9 @@ RDEPEND=" " PATCHES=( - "${FILESDIR}/${PN}-1.4.16_p1969-pthread.patch" - "${FILESDIR}/${PN}-1.4.17_p2055-test.patch" - "${FILESDIR}/${PN}-1.4.17_p2055-gentoo.patch" + "${FILESDIR}"/${PN}-1.4.16_p1969-pthread.patch + "${FILESDIR}"/${PN}-1.4.17_p2055-test.patch + "${FILESDIR}"/${PN}-1.7.5-gentoo.patch ) src_prepare() { @@ -60,7 +61,9 @@ src_prepare() { } src_configure() { - local mycmakeargs=$(cmake-utils_use_with test GENTOO_TEST) + local mycmakeargs=( + "$(cmake-utils_use_with test GENTOO_TEST)" + ) cmake-utils_src_configure if use qt4 ; then