diff options
author | 2015-02-11 20:56:06 +0000 | |
---|---|---|
committer | 2015-02-11 20:56:06 +0000 | |
commit | f5e2030b3fe2cf207d2a1c4f010069f3c7e71916 (patch) | |
tree | 4c967e65dcc4fa5b7948953e32416a9097381b58 /games-puzzle | |
parent | Upgrades on the 12 & 13 branches for security bug #539806 (CVE-2015-1558). Re... (diff) | |
download | gentoo-2-f5e2030b3fe2cf207d2a1c4f010069f3c7e71916.tar.gz gentoo-2-f5e2030b3fe2cf207d2a1c4f010069f3c7e71916.tar.bz2 gentoo-2-f5e2030b3fe2cf207d2a1c4f010069f3c7e71916.zip |
version bump
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/cutemaze/ChangeLog | 10 | ||||
-rw-r--r-- | games-puzzle/cutemaze/cutemaze-1.1.0.ebuild | 8 | ||||
-rw-r--r-- | games-puzzle/cutemaze/cutemaze-1.1.1.ebuild | 32 |
3 files changed, 44 insertions, 6 deletions
diff --git a/games-puzzle/cutemaze/ChangeLog b/games-puzzle/cutemaze/ChangeLog index 5088c38c331c..555b626e61a4 100644 --- a/games-puzzle/cutemaze/ChangeLog +++ b/games-puzzle/cutemaze/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-puzzle/cutemaze -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/ChangeLog,v 1.4 2013/03/02 21:18:46 hwoarang Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/ChangeLog,v 1.5 2015/02/11 20:56:06 mr_bones_ Exp $ + +*cutemaze-1.1.1 (11 Feb 2015) + + 11 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> +cutemaze-1.1.1.ebuild, + cutemaze-1.1.0.ebuild: + version bump 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cutemaze-1.1.0.ebuild: Move Qt dependencies to the new category diff --git a/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild b/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild index 67c65ba6442b..75c51d6dcae2 100644 --- a/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild +++ b/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild,v 1.4 2013/03/02 21:18:46 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.0.ebuild,v 1.5 2015/02/11 20:56:06 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils qt4-r2 games DESCRIPTION="A simple, top-down game in which mazes are randomly generated" @@ -23,7 +23,7 @@ src_configure() { } src_install() { - dogamesbin ${PN} || die + dogamesbin dodoc ChangeLog README doicon icons/${PN}.png domenu icons/${PN}.desktop diff --git a/games-puzzle/cutemaze/cutemaze-1.1.1.ebuild b/games-puzzle/cutemaze/cutemaze-1.1.1.ebuild new file mode 100644 index 000000000000..7e117bccd4dc --- /dev/null +++ b/games-puzzle/cutemaze/cutemaze-1.1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cutemaze/cutemaze-1.1.1.ebuild,v 1.1 2015/02/11 20:56:06 mr_bones_ Exp $ + +EAPI=5 +inherit eutils qt4-r2 games + +DESCRIPTION="A simple, top-down game in which mazes are randomly generated" +HOMEPAGE="http://gottcode.org/cutemaze/" +SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsvg:4" +RDEPEND=${DEPEND} + +src_configure() { + qt4-r2_src_configure +} + +src_install() { + dogamesbin cutemaze + dodoc ChangeLog README + doicon icons/${PN}.png + domenu icons/${PN}.desktop + prepgamesdirs +} |