From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/four-in-a-row/
Date: Wed, 9 Nov 2016 08:28:57 +0000 (UTC) [thread overview]
Message-ID: <1478678370.d26dd7d97e0a7031200d3e56a49baea0aaba6a1b.eva@gentoo> (raw)
commit: d26dd7d97e0a7031200d3e56a49baea0aaba6a1b
Author: Christophe Lermytte <gentoo <AT> lermytte <DOT> be>
AuthorDate: Tue Nov 8 20:30:34 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 07:59:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26dd7d9
games-board/four-in-a-row: add four-in-a-row-3.22.1.ebuild
Simple bump, no relevant changes
https://git.gnome.org/browse/four-in-a-row/diff/?id=3.22.1&&id2=3.22.0
Closes: https://github.com/gentoo/gentoo/pull/2784
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
games-board/four-in-a-row/Manifest | 1 +
.../four-in-a-row/four-in-a-row-3.22.1.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest
index b788e33..20ca4bd 100644
--- a/games-board/four-in-a-row/Manifest
+++ b/games-board/four-in-a-row/Manifest
@@ -1,3 +1,4 @@
DIST four-in-a-row-3.18.2.tar.xz 1932812 SHA256 458fa0ba35a2640248b3b4a2f162ded27bd6056e146c521760e0ef06961b8356 SHA512 0a8fea6404f6591e85213c1d25e8ff9e836488d055d2eb5b0ce59830e69e98bf909b3dd1c5531db23784f9451f65901780c882dcad1cc18183cb5da8a9fb8d99 WHIRLPOOL c58bc372e2cd8d8898474a2fa7676bed9c1382e7967de4b93333e356c86f1b872c67fca5c50cc359db3376486ccf970a46da034d8aa4280cbf8c85033f2e373b
DIST four-in-a-row-3.20.1.tar.xz 2202004 SHA256 3f3689fbbc25a91deb4af277cdc20e8db0e5aecfd17dc1376ad4b8d993ab7cf7 SHA512 e35713de3cc5e598f3a16bb2a0c531d71ae12c29202cd9e9e8d456a24b635fb12ee5e044bd6009614c213fc3aa20983f3113b5c672aa534b627ef8a45727dac5 WHIRLPOOL 4bc04ad9bdeffb2457a8ae25dcc1a3050ef4b894d25920a694a3c0af90ff1a93421cb9428d6a6b3de258fb08859f8735401462b8f863d0aec03535ac1bbbc443
DIST four-in-a-row-3.22.0.tar.xz 1786064 SHA256 c2e26630f7b4e81cff087314edc0f39cd645dfbf4b31f826232bd8e9d57a7ff7 SHA512 939082efdef6794dbff538f029abb442117bef216913dcb97d3da376110b40348310cdbabc5c0856792361108398e354f4e07abbf67aec69f553575b59b60130 WHIRLPOOL 01b3963ca2582de59771092517f992da33c956b28e4158cfdfc31f6b8c9d16043c6ae46594687e17da7a6604edc8f13b9ef2722d5fd5e1288aa5c97b308b1e74
+DIST four-in-a-row-3.22.1.tar.xz 1786220 SHA256 3ccf65a9da08d8e888fa90a7bf55192bc344981cec3b1f56fa0da70f423137d4 SHA512 9de0070a1b40f40b4b7e3271c7fb432d98429eb20876b2fc98bf475e693b569b70312cc3fd5c05ba2b15b9b4c51dee6c96d030a9b8a61ecec9f231030625768e WHIRLPOOL 5b680cc92255579802cd200e195ff7af9c06c0e5f13609b938a46e328677f65c78b34eda8c69f10734bca01857ca49fa086864d082b31d5d218ee5bde91e7142
diff --git a/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild
new file mode 100644
index 00000000..8c7bb81
--- /dev/null
+++ b/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Make lines of the same color to win"
+HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row"
+
+LICENSE="GPL-2+"
+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
+"
next reply other threads:[~2016-11-09 8:29 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-09 8:28 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-01 14:48 [gentoo-commits] repo/gentoo:master commit in: games-board/four-in-a-row/ David Seifert
2022-10-30 15:42 Matt Turner
2021-03-21 22:00 Matt Turner
2020-08-22 7:21 Mart Raudsepp
2020-06-02 7:41 Mart Raudsepp
2020-03-22 15:21 Mart Raudsepp
2019-12-22 20:47 Mart Raudsepp
2019-10-13 16:45 Mart Raudsepp
2019-08-05 23:12 Aaron Bauman
2018-08-30 22:54 Mart Raudsepp
2017-12-20 20:42 Mart Raudsepp
2017-09-12 6:28 Gilles Dartiguelongue
2017-05-01 21:49 Mart Raudsepp
2016-10-18 22:44 Gilles Dartiguelongue
2016-03-06 16:43 Mikle Kolyada
2015-11-09 9:54 Pacho Ramos
2015-11-08 8:19 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1478678370.d26dd7d97e0a7031200d3e56a49baea0aaba6a1b.eva@gentoo \
--to=eva@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox