diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-28 10:03:16 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-28 10:17:50 +0200 |
commit | 82cb6ca924a426c00674a86dfb0a336ea5fec1f8 (patch) | |
tree | 4acccc9d50f038e5ee07b799674786486c49eb26 /games-puzzle | |
parent | sec-policy/selinux-cgmanager: new policy package (diff) | |
download | gentoo-82cb6ca924a426c00674a86dfb0a336ea5fec1f8.tar.gz gentoo-82cb6ca924a426c00674a86dfb0a336ea5fec1f8.tar.bz2 gentoo-82cb6ca924a426c00674a86dfb0a336ea5fec1f8.zip |
games-puzzle/atomix: Fix HOMEPAGE
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/atomix/atomix-2.14.0.ebuild | 7 | ||||
-rw-r--r-- | games-puzzle/atomix/atomix-3.16.0.ebuild | 2 | ||||
-rw-r--r-- | games-puzzle/atomix/metadata.xml | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/games-puzzle/atomix/atomix-2.14.0.ebuild b/games-puzzle/atomix/atomix-2.14.0.ebuild index f4bac6cba7f5..0a1be957d1c6 100644 --- a/games-puzzle/atomix/atomix-2.14.0.ebuild +++ b/games-puzzle/atomix/atomix-2.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,14 +7,15 @@ GNOME_TARBALL_SUFFIX=bz2 inherit autotools gnome2 DESCRIPTION="a game where you build full molecules, from simple inorganic to extremely complex organic ones" -HOMEPAGE="https://ftp.gnome.org/pub/GNOME/sources/atomix/" +HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND=">=x11-libs/pango-1.0.3 +RDEPEND=" + >=x11-libs/pango-1.0.3 >=x11-libs/gtk+-2.6:2 >=dev-libs/glib-2.6:2 >=gnome-base/gconf-2.12 diff --git a/games-puzzle/atomix/atomix-3.16.0.ebuild b/games-puzzle/atomix/atomix-3.16.0.ebuild index e3fe5775bb72..e118e8578683 100644 --- a/games-puzzle/atomix/atomix-3.16.0.ebuild +++ b/games-puzzle/atomix/atomix-3.16.0.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit gnome-games DESCRIPTION="a game where you build full molecules, from simple inorganic to extremely complex organic ones" -HOMEPAGE="https://ftp.gnome.org/pub/GNOME/sources/atomix/" +HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/" LICENSE="GPL-2" SLOT="0" diff --git a/games-puzzle/atomix/metadata.xml b/games-puzzle/atomix/metadata.xml index d3c2cc926f0b..cad5a2aa1773 100644 --- a/games-puzzle/atomix/metadata.xml +++ b/games-puzzle/atomix/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>games</herd> + <herd>games</herd> </pkgmetadata> |