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-arcade/gnome-robots: version bump 3.20.2 → 3.22.0
Package-Manager: portage-2.3.2
- Loading branch information
Showing
2 changed files
with
30 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,2 +1,3 @@ | ||
DIST gnome-robots-3.18.1.tar.xz 1626872 SHA256 2e58ffdc4b243a4a3557ba9c84fa1c0129c5ffadbb5c2a20fede48ccf4618090 SHA512 f03eeeb39692c0c1660c6597aeeae3f05f91bb5e5370ff181a0665820d2d27525fb86623870c786c56cf046bff5516ef1735dcaa93fc3b0946126dac19210e8f WHIRLPOOL 900075412578bc370244c27586ff89ea6205beab921bd2f6b190bae84ffd743a99ea0d39980fac700be5a4052dcbfa2230efe5bb0cfca6c9c76b3658e53bc22b | ||
DIST gnome-robots-3.20.2.tar.xz 1610556 SHA256 d98f2ba5a7086e2dc3f3754819b557c12a98a0fb2492efd9912d9dd34ad9cfce SHA512 74281cf3c53812dc8d4d00e6edffb5dee39bfbf14d3cf3d705b64d54bb22c733e449bdc45f388200b9f69bf2c8f70ce3f9f125e0f07d9d35a51a2bc84ef091ec WHIRLPOOL 0e2c258c286af8dc855470492da44f9ad53a9ea11e9e330ce4d2205de17b25f8c73c930751204ccfbb87afaa978bbd6038cc99ab150de89fd1359cc2116ad5df | ||
DIST gnome-robots-3.22.0.tar.xz 1623132 SHA256 ddb02f9d04c970354d1836813f8c0d9ffc3ff509091d2580384e2275663e6f73 SHA512 64f9d216a4c527e23be764bc2c26fc08df4cc993fa7f91d6adf26ae8faa54871c893bc7dab159313c2dd42bf49fc517981e66668276eb8977d05aef4783d7d86 WHIRLPOOL 8400cfe07bccc552b2ee4933edfe8ea1f20ed973ccbe0f2b6146f23a4455edf52c88fb59d9645f8e7e51b05ee837d698fbfb47361da0df8abca7bf289f2f8584 |
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,29 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
inherit gnome2 | ||
|
||
DESCRIPTION="Avoid the robots and make them crash into each other" | ||
HOMEPAGE="https://wiki.gnome.org/Apps/Robots" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
>=dev-libs/glib-2.32:2 | ||
dev-libs/libgnome-games-support:1 | ||
>=gnome-base/librsvg-2.36.2:2 | ||
>=media-libs/libcanberra-0.26[gtk3] | ||
>=x11-libs/gtk+-3.15:3 | ||
" | ||
DEPEND="${RDEPEND} | ||
app-text/yelp-tools | ||
dev-libs/appstream-glib | ||
>=dev-util/intltool-0.50 | ||
sys-devel/gettext | ||
virtual/pkgconfig | ||
" |