diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-07 00:21:11 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-07 00:22:04 +0200 |
commit | 105e2f5cb2a9681c7b7bd614c9ad5328e7d5af94 (patch) | |
tree | 6dbacff2b4872135e6ecb772f766f0cf111efea9 /games-puzzle/atomix | |
parent | media-gfx/eog: version bump from 3.20.3 to 3.20.4 (diff) | |
download | gentoo-105e2f5cb2a9681c7b7bd614c9ad5328e7d5af94.tar.gz gentoo-105e2f5cb2a9681c7b7bd614c9ad5328e7d5af94.tar.bz2 gentoo-105e2f5cb2a9681c7b7bd614c9ad5328e7d5af94.zip |
games-puzzle/atomix: version bump from 3.18.0-r1 to 3.20.0
Package-Manager: portage-2.3.0
Diffstat (limited to 'games-puzzle/atomix')
-rw-r--r-- | games-puzzle/atomix/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/atomix/atomix-3.20.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/games-puzzle/atomix/Manifest b/games-puzzle/atomix/Manifest index f0395412a13a..72e889f0f058 100644 --- a/games-puzzle/atomix/Manifest +++ b/games-puzzle/atomix/Manifest @@ -1 +1,2 @@ DIST atomix-3.18.0.tar.xz 262624 SHA256 3751cb2810bb993fd71d2a8441c4e08dccd36042ff02b7175c7c828b62db1de6 SHA512 a5d6614d9d4a0a37ce2740bf0e1fce5632fb45ea1d878868f13fde5ec2d8ed13d9ea12e7af5bdfc91f64cba623fb4bdf4c48a2a67331443101ebc0dc40d4dd95 WHIRLPOOL 5d4198912a3a4456d0de2dd01dcfb6b433310297a2011841937b0d7c7d3bca061da6c8eab9f7bd1f7998c0ef086362a904b0b27a24fc64e9cc8d4db872d7a5c5 +DIST atomix-3.20.0.tar.xz 573180 SHA256 d7ffb2ddc8efd4af11986296b051be0af5bfe2226dac2b890290d3b285dd707f SHA512 883622952916e339710f31b89266afa14fee2b305bb4e68539bbce0cbf518490c60178d71fc1192ca07e35222ff6669afac8b824af8fb80d5f6b63f0b4fb5076 WHIRLPOOL 710b03090d356f2c19083d727812b5e66a49c02e1ae9f6f606c12afd99ca69f51381815654f13e7b2a9da504267263270b1329477b70c2dc9f59b1cebdc6be5c diff --git a/games-puzzle/atomix/atomix-3.20.0.ebuild b/games-puzzle/atomix/atomix-3.20.0.ebuild new file mode 100644 index 000000000000..244477972fd8 --- /dev/null +++ b/games-puzzle/atomix/atomix-3.20.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Build molecules, from simple inorganic to extremely complex organic ones" +HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.36:2 + >=x11-libs/gdk-pixbuf-2.0.5:2 + >=x11-libs/gtk+-3.10:3" +DEPEND="${RDEPEND} + dev-libs/appstream-glib + >=dev-util/intltool-0.40 + gnome-base/gnome-common + sys-devel/gettext + virtual/pkgconfig" |