Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gottet/
Date: Sun, 18 Jun 2017 19:08:06
Message-Id: 1497812866.bae1b0fe479557d940aeda2bfcdd30c3317ea313.chewi@gentoo
1 commit: bae1b0fe479557d940aeda2bfcdd30c3317ea313
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sat Jun 17 12:15:47 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 19:07:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae1b0fe
7
8 games-puzzle/gottet: updated DESCRIPTION and copyright year
9
10 Closes: https://github.com/gentoo/gentoo/pull/4949
11
12 games-puzzle/gottet/gottet-1.1.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-puzzle/gottet/gottet-1.1.3.ebuild b/games-puzzle/gottet/gottet-1.1.3.ebuild
16 index 6ddf53107df..dc064e6784b 100644
17 --- a/games-puzzle/gottet/gottet-1.1.3.ebuild
18 +++ b/games-puzzle/gottet/gottet-1.1.3.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 inherit gnome2-utils qmake-utils
27
28 -DESCRIPTION="A tetris clone based on Qt4"
29 +DESCRIPTION="A tetris clone based on Qt5"
30 HOMEPAGE="https://gottcode.org/gottet/"
31 SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"