Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/atomix/
Date: Mon, 20 Mar 2023 10:01:13
Message-Id: 1679306464.4f3860da2a17da0f0dad60cb9a89c25dfa81332e.flow@gentoo
1 commit: 4f3860da2a17da0f0dad60cb9a89c25dfa81332e
2 Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 13 22:07:22 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 10:01:04 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3860da
7
8 games-puzzle/atomix: Version bump to 44.0
9
10 Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/30106
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 games-puzzle/atomix/Manifest | 1 +
15 games-puzzle/atomix/atomix-44.0.ebuild | 26 ++++++++++++++++++++++++++
16 2 files changed, 27 insertions(+)
17
18 diff --git a/games-puzzle/atomix/Manifest b/games-puzzle/atomix/Manifest
19 index e80b0caa91eb..65533d386eab 100644
20 --- a/games-puzzle/atomix/Manifest
21 +++ b/games-puzzle/atomix/Manifest
22 @@ -1 +1,2 @@
23 DIST atomix-3.34.0.tar.xz 532096 BLAKE2B bec3e29b2a3ef92e86b4c6e3c68f31d80b4e5fae9c2fbf86229813a4ce4aef469c94a21a51a102b556cae0764eb553e18301246d94ed475f64ec6fcfe226c784 SHA512 e51e8b727c80a1ea7078ac16d15884c7c84b06aba456424e659c3965fe7c2b3d0c68e0d3d2dd40224afd07b4f7a261e7510327e58974a94fe58c9a81d67c0937
24 +DIST atomix-44.0.tar.xz 535508 BLAKE2B 96ff6bbff54ef48f41c6d0480d407907d4bc4e03217c20555698a75266ded03b421d79f9fe31bfb684b6463e7f67e9aa65ff96aab7a10f6b88539ecb6b4872e8 SHA512 396f5704dbdf4a090800d236ec6127ee6260daa2a274c2d6c55df38d671e44e3b06fd881c3883da7bd7442b604f4d393f735a44c758aee1bbc8f2d4799ab48de
25
26 diff --git a/games-puzzle/atomix/atomix-44.0.ebuild b/games-puzzle/atomix/atomix-44.0.ebuild
27 new file mode 100644
28 index 000000000000..3f889456e514
29 --- /dev/null
30 +++ b/games-puzzle/atomix/atomix-44.0.ebuild
31 @@ -0,0 +1,26 @@
32 +# Copyright 1999-2023 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit gnome.org meson xdg
38 +
39 +DESCRIPTION="Mind game - build molecules out of single atoms"
40 +HOMEPAGE="https://wiki.gnome.org/Apps/Atomix"
41 +
42 +LICENSE="GPL-2+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + >=x11-libs/gtk+-3.10:3
49 + >=x11-libs/gdk-pixbuf-2.0.5:2
50 + >=dev-libs/glib-2.36.0:2
51 + dev-libs/libgnome-games-support:=
52 +"
53 +DEPEND="${RDEPEND}"
54 +BDEPEND="
55 + >=sys-devel/gettext-0.19.8
56 + virtual/pkgconfig
57 +"