diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-20 12:24:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-20 12:24:26 +0000 |
commit | a9d9c4200be31d2107ff337f22f2f04a9656a5bf (patch) | |
tree | 4fe1bf1c9ff5602c41ae7b47f9e095b00273ab2c /games-puzzle | |
parent | bump; tests remain restricted, on testing both tests hang, test phase added b... (diff) | |
download | gentoo-2-a9d9c4200be31d2107ff337f22f2f04a9656a5bf.tar.gz gentoo-2-a9d9c4200be31d2107ff337f22f2f04a9656a5bf.tar.bz2 gentoo-2-a9d9c4200be31d2107ff337f22f2f04a9656a5bf.zip |
Version bump wrt #453120 by Agostino Sarubbo
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/wmpuzzle/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/games-puzzle/wmpuzzle/ChangeLog b/games-puzzle/wmpuzzle/ChangeLog index c55868191f9b..d56fd04809d8 100644 --- a/games-puzzle/wmpuzzle/ChangeLog +++ b/games-puzzle/wmpuzzle/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-puzzle/wmpuzzle # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wmpuzzle/ChangeLog,v 1.7 2013/01/20 12:19:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wmpuzzle/ChangeLog,v 1.8 2013/01/20 12:24:26 ssuominen Exp $ + +*wmpuzzle-0.5.1 (20 Jan 2013) + + 20 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> +wmpuzzle-0.5.1.ebuild: + Version bump wrt #453120 by Agostino Sarubbo 20 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> metadata.xml: Missing desktop-dock in metadata.xml diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild new file mode 100644 index 000000000000..0b3643e5d921 --- /dev/null +++ b/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild,v 1.1 2013/01/20 12:24:26 ssuominen Exp $ + +EAPI=5 +inherit eutils games + +DESCRIPTION="wmpuzzle provides a 4x4 puzzle on a 64x64 mini window" +HOMEPAGE="http://freshmeat.net/projects/wmpuzzle" +SRC_URI="http://people.debian.org/~godisch/wmpuzzle/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-proto/xextproto" + +S=${WORKDIR}/${P}/src + +src_install() { + dogamesbin ${PN} + + dodoc ../{CHANGES,README} + newicon numbers.xpm ${PN}.xpm + doman ${PN}.6 + make_desktop_entry ${PN} + + prepgamesdirs +} |