Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
Date: Sun, 01 Jul 2018 08:24:34
Message-Id: 1530433462.c17952ae630beb5f559fd3bd3dd36c67dabfda02.pacho@gentoo
1 commit: c17952ae630beb5f559fd3bd3dd36c67dabfda02
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 08:23:28 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 08:24:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17952ae
7
8 net-im/pyicq-t: Fix .service path (#626896)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index 39f7edef308..d9e5fd57fdf 100644
17 --- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
18 +++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -57,7 +57,7 @@ src_install() {
26 newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
27 systemd_dounit "${FILESDIR}/${PN}.service"
28 sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
29 - "${ED}/etc/init.d/${PN}" "${ED}/usr/lib/systemd/system/${PN}.service" || die
30 + "${ED}/etc/init.d/${PN}" "${ED}/$(systemd_get_systemunitdir)/${PN}.service" || die
31
32 python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
33 }