Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/groonga/
Date: Fri, 11 May 2018 18:23:28
Message-Id: 1526062993.32bc511c9af88bd8d5d2476e7023bdf14a78d818.grknight@gentoo
1 commit: 32bc511c9af88bd8d5d2476e7023bdf14a78d818
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 18:21:46 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 18:23:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bc511c
7
8 app-text/groonga: Fix install failure removing old init script
9
10 The manual removal is no longer necessary
11
12 Package-Manager: Portage-2.3.36, Repoman-2.3.9
13
14 app-text/groonga/groonga-8.0.2.ebuild | 2 --
15 1 file changed, 2 deletions(-)
16
17 diff --git a/app-text/groonga/groonga-8.0.2.ebuild b/app-text/groonga/groonga-8.0.2.ebuild
18 index ebc194e460c..65608552596 100644
19 --- a/app-text/groonga/groonga-8.0.2.ebuild
20 +++ b/app-text/groonga/groonga-8.0.2.ebuild
21 @@ -97,6 +97,4 @@ src_install() {
22 fowners groonga:groonga /var/{log,lib}/${PN}
23
24 use examples || rm -r "${D%/}/usr/share/${PN}" || die
25 - # Extra init script
26 - rm -r "${D%/}/usr/sbin/groonga-httpd-restart" || die
27 }