diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-06-25 13:18:31 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-06-25 14:20:51 +0200 |
commit | 035ab02ae7a4f7b553c789cad130b8ce73d6eb86 (patch) | |
tree | 565f74781b7e543f1e517d9841155a616f4ee2bd /games-board/four-in-a-row | |
parent | games-board/four-in-a-row: Drop old (diff) | |
download | gentoo-035ab02ae7a4f7b553c789cad130b8ce73d6eb86.tar.gz gentoo-035ab02ae7a4f7b553c789cad130b8ce73d6eb86.tar.bz2 gentoo-035ab02ae7a4f7b553c789cad130b8ce73d6eb86.zip |
games-board/four-in-a-row: Version bump
Package-Manager: portage-2.3.0_rc1
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.20.1.ebuild | 27 |
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 b005d807587c..8f7ce8a4125e 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.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 diff --git a/games-board/four-in-a-row/four-in-a-row-3.20.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.20.1.ebuild new file mode 100644 index 000000000000..8c7bb81e7535 --- /dev/null +++ b/games-board/four-in-a-row/four-in-a-row-3.20.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 +" |