Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gcompris/
Date: Sun, 10 Mar 2019 16:45:02
Message-Id: 1552236253.86e3f5960bbf0f28853ecc4ca8584cbaf9691ca1.vdupras@gentoo
1 commit: 86e3f5960bbf0f28853ecc4ca8584cbaf9691ca1
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 16:40:54 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 16:44:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e3f596
7
8 games-kids/gcompris: bump to 0.96
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 games-kids/gcompris/Manifest | 2 +-
14 games-kids/gcompris/{gcompris-0.95.ebuild => gcompris-0.96.ebuild} | 6 +++---
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/games-kids/gcompris/Manifest b/games-kids/gcompris/Manifest
18 index 88fc0df3ca3..7d01c5bb3d7 100644
19 --- a/games-kids/gcompris/Manifest
20 +++ b/games-kids/gcompris/Manifest
21 @@ -1 +1 @@
22 -DIST gcompris-qt-0.95.tar.xz 73113640 BLAKE2B cb46ca38f1e0cfab44409b0986b35e5afa2588a027c22bb925bb1d516406118b638968660c2d73cfbb88d9b950abf19a693592286980ac5207adeafe50eb85a1 SHA512 c62057371b11e295541a4e074fcb8826543e498dca486ae26c739135345187754dfc2a30a00a20a212de250df6e4bc412bcf66bffc8dc5263501e6c3d30efa03
23 +DIST gcompris-qt-0.96.tar.xz 73221940 BLAKE2B e6d81d1630d962709a1ab27c8735ac42ce67182440f3e78a7d3f39b59b28617211dddf3f6d62a323ee5af7f147e2dc784ff0b305bee7b345d1e59d3ed576ef1a SHA512 980bac743d786d3b35c28cec90bd785d568177c9299f5460918124d111565609fbcd35ec76412776151f6fe12ba9ab3efc77bc5cb05895e54dc7822f9862214c
24
25 diff --git a/games-kids/gcompris/gcompris-0.95.ebuild b/games-kids/gcompris/gcompris-0.96.ebuild
26 similarity index 87%
27 rename from games-kids/gcompris/gcompris-0.95.ebuild
28 rename to games-kids/gcompris/gcompris-0.96.ebuild
29 index f755e8cf7ca..5a39ce674e8 100644
30 --- a/games-kids/gcompris/gcompris-0.95.ebuild
31 +++ b/games-kids/gcompris/gcompris-0.96.ebuild
32 @@ -1,13 +1,13 @@
33 -# Copyright 1999-2018 Gentoo Authors
34 +# Copyright 1999-2019 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=6
38 +EAPI=7
39
40 inherit cmake-utils desktop
41
42 DESCRIPTION="full featured educational application for children from 2 to 10"
43 HOMEPAGE="https://gcompris.net/"
44 -SRC_URI="http://gcompris.net/download/qt/src/gcompris-qt-${PV}.tar.xz"
45 +SRC_URI="https://gcompris.net/download/qt/src/gcompris-qt-${PV}.tar.xz"
46
47 LICENSE="GPL-3+"
48 SLOT="0"