Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/garden/
Date: Mon, 16 Jul 2018 22:26:21
Message-Id: 1531779956.17e0961da58610cbbb1bc66b03ed5b10d437d602.asturm@gentoo
1 commit: 17e0961da58610cbbb1bc66b03ed5b10d437d602
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 21:31:27 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 22:25:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e0961d
7
8 games-action/garden: Drop unnecessary DOCS definition in weird place
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 games-action/garden/garden-1.0.9-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/games-action/garden/garden-1.0.9-r1.ebuild b/games-action/garden/garden-1.0.9-r1.ebuild
16 index 9d7015d7bfe..57bdc0f0e9c 100644
17 --- a/games-action/garden/garden-1.0.9-r1.ebuild
18 +++ b/games-action/garden/garden-1.0.9-r1.ebuild
19 @@ -34,8 +34,7 @@ src_prepare() {
20 }
21
22 src_install() {
23 - DOCS="AUTHORS ChangeLog NEWS README" \
24 - default
25 + default
26 doicon -s scalable resources/garden.svg
27 make_desktop_entry garden "Garden of coloured lights"
28 }