summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/ibm-jdk-bin/ChangeLog8
-rw-r--r--dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.1-r2.ebuild8
-rw-r--r--dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.2.ebuild7
-rw-r--r--games-action/d2x/ChangeLog7
-rw-r--r--games-action/d2x/d2x-0.2.5-r1.ebuild6
-rw-r--r--games-action/d2x/d2x-0.2.5.ebuild4
-rw-r--r--games-emulation/dgen-sdl/ChangeLog7
-rw-r--r--games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild6
-rw-r--r--games-emulation/pcsx/ChangeLog7
-rw-r--r--games-emulation/pcsx/pcsx-1.5-r1.ebuild6
-rw-r--r--games-misc/fortune-mod-gentoo-forums/ChangeLog9
-rw-r--r--games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20040922.ebuild6
-rw-r--r--games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20041207.ebuild6
13 files changed, 54 insertions, 33 deletions
diff --git a/dev-java/ibm-jdk-bin/ChangeLog b/dev-java/ibm-jdk-bin/ChangeLog
index 930eda649c06..bfdc21e4e11b 100644
--- a/dev-java/ibm-jdk-bin/ChangeLog
+++ b/dev-java/ibm-jdk-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/ibm-jdk-bin
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jdk-bin/ChangeLog,v 1.24 2004/12/29 21:57:39 ciaranm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jdk-bin/ChangeLog,v 1.25 2005/01/09 10:46:44 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org>
+ ibm-jdk-bin-1.4.1-r2.ebuild, ibm-jdk-bin-1.4.2.ebuild:
+ Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.1-r2.ebuild b/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.1-r2.ebuild
index d751a3b3aad4..c4a586be400c 100644
--- a/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.1-r2.ebuild
+++ b/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.1-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.1-r2.ebuild,v 1.9 2004/09/29 20:59:27 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.1-r2.ebuild,v 1.10 2005/01/09 10:46:44 swegener Exp $
inherit java eutils
@@ -23,7 +23,9 @@ DEPEND="virtual/libc
>=dev-java/java-config-0.2.5
doc? ( =dev-java/java-sdk-docs-1.4.1* )
X? ( virtual/x11 )"
-RDEPEND=" !ppc64? sys-libs/lib-compat"
+RDEPEND="${DEPEND}
+ !ppc64? ( sys-libs/lib-compat )"
+
IUSE="X doc javacomm mozilla"
if use ppc; then
diff --git a/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.2.ebuild b/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.2.ebuild
index f0e79a893443..939943bcbd9b 100644
--- a/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.2.ebuild
+++ b/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.2.ebuild,v 1.18 2004/12/11 09:48:57 sejo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ibm-jdk-bin/ibm-jdk-bin-1.4.2.ebuild,v 1.19 2005/01/09 10:46:44 swegener Exp $
inherit java eutils
@@ -25,7 +25,8 @@ DEPEND="virtual/libc
>=dev-java/java-config-0.2.5
doc? ( =dev-java/java-sdk-docs-1.4.2* )
X? ( virtual/x11 )"
-RDEPEND=" !ppc64? (!amd64? sys-libs/lib-compat)"
+RDEPEND="${DEPEND}
+ !ppc64? ( !amd64? ( sys-libs/lib-compat ) )"
IUSE="X doc javacomm mozilla"
diff --git a/games-action/d2x/ChangeLog b/games-action/d2x/ChangeLog
index eeed8d7677dd..482f42ca09ff 100644
--- a/games-action/d2x/ChangeLog
+++ b/games-action/d2x/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/d2x
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.8 2004/08/26 19:07:28 mr_bones_ Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/ChangeLog,v 1.9 2005/01/09 10:48:13 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org> d2x-0.2.5-r1.ebuild:
+ Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
26 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> d2x-0.2.5-r1.ebuild:
typo fix from Bertram Felgenhauer via bug #61833
diff --git a/games-action/d2x/d2x-0.2.5-r1.ebuild b/games-action/d2x/d2x-0.2.5-r1.ebuild
index da523d033366..e4d7d05832df 100644
--- a/games-action/d2x/d2x-0.2.5-r1.ebuild
+++ b/games-action/d2x/d2x-0.2.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r1.ebuild,v 1.5 2004/08/26 19:07:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5-r1.ebuild,v 1.6 2005/01/09 10:48:13 swegener Exp $
inherit flag-o-matic eutils games
@@ -17,7 +17,7 @@ IUSE="cdinstall debug opengl ggi svga"
RDEPEND="media-libs/libsdl
media-libs/sdl-image
- cdinstall? app-arch/unarj
+ cdinstall? ( app-arch/unarj )
opengl? ( virtual/opengl )
ggi? ( media-libs/libggi )
svga? ( media-libs/svgalib )"
diff --git a/games-action/d2x/d2x-0.2.5.ebuild b/games-action/d2x/d2x-0.2.5.ebuild
index d13679c9bfd6..bf5fbf89c5c0 100644
--- a/games-action/d2x/d2x-0.2.5.ebuild
+++ b/games-action/d2x/d2x-0.2.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5.ebuild,v 1.7 2004/06/28 04:25:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/d2x/d2x-0.2.5.ebuild,v 1.8 2005/01/09 10:48:13 swegener Exp $
inherit flag-o-matic eutils games
diff --git a/games-emulation/dgen-sdl/ChangeLog b/games-emulation/dgen-sdl/ChangeLog
index 8fc6d2103fc2..f5c93a0188f9 100644
--- a/games-emulation/dgen-sdl/ChangeLog
+++ b/games-emulation/dgen-sdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/dgen-sdl
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.6 2004/07/18 14:50:08 aliz Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/ChangeLog,v 1.7 2005/01/09 10:50:14 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org> dgen-sdl-1.23.ebuild:
+ Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
18 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> dgen-sdl-1.23.ebuild:
Adding amd64 keyword and gnuconfig_update, closing #53464.
diff --git a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
index 17ad745bc8cf..ba15a97893f0 100644
--- a/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
+++ b/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.7 2004/07/18 14:50:08 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.8 2005/01/09 10:50:14 swegener Exp $
inherit games gnuconfig
@@ -15,7 +15,7 @@ IUSE="X mmx opengl"
RDEPEND="media-libs/libsdl
X? ( virtual/x11 )
- opengl? virtual/opengl"
+ opengl? ( virtual/opengl )"
DEPEND="${DEPEND}
dev-lang/nasm"
diff --git a/games-emulation/pcsx/ChangeLog b/games-emulation/pcsx/ChangeLog
index 3b4d3f9bf1be..fc80ab3ca3c5 100644
--- a/games-emulation/pcsx/ChangeLog
+++ b/games-emulation/pcsx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/pcsx
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/ChangeLog,v 1.5 2004/09/04 16:10:41 dholm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/ChangeLog,v 1.6 2005/01/09 10:49:20 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org> pcsx-1.5-r1.ebuild:
+ Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
04 Sep 2004; David Holm <dholm@gentoo.org> pcsx-1.5-r1.ebuild:
ppc support is incomplete, masked
diff --git a/games-emulation/pcsx/pcsx-1.5-r1.ebuild b/games-emulation/pcsx/pcsx-1.5-r1.ebuild
index d4381c5d8fa7..7a9626b4f247 100644
--- a/games-emulation/pcsx/pcsx-1.5-r1.ebuild
+++ b/games-emulation/pcsx/pcsx-1.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild,v 1.5 2004/09/04 16:10:42 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/pcsx/pcsx-1.5-r1.ebuild,v 1.6 2005/01/09 10:49:20 swegener Exp $
inherit games eutils
@@ -25,7 +25,7 @@ RDEPEND="games-emulation/psemu-cdr
games-emulation/psemu-padjoy
games-emulation/psemu-peopsspu
|| (
- opengl? ( x86? games-emulation/psemu-gpupetemesagl )
+ opengl? ( x86? ( games-emulation/psemu-gpupetemesagl ) )
games-emulation/psemu-peopssoftgpu
)"
diff --git a/games-misc/fortune-mod-gentoo-forums/ChangeLog b/games-misc/fortune-mod-gentoo-forums/ChangeLog
index cdcf25c9b3ce..f5dd59f53021 100644
--- a/games-misc/fortune-mod-gentoo-forums/ChangeLog
+++ b/games-misc/fortune-mod-gentoo-forums/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-misc/fortune-mod-gentoo-forums
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-forums/ChangeLog,v 1.8 2004/12/28 23:03:37 ciaranm Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-forums/ChangeLog,v 1.9 2005/01/09 10:51:34 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org>
+ fortune-mod-gentoo-forums-20040922.ebuild,
+ fortune-mod-gentoo-forums-20041207.ebuild:
+ Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20040922.ebuild b/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20040922.ebuild
index eafc8a9bf2b8..aff975b6081b 100644
--- a/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20040922.ebuild
+++ b/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20040922.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20040922.ebuild,v 1.7 2004/10/18 22:02:07 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20040922.ebuild,v 1.8 2005/01/09 10:51:34 swegener Exp $
IUSE="offensive"
DESCRIPTION="Fortune database of quotes from forums.gentoo.org"
HOMEPAGE="http://forums.gentoo.org/"
SRC_URI="http://dev.gentoo.org/~squinky86/files/gentoo-forums-${PV}.gz
- offensive? http://dev.gentoo.org/~squinky86/files/gentoo-forums-offensive-${PV}.gz"
+ offensive? ( http://dev.gentoo.org/~squinky86/files/gentoo-forums-offensive-${PV}.gz )"
LICENSE="GPL-2"
SLOT="0"
diff --git a/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20041207.ebuild b/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20041207.ebuild
index 3f436e62e346..17da9dabd781 100644
--- a/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20041207.ebuild
+++ b/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20041207.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20041207.ebuild,v 1.1 2004/12/07 21:03:59 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-gentoo-forums/fortune-mod-gentoo-forums-20041207.ebuild,v 1.2 2005/01/09 10:51:34 swegener Exp $
IUSE="offensive"
DESCRIPTION="Fortune database of quotes from forums.gentoo.org"
HOMEPAGE="http://forums.gentoo.org/"
SRC_URI="http://dev.gentoo.org/~squinky86/files/gentoo-forums-${PV}.gz
- offensive? http://dev.gentoo.org/~squinky86/files/gentoo-forums-offensive-${PV}.gz"
+ offensive? ( http://dev.gentoo.org/~squinky86/files/gentoo-forums-offensive-${PV}.gz )"
LICENSE="GPL-2"
SLOT="0"