summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-03-26 17:33:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-03-26 17:33:46 +0000
commit62743b8215a38fc1b87dd775eb6231688ad9ace8 (patch)
tree607d267ef4eae50637b7fe0e4e8fb426673348d4 /games-puzzle/wmpuzzle
parentVersion bump. Remove old. (diff)
downloadgentoo-2-62743b8215a38fc1b87dd775eb6231688ad9ace8.tar.gz
gentoo-2-62743b8215a38fc1b87dd775eb6231688ad9ace8.tar.bz2
gentoo-2-62743b8215a38fc1b87dd775eb6231688ad9ace8.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle/wmpuzzle')
-rw-r--r--games-puzzle/wmpuzzle/ChangeLog6
-rw-r--r--games-puzzle/wmpuzzle/files/wmpuzzle-0.5.0-asneeded.patch12
-rw-r--r--games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild39
3 files changed, 5 insertions, 52 deletions
diff --git a/games-puzzle/wmpuzzle/ChangeLog b/games-puzzle/wmpuzzle/ChangeLog
index 30f28af778f3..2995993f1e1a 100644
--- a/games-puzzle/wmpuzzle/ChangeLog
+++ b/games-puzzle/wmpuzzle/ChangeLog
@@ -1,6 +1,10 @@
# 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.13 2015/03/25 13:50:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/wmpuzzle/ChangeLog,v 1.14 2015/03/26 17:33:46 mr_bones_ Exp $
+
+ 26 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/wmpuzzle-0.5.0-asneeded.patch, -wmpuzzle-0.5.0.ebuild:
+ old
25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> wmpuzzle-0.5.2.ebuild:
Stable for x86, wrt bug #543228
diff --git a/games-puzzle/wmpuzzle/files/wmpuzzle-0.5.0-asneeded.patch b/games-puzzle/wmpuzzle/files/wmpuzzle-0.5.0-asneeded.patch
deleted file mode 100644
index 133a9de0eecc..000000000000
--- a/games-puzzle/wmpuzzle/files/wmpuzzle-0.5.0-asneeded.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur wmpuzzle-0.5.0.orig/src/Makefile.in wmpuzzle-0.5.0/src/Makefile.in
---- wmpuzzle-0.5.0.orig/src/Makefile.in 2006-04-16 11:16:25.000000000 +0300
-+++ wmpuzzle-0.5.0/src/Makefile.in 2008-01-18 14:17:54.000000000 +0200
-@@ -17,7 +17,7 @@
- all: wmpuzzle
-
- wmpuzzle: wmpuzzle.o wmgeneral.o
-- $(CC) $(LDFLAGS) $(LIBS) -o $@ $^
-+ $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
-
- wmpuzzle.o: wmpuzzle.c wmpuzzle.h config.h linux.xpm daemon.xpm
- wmgeneral.o: wmgeneral.c wmgeneral.h
diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild
deleted file mode 100644
index 573d5c0f3c34..000000000000
--- a/games-puzzle/wmpuzzle/wmpuzzle-0.5.0.ebuild
+++ /dev/null
@@ -1,39 +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.0.ebuild,v 1.6 2015/02/11 21:04:03 mr_bones_ Exp $
-
-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/libXpm
- x11-libs/libXext
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-S=${WORKDIR}/${P}/src
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-asneeded.patch
-}
-
-src_install() {
- dogamesbin ${PN} || die "dogamesbin failed."
-
- dodoc ../{CHANGES,README}
- newicon linux.xpm ${PN}.xpm
- doman ${PN}.6
- make_desktop_entry ${PN} ${PN} ${PN}
-
- prepgamesdirs
-}