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 454ED138334 for ; Sun, 1 Jul 2018 08:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9025E083B; Sun, 1 Jul 2018 08:24:32 +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 BD272E082B for ; Sun, 1 Jul 2018 08:24:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 803B8335C8E for ; Sun, 1 Jul 2018 08:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4264C355 for ; Sun, 1 Jul 2018 08:24:28 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530433462.c17952ae630beb5f559fd3bd3dd36c67dabfda02.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild X-VCS-Directories: net-im/pyicq-t/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c17952ae630beb5f559fd3bd3dd36c67dabfda02 X-VCS-Branch: master Date: Sun, 1 Jul 2018 08:24:28 +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: c492bb5f-dced-43f8-820b-91da9e63dc84 X-Archives-Hash: 5bd6a796aace9c66d9796e6865addc0c commit: c17952ae630beb5f559fd3bd3dd36c67dabfda02 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jul 1 08:23:28 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jul 1 08:24:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17952ae net-im/pyicq-t: Fix .service path (#626896) Package-Manager: Portage-2.3.41, Repoman-2.3.9 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild index 39f7edef308..d9e5fd57fdf 100644 --- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild +++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -57,7 +57,7 @@ src_install() { newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN} systemd_dounit "${FILESDIR}/${PN}.service" sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \ - "${ED}/etc/init.d/${PN}" "${ED}/usr/lib/systemd/system/${PN}.service" || die + "${ED}/etc/init.d/${PN}" "${ED}/$(systemd_get_systemunitdir)/${PN}.service" || die python_fix_shebang "${D}$(python_get_sitedir)/${PN}" }