summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-19 01:55:02 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-19 01:55:02 +0000
commitac021baccb2c3fbde03dc77d06d0150d5be46d72 (patch)
tree33bf382e086cff19b4dd506712cc48201c8b4b52 /games-puzzle
parentold (diff)
downloadgentoo-2-ac021baccb2c3fbde03dc77d06d0150d5be46d72.tar.gz
gentoo-2-ac021baccb2c3fbde03dc77d06d0150d5be46d72.tar.bz2
gentoo-2-ac021baccb2c3fbde03dc77d06d0150d5be46d72.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/wmpuzzle/ChangeLog5
-rw-r--r--games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild48
2 files changed, 4 insertions, 49 deletions
diff --git a/games-puzzle/wmpuzzle/ChangeLog b/games-puzzle/wmpuzzle/ChangeLog
index 50813cd551e1..44150404f617 100644
--- a/games-puzzle/wmpuzzle/ChangeLog
+++ b/games-puzzle/wmpuzzle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/wmpuzzle
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wmpuzzle/ChangeLog,v 1.10 2015/02/11 21:04:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wmpuzzle/ChangeLog,v 1.11 2015/02/19 01:55:02 mr_bones_ Exp $
+
+ 19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -wmpuzzle-0.5.1.ebuild:
+ old
*wmpuzzle-0.5.2 (11 Feb 2015)
diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild
deleted file mode 100644
index 4baae38ec4f6..000000000000
--- a/games-puzzle/wmpuzzle/wmpuzzle-0.5.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 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.3 2015/02/11 21:04:03 mr_bones_ Exp $
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-DESCRIPTION="wmpuzzle provides a 4x4 puzzle on a 64x64 mini window"
-HOMEPAGE="http://freecode.com/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 -s 48 numbers.xpm ${PN}.xpm
- doman ${PN}.6
- make_desktop_entry ${PN}
-
- prepgamesdirs
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
- games_pkg_preinst
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- games_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}