From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8062B138359 for ; Tue, 28 Jul 2020 18:12:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93537E092A; Tue, 28 Jul 2020 18:12:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E724E092A for ; Tue, 28 Jul 2020 18:12:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3034034F359 for ; Tue, 28 Jul 2020 18:12:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 849672F4 for ; Tue, 28 Jul 2020 18:12:04 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1595959923.7158269938d3357d60b205354369cbc6c405d00b.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsd/gpsd-3.20.ebuild sci-geosciences/gpsd/gpsd-9999.ebuild X-VCS-Directories: sci-geosciences/gpsd/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 7158269938d3357d60b205354369cbc6c405d00b X-VCS-Branch: master Date: Tue, 28 Jul 2020 18:12:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af797c9c-dbf2-4290-acd0-9cf63ecd0cbd X-Archives-Hash: 9b1a7d0db7f567eb51ed0e098340bba5 commit: 7158269938d3357d60b205354369cbc6c405d00b Author: Rick Farina gentoo org> AuthorDate: Tue Jul 28 17:12:42 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Jul 28 18:12:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71582699 sci-geosciences/gpsd: fix systemd units Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Rick Farina gentoo.org> sci-geosciences/gpsd/gpsd-3.20.ebuild | 5 +++++ sci-geosciences/gpsd/gpsd-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sci-geosciences/gpsd/gpsd-3.20.ebuild b/sci-geosciences/gpsd/gpsd-3.20.ebuild index 14a77077867..5b207643d5d 100644 --- a/sci-geosciences/gpsd/gpsd-3.20.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.20.ebuild @@ -89,6 +89,10 @@ src_prepare() { -e 's:\:SYSROOT:g' \ SConstruct || die + #Fix systemd binary paths + sed -i -e 's/local\///' 'systemd/gpsd.service' + sed -i -e 's/local\///' 'systemd/gpsdctl@.service.in' + default use python && distutils-r1_src_prepare @@ -124,6 +128,7 @@ src_configure() { prefix="${EPREFIX}/usr" libdir="\$prefix/$(get_libdir)" udevdir="$(get_udevdir)" + rundir="/run" chrpath=False gpsd_user=gpsd gpsd_group=uucp diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index cd96667f22e..73c52f149eb 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -89,6 +89,10 @@ src_prepare() { -e 's:\:SYSROOT:g' \ SConstruct || die + #Fix systemd binary paths + sed -i -e 's/local\///' 'systemd/gpsd.service' + sed -i -e 's/local\///' 'systemd/gpsdctl@.service.in' + default use python && distutils-r1_src_prepare @@ -128,6 +132,7 @@ src_configure() { prefix="${EPREFIX}/usr" libdir="\$prefix/$(get_libdir)" udevdir="$(get_udevdir)" + rundir="/run" chrpath=False gpsd_user=gpsd gpsd_group=uucp