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 DB0F0139082 for ; Fri, 1 Dec 2017 19:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB64DE0DAC; Fri, 1 Dec 2017 19:31:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8668EE0D9B for ; Fri, 1 Dec 2017 19:31:17 +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 96C22340AC7 for ; Fri, 1 Dec 2017 19:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAB8FAE41 for ; Fri, 1 Dec 2017 19:31:13 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1512156559.2c0f3c4ce98fd58e02ad6bdcb3ca5e2ea8a3c463.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-kids/gmult/gmult-8.0-r1.ebuild games-kids/gmult/gmult-8.0.ebuild X-VCS-Directories: games-kids/gmult/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2c0f3c4ce98fd58e02ad6bdcb3ca5e2ea8a3c463 X-VCS-Branch: master Date: Fri, 1 Dec 2017 19:31:13 +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: e48c6b2c-542c-42f1-96b1-b3d6d4f75b43 X-Archives-Hash: 6d6d380922115306bef807ac89711877 commit: 2c0f3c4ce98fd58e02ad6bdcb3ca5e2ea8a3c463 Author: David Seifert gentoo org> AuthorDate: Fri Dec 1 18:57:06 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 1 19:29:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0f3c4c games-kids/gmult: [QA] Fix DESCRIPTION.toolong games-kids/gmult/gmult-8.0-r1.ebuild | 2 +- games-kids/gmult/gmult-8.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-kids/gmult/gmult-8.0-r1.ebuild b/games-kids/gmult/gmult-8.0-r1.ebuild index e64331e0cbf..b7225806612 100644 --- a/games-kids/gmult/gmult-8.0-r1.ebuild +++ b/games-kids/gmult/gmult-8.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 inherit eutils gnome2-utils flag-o-matic -DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs" +DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs" HOMEPAGE="http://www.mterry.name/gmult/" SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2" diff --git a/games-kids/gmult/gmult-8.0.ebuild b/games-kids/gmult/gmult-8.0.ebuild index a9fff5d730e..6bc15d4f201 100644 --- a/games-kids/gmult/gmult-8.0.ebuild +++ b/games-kids/gmult/gmult-8.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 inherit eutils gnome2-utils flag-o-matic games -DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs" +DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs" HOMEPAGE="http://www.mterry.name/gmult/" SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2"