diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-24 21:56:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-01-24 21:56:22 +0000 |
commit | fd628a5a7b3c44f9423b43af1054d569439be586 (patch) | |
tree | e5b6925474c087dc17076f5718ae57de45031d34 /games-board/gnome-mastermind | |
parent | Removed vulnerable version, see bug #351920 (diff) | |
download | gentoo-2-fd628a5a7b3c44f9423b43af1054d569439be586.tar.gz gentoo-2-fd628a5a7b3c44f9423b43af1054d569439be586.tar.bz2 gentoo-2-fd628a5a7b3c44f9423b43af1054d569439be586.zip |
EAPI=2; tidy
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-board/gnome-mastermind')
-rw-r--r-- | games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild b/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild index 68a036c0df14..d9de02db3112 100644 --- a/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild +++ b/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild,v 1.3 2010/01/22 20:08:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild,v 1.4 2011/01/24 21:56:22 mr_bones_ Exp $ +EAPI=2 inherit eutils gnome2 DESCRIPTION="A little Mastermind game for GNOME" -HOMEPAGE="http://www5.autistici.org/gnome-mastermind/" -SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.autistici.org/gnome-mastermind/" +SRC_URI="http://download.gna.org/gnome-mastermind/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -17,10 +18,10 @@ RDEPEND="gnome-base/gconf gnome-base/orbit app-text/gnome-doc-utils dev-libs/atk - dev-libs/glib + dev-libs/glib:2 x11-libs/pango x11-libs/cairo - x11-libs/gtk+" + x11-libs/gtk+:2" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool |