Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/atomix/
Date: Fri, 28 Aug 2015 08:17:59
Message-Id: 1440749870.82cb6ca924a426c00674a86dfb0a336ea5fec1f8.jlec@gentoo
1 commit: 82cb6ca924a426c00674a86dfb0a336ea5fec1f8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 08:03:16 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 08:17:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cb6ca9
7
8 games-puzzle/atomix: Fix HOMEPAGE
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 games-puzzle/atomix/atomix-2.14.0.ebuild | 7 ++++---
14 games-puzzle/atomix/atomix-3.16.0.ebuild | 2 +-
15 games-puzzle/atomix/metadata.xml | 2 +-
16 3 files changed, 6 insertions(+), 5 deletions(-)
17
18 diff --git a/games-puzzle/atomix/atomix-2.14.0.ebuild b/games-puzzle/atomix/atomix-2.14.0.ebuild
19 index f4bac6c..0a1be95 100644
20 --- a/games-puzzle/atomix/atomix-2.14.0.ebuild
21 +++ b/games-puzzle/atomix/atomix-2.14.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2013 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -7,14 +7,15 @@ GNOME_TARBALL_SUFFIX=bz2
29 inherit autotools gnome2
30
31 DESCRIPTION="a game where you build full molecules, from simple inorganic to extremely complex organic ones"
32 -HOMEPAGE="https://ftp.gnome.org/pub/GNOME/sources/atomix/"
33 +HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="amd64 ppc x86"
38 IUSE=""
39
40 -RDEPEND=">=x11-libs/pango-1.0.3
41 +RDEPEND="
42 + >=x11-libs/pango-1.0.3
43 >=x11-libs/gtk+-2.6:2
44 >=dev-libs/glib-2.6:2
45 >=gnome-base/gconf-2.12
46
47 diff --git a/games-puzzle/atomix/atomix-3.16.0.ebuild b/games-puzzle/atomix/atomix-3.16.0.ebuild
48 index e3fe577..e118e85 100644
49 --- a/games-puzzle/atomix/atomix-3.16.0.ebuild
50 +++ b/games-puzzle/atomix/atomix-3.16.0.ebuild
51 @@ -7,7 +7,7 @@ EAPI="5"
52 inherit gnome-games
53
54 DESCRIPTION="a game where you build full molecules, from simple inorganic to extremely complex organic ones"
55 -HOMEPAGE="https://ftp.gnome.org/pub/GNOME/sources/atomix/"
56 +HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60
61 diff --git a/games-puzzle/atomix/metadata.xml b/games-puzzle/atomix/metadata.xml
62 index d3c2cc9..cad5a2a 100644
63 --- a/games-puzzle/atomix/metadata.xml
64 +++ b/games-puzzle/atomix/metadata.xml
65 @@ -1,5 +1,5 @@
66 <?xml version="1.0" encoding="UTF-8"?>
67 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 <pkgmetadata>
69 -<herd>games</herd>
70 + <herd>games</herd>
71 </pkgmetadata>