diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-11-09 10:52:47 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-11-09 10:54:25 +0100 |
commit | e7edc94b6dbc39c1cf9a22dfac188f98002f8195 (patch) | |
tree | 111f0a8fa96d8d3b24bf6c94fb8cf1dbcfdd5c69 /games-board/four-in-a-row | |
parent | e2432bbe744abddd25b535709b5e21c1fa589cf3 (diff) | |
download | gentoo-e7edc94b6dbc39c1cf9a22dfac188f98002f8195.tar.gz gentoo-e7edc94b6dbc39c1cf9a22dfac188f98002f8195.tar.xz |
games-board/four-in-a-row: Version bump
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-board/four-in-a-row')
-rw-r--r-- | games-board/four-in-a-row/Manifest | 1 | ||||
-rw-r--r-- | games-board/four-in-a-row/four-in-a-row-3.18.2.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest index d9f7df2c6b9..a5bd9e58205 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.16.2.tar.xz 1933500 SHA256 bf42edfed65c5d9614cdf54dac40d17d3b100b0f56bc047b7812f0bb3564a5ae SHA512 bbeda27f372e9466e46196141d4784124d2ca92628a459d5959b5463c9be55c305e968eb25376ceaa883252fef96ef7466aa20b87f838806c1a7d9c6c2881c7a WHIRLPOOL ae4eddd70a1584e3f9a0f194f515beea75356550444b05e0966b230b96f81bf9362083d6f389cb92d06a8a1c0bfa329cfba987b1748c43ac95eb91e892c3292d +DIST four-in-a-row-3.18.2.tar.xz 1932812 SHA256 458fa0ba35a2640248b3b4a2f162ded27bd6056e146c521760e0ef06961b8356 SHA512 0a8fea6404f6591e85213c1d25e8ff9e836488d055d2eb5b0ce59830e69e98bf909b3dd1c5531db23784f9451f65901780c882dcad1cc18183cb5da8a9fb8d99 WHIRLPOOL c58bc372e2cd8d8898474a2fa7676bed9c1382e7967de4b93333e356c86f1b872c67fca5c50cc359db3376486ccf970a46da034d8aa4280cbf8c85033f2e373b diff --git a/games-board/four-in-a-row/four-in-a-row-3.18.2.ebuild b/games-board/four-in-a-row/four-in-a-row-3.18.2.ebuild new file mode 100644 index 00000000000..115c3c7ee44 --- /dev/null +++ b/games-board/four-in-a-row/four-in-a-row-3.18.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome-games + +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 +" |