# ChangeLog for games-puzzle/galaxis
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.8 2006/08/15 14:45:19 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.9 2006/12/06 17:24:33 wolf31o2 Exp $
+
+ 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> galaxis-1.7.ebuild:
+ Removed sed-4 from *DEPEND.
15 Aug 2006; Thomas Cort <tcort@gentoo.org> galaxis-1.7.ebuild:
Stable on amd64 wrt Bug #143961
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.7.ebuild,v 1.8 2006/08/15 14:45:19 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.7.ebuild,v 1.9 2006/12/06 17:24:33 wolf31o2 Exp $
inherit games
IUSE=""
RDEPEND=">=sys-libs/ncurses-5.3"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Modify CFLAGS
sed -i \
# ChangeLog for games-puzzle/krystaldrop
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/krystaldrop/ChangeLog,v 1.5 2006/10/03 09:08:36 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/krystaldrop/ChangeLog,v 1.6 2006/12/06 17:25:47 wolf31o2 Exp $
+
+ 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ krystaldrop-0.7.2.ebuild:
+ Removed sed-4 from *DEPEND.
03 Oct 2006; Simon Stelling <blubb@gentoo.org> krystaldrop-0.7.2.ebuild:
stable on amd64
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild,v 1.5 2006/10/03 09:08:36 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/krystaldrop/krystaldrop-0.7.2.ebuild,v 1.6 2006/12/06 17:25:47 wolf31o2 Exp $
inherit eutils games
media-libs/sdl-ttf
>=dev-libs/libxml2-2.5.7
sys-libs/zlib"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
src_unpack() {
unpack src_${PV}.tgz
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/krystaldrop-assert.patch" \
"${FILESDIR}/${P}"-gcc41.patch \
"${FILESDIR}/${P}"-deps.patch
# ChangeLog for games-puzzle/tetrinet
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tetrinet/ChangeLog,v 1.5 2005/01/21 21:09:03 pylon Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tetrinet/ChangeLog,v 1.6 2006/12/06 17:27:19 wolf31o2 Exp $
+
+ 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> tetrinet-0.11.ebuild:
+ Removed sed-4 from *DEPEND.
21 Jan 2005; Lars Weiler <pylon@gentoo.org> tetrinet-0.11.ebuild:
Stable on ppc.
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tetrinet/tetrinet-0.11.ebuild,v 1.9 2005/01/21 21:09:03 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tetrinet/tetrinet-0.11.ebuild,v 1.10 2006/12/06 17:27:19 wolf31o2 Exp $
-inherit games flag-o-matic
+inherit flag-o-matic games
DESCRIPTION="console based tetrinet inc. standalone server"
HOMEPAGE="http://tetrinet.or.cz/"
IUSE="ipv6"
RDEPEND=">=sys-libs/ncurses-5"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
src_unpack() {
unpack ${A}
return 0
- cd ${S}
+ cd "${S}"
# for now, make sure IPv6 is always on #32860
use ipv6 && append-flags -DHAVE_IPV6