Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
Date: Fri, 01 Dec 2017 19:31:19
Message-Id: 1512156559.2c0f3c4ce98fd58e02ad6bdcb3ca5e2ea8a3c463.soap@gentoo
1 commit: 2c0f3c4ce98fd58e02ad6bdcb3ca5e2ea8a3c463
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 18:57:06 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 19:29:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0f3c4c
7
8 games-kids/gmult: [QA] Fix DESCRIPTION.toolong
9
10 games-kids/gmult/gmult-8.0-r1.ebuild | 2 +-
11 games-kids/gmult/gmult-8.0.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/games-kids/gmult/gmult-8.0-r1.ebuild b/games-kids/gmult/gmult-8.0-r1.ebuild
15 index e64331e0cbf..b7225806612 100644
16 --- a/games-kids/gmult/gmult-8.0-r1.ebuild
17 +++ b/games-kids/gmult/gmult-8.0-r1.ebuild
18 @@ -4,7 +4,7 @@
19 EAPI=6
20 inherit eutils gnome2-utils flag-o-matic
21
22 -DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs"
23 +DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
24 HOMEPAGE="http://www.mterry.name/gmult/"
25 SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2"
26
27
28 diff --git a/games-kids/gmult/gmult-8.0.ebuild b/games-kids/gmult/gmult-8.0.ebuild
29 index a9fff5d730e..6bc15d4f201 100644
30 --- a/games-kids/gmult/gmult-8.0.ebuild
31 +++ b/games-kids/gmult/gmult-8.0.ebuild
32 @@ -4,7 +4,7 @@
33 EAPI=5
34 inherit eutils gnome2-utils flag-o-matic games
35
36 -DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs"
37 +DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
38 HOMEPAGE="http://www.mterry.name/gmult/"
39 SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2"