summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-09-12 08:06:53 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-09-12 08:27:25 +0200
commit561bfbfd1d69f5730656f4731ca9be7f08d03f39 (patch)
tree421926edd0877764c7775e11b459b74e0a0ab4d4 /games-board
parentdev-lang/vala: version bump 0.36.4 → 0.36.5 (diff)
downloadgentoo-561bfbfd1d69f5730656f4731ca9be7f08d03f39.tar.gz
gentoo-561bfbfd1d69f5730656f4731ca9be7f08d03f39.tar.bz2
gentoo-561bfbfd1d69f5730656f4731ca9be7f08d03f39.zip
games-board/four-in-a-row: version bump 3.22.1 → 3.22.2
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'games-board')
-rw-r--r--games-board/four-in-a-row/Manifest1
-rw-r--r--games-board/four-in-a-row/four-in-a-row-3.22.2.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest
index 4bae658bd4a0..de501ae2b83d 100644
--- a/games-board/four-in-a-row/Manifest
+++ b/games-board/four-in-a-row/Manifest
@@ -1 +1,2 @@
DIST four-in-a-row-3.22.1.tar.xz 1786220 SHA256 3ccf65a9da08d8e888fa90a7bf55192bc344981cec3b1f56fa0da70f423137d4 SHA512 9de0070a1b40f40b4b7e3271c7fb432d98429eb20876b2fc98bf475e693b569b70312cc3fd5c05ba2b15b9b4c51dee6c96d030a9b8a61ecec9f231030625768e WHIRLPOOL 5b680cc92255579802cd200e195ff7af9c06c0e5f13609b938a46e328677f65c78b34eda8c69f10734bca01857ca49fa086864d082b31d5d218ee5bde91e7142
+DIST four-in-a-row-3.22.2.tar.xz 1783804 SHA256 bc4194e8ab6d1d2a6a63a2e91945cd5465f49ebf0dae2eecacc66e69db56a420 SHA512 07b77bd7f9e2dd86a38721261805397462637dbc4ed4d30f4e6489215621eadf8f1dd545d75db43998dcbd7918b1d7bf29a360e5abc6d661db6c867c78a2eb6c WHIRLPOOL 3a66b62d3cb2ffa426e2dcbf94dcbc58d47158705b69fea4028537bbf9cb4f7b49df700a158cfdd1f1a85e2ba669e5f4e4f0cd16104b60561e4e6a2fd2df0f6f
diff --git a/games-board/four-in-a-row/four-in-a-row-3.22.2.ebuild b/games-board/four-in-a-row/four-in-a-row-3.22.2.ebuild
new file mode 100644
index 000000000000..8454bec4742f
--- /dev/null
+++ b/games-board/four-in-a-row/four-in-a-row-3.22.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Make lines of the same color to win"
+HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row"
+
+# 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
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/glib:2
+ >=gnome-base/librsvg-2.32
+ >=media-libs/libcanberra-0.26[gtk3]
+ >=x11-libs/gtk+-3.13.2:3
+"
+DEPEND="${RDEPEND}
+ app-text/yelp-tools
+ dev-libs/appstream-glib
+ >=dev-util/intltool-0.50
+ virtual/pkgconfig
+"