public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-video/syncplay/files/, media-video/syncplay/
@ 2020-05-01  9:59 Andrew Ammerlaan
  2020-04-30 18:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Ammerlaan @ 2020-05-01  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     354aafc5909fe905326f890b6d35589dc0cc8129
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 30 18:25:11 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 30 18:25:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=354aafc5

media-video/syncplay: only install initd/confd if use server

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 media-video/syncplay/files/syncplay-server-init-conf |  2 +-
 media-video/syncplay/syncplay-1.6.4_p1.ebuild        | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/media-video/syncplay/files/syncplay-server-init-conf b/media-video/syncplay/files/syncplay-server-init-conf
index c07ef82..8c8e0e8 100644
--- a/media-video/syncplay/files/syncplay-server-init-conf
+++ b/media-video/syncplay/files/syncplay-server-init-conf
@@ -1,7 +1,7 @@
 # This is the file that syncplay service loads settings from, it does not affect the binary itself
 # See https://syncplay.pl/guide/server/ for a list of available flags and description
 
-#port="223"
+#port="8999"
 #isolate=False
 #password="yourpassword"
 #salt="RANDOMSALT"

diff --git a/media-video/syncplay/syncplay-1.6.4_p1.ebuild b/media-video/syncplay/syncplay-1.6.4_p1.ebuild
index 5e5fc87..3a46c75 100644
--- a/media-video/syncplay/syncplay-1.6.4_p1.ebuild
+++ b/media-video/syncplay/syncplay-1.6.4_p1.ebuild
@@ -36,13 +36,14 @@ S="${WORKDIR}/${PN}-${MYPV}"
 
 python_install() {
 	local MY_MAKEOPTS=( DESTDIR="${D}" PREFIX=/usr )
-	use client && \
+	if use client; then
 		emake "${MY_MAKEOPTS[@]}" install-client
-	use server && \
+	fi
+	if use server; then
 		emake "${MY_MAKEOPTS[@]}" install-server
-
-	newinitd "${FILESDIR}/${PN}-server-init" "${PN}"
-	newconfd "${FILESDIR}/${PN}-server-init-conf" "${PN}"
+		newinitd "${FILESDIR}/${PN}-server-init" "${PN}"
+		newconfd "${FILESDIR}/${PN}-server-init-conf" "${PN}"
+	fi
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-01  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-01  9:59 [gentoo-commits] repo/proj/guru:master commit in: media-video/syncplay/files/, media-video/syncplay/ Andrew Ammerlaan
2020-04-30 18:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox