Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/four-in-a-row/
Date: Thu, 30 Aug 2018 22:54:54
Message-Id: 1535669629.391ab16571603248a1ccfe32b174cf2b9dd3b6bb.leio@gentoo
1 commit: 391ab16571603248a1ccfe32b174cf2b9dd3b6bb
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 22:52:55 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 22:53:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=391ab165
7
8 games-board/four-in-a-row: bump to 3.28.0
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 games-board/four-in-a-row/Manifest | 1 +
13 .../four-in-a-row/four-in-a-row-3.28.0.ebuild | 27 ++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest
17 index 04452c0a1db..025b425a169 100644
18 --- a/games-board/four-in-a-row/Manifest
19 +++ b/games-board/four-in-a-row/Manifest
20 @@ -1 +1,2 @@
21 DIST four-in-a-row-3.22.2.tar.xz 1783804 BLAKE2B e4e176fe73dfda5152d53b83de6f645bbf7595b7bb7795546e2a093ea5a6de1ab778cb1bc7a91a6a5871aa60a16f570e93305a17359c6dc42c85acd0fd7da72b SHA512 07b77bd7f9e2dd86a38721261805397462637dbc4ed4d30f4e6489215621eadf8f1dd545d75db43998dcbd7918b1d7bf29a360e5abc6d661db6c867c78a2eb6c
22 +DIST four-in-a-row-3.28.0.tar.xz 740784 BLAKE2B f5d2af3514e7629026da5f1aedf22945eddb44b6917922d175f4e5aa160ea7266e0ab101866c1d5220d0e835e60544e4ec8fc6016d908e580a7b1057fc8db7f0 SHA512 a13d6db2c32cc19e8504c1e8baa7b0e28f59e3fc604940d51742d3fd2b266ac90a92e638df2449bcca5e828923c7ee9ff1424a095a98fd5e1d76426a444d7ede
23
24 diff --git a/games-board/four-in-a-row/four-in-a-row-3.28.0.ebuild b/games-board/four-in-a-row/four-in-a-row-3.28.0.ebuild
25 new file mode 100644
26 index 00000000000..d1713d3cd02
27 --- /dev/null
28 +++ b/games-board/four-in-a-row/four-in-a-row-3.28.0.ebuild
29 @@ -0,0 +1,27 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +inherit gnome2
35 +
36 +DESCRIPTION="Make lines of the same color to win"
37 +HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row"
38 +
39 +# Code is GPL-2+ but most themes are GPL-3+ and we install them unconditionally, CC-BY-SA-3.0 is user help license in v3.22.1
40 +LICENSE="GPL-3+ CC-BY-SA-3.0"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~arm ~x86"
43 +IUSE=""
44 +
45 +RDEPEND="
46 + dev-libs/glib:2
47 + >=gnome-base/librsvg-2.32
48 + >=media-libs/libcanberra-0.26[gtk3]
49 + >=x11-libs/gtk+-3.13.2:3
50 +"
51 +DEPEND="${RDEPEND}
52 + app-text/yelp-tools
53 + dev-libs/appstream-glib
54 + >=sys-devel/gettext-0.19.8
55 + virtual/pkgconfig
56 +"