public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/synergy/
Date: Fri,  4 Dec 2015 09:43:23 +0000 (UTC)	[thread overview]
Message-ID: <1449222641.d22154bf60f830b553fa95d084043820c5b35013.blueness@gentoo> (raw)

commit:     d22154bf60f830b553fa95d084043820c5b35013
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 09:42:56 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> 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


             reply	other threads:[~2015-12-04  9:43 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-04  9:43 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-17 19:17 [gentoo-commits] repo/gentoo:master commit in: x11-misc/synergy/ Sam James
2022-02-05  8:53 Michał Górny
2021-09-27  6:55 Agostino Sarubbo
2021-09-15 20:26 Michał Górny
2021-08-12  5:39 Michał Górny
2021-07-10 11:47 Michał Górny
2021-07-10 10:43 Agostino Sarubbo
2021-07-05  6:59 Agostino Sarubbo
2021-06-08 23:12 Michał Górny
2021-06-07 22:26 Michał Górny
2021-05-31 19:16 Michał Górny
2021-05-01  9:53 Mikle Kolyada
2021-04-28 23:35 Michał Górny
2021-04-28 23:16 Sam James
2021-04-28 17:04 Sam James
2021-03-23 14:09 Michał Górny
2021-03-23 14:09 Michał Górny
2021-03-01 22:06 Michał Górny
2021-02-21  0:46 Sam James
2021-02-19 19:32 Thomas Deutschmann
2021-01-06 12:05 Fabian Groffen
2020-12-29 23:09 Michał Górny
2020-12-29 19:48 Michał Górny
2020-12-10 17:32 Sam James
2020-12-02  3:06 Thomas Deutschmann
2020-12-01 13:33 Sam James
2020-11-30  9:55 Michał Górny
2020-11-29 22:35 Michał Górny
2020-11-29 22:35 Michał Górny
2020-05-14 22:19 Aaron Bauman
2019-01-05 20:04 Michał Górny
2018-04-26 15:14 Mike Gilbert
2018-04-26  5:36 Matt Turner
2018-04-15 18:40 Sergei Trofimovich
2018-03-20 10:01 Agostino Sarubbo
2018-02-11 17:55 Jeroen Roovers
2017-03-27 19:41 Jeroen Roovers
2017-03-27  7:48 Jeroen Roovers
2016-12-30 12:44 Jeroen Roovers
2016-08-24  9:47 Jeroen Roovers
2016-08-24  9:47 Jeroen Roovers
2016-07-19 18:22 Jeroen Roovers
2016-07-18  4:31 Jeroen Roovers
2016-07-17  9:36 Jeroen Roovers
2016-07-17  7:46 Jeroen Roovers
2016-04-03  9:38 Jeroen Roovers
2016-04-03  9:38 Jeroen Roovers
2015-11-22  6:11 Jeroen Roovers
2015-11-22  6:11 Jeroen Roovers
2015-09-02  4:45 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449222641.d22154bf60f830b553fa95d084043820c5b35013.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox