forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: gentoo#2784 Signed-off-by: Gilles Dartiguelongue <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
" |