summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-tcltk/tclx/ChangeLog8
-rw-r--r--dev-tcltk/tclx/tclx-8.3-r1.ebuild6
-rw-r--r--dev-tcltk/tclx/tclx-8.3.5.ebuild6
-rw-r--r--dev-tcltk/tclx/tclx-8.3.ebuild6
-rw-r--r--gnustep-apps/gorm/gorm-0.8.0-r1.ebuild4
-rw-r--r--gnustep-base/gnustep-gui/ChangeLog8
-rw-r--r--gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild14
-rw-r--r--gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041203.ebuild14
-rw-r--r--media-sound/alsa-patch-bay/ChangeLog8
-rw-r--r--media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild8
-rw-r--r--media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild4
11 files changed, 49 insertions, 37 deletions
diff --git a/dev-tcltk/tclx/ChangeLog b/dev-tcltk/tclx/ChangeLog
index c2ee42576cc0..92b25d0c2ac7 100644
--- a/dev-tcltk/tclx/ChangeLog
+++ b/dev-tcltk/tclx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tcltk/tclx
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.22 2004/12/31 01:22:40 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/ChangeLog,v 1.23 2005/01/09 12:14:48 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org> tclx-8.3-r1.ebuild,
+ tclx-8.3.5.ebuild, tclx-8.3.ebuild:
+ Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-tcltk/tclx/tclx-8.3-r1.ebuild b/dev-tcltk/tclx/tclx-8.3-r1.ebuild
index c28f8651207b..7a6b6b8e25c3 100644
--- a/dev-tcltk/tclx/tclx-8.3-r1.ebuild
+++ b/dev-tcltk/tclx/tclx-8.3-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/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.13 2004/09/06 00:57:13 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3-r1.ebuild,v 1.14 2005/01/09 12:14:48 swegener Exp $
inherit flag-o-matic eutils
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~alpha amd64 ~sparc"
DEPEND=">=dev-lang/tcl-8.4.2
- X? >=dev-lang/tk-8.4.2"
+ X? ( >=dev-lang/tk-8.4.2 )"
S=${WORKDIR}/${PN}${PV}
diff --git a/dev-tcltk/tclx/tclx-8.3.5.ebuild b/dev-tcltk/tclx/tclx-8.3.5.ebuild
index 74a5cf75c6ee..f443a2a49f08 100644
--- a/dev-tcltk/tclx/tclx-8.3.5.ebuild
+++ b/dev-tcltk/tclx/tclx-8.3.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/dev-tcltk/tclx/tclx-8.3.5.ebuild,v 1.7 2004/10/19 17:46:24 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.5.ebuild,v 1.8 2005/01/09 12:14:48 swegener Exp $
inherit flag-o-matic eutils
@@ -18,7 +18,7 @@ KEYWORDS="x86 ~ppc alpha ~amd64"
DEPEND=">=sys-apps/sed-4
>=dev-lang/tcl-8.4.6
- X? >=dev-lang/tk-8.4.6"
+ X? ( >=dev-lang/tk-8.4.6 )"
S=${WORKDIR}/${PN}${PV}
diff --git a/dev-tcltk/tclx/tclx-8.3.ebuild b/dev-tcltk/tclx/tclx-8.3.ebuild
index e3a1f1a2674b..4f019f516f13 100644
--- a/dev-tcltk/tclx/tclx-8.3.ebuild
+++ b/dev-tcltk/tclx/tclx-8.3.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-tcltk/tclx/tclx-8.3.ebuild,v 1.15 2004/10/05 10:30:15 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclx/tclx-8.3.ebuild,v 1.16 2005/01/09 12:14:48 swegener Exp $
inherit flag-o-matic eutils
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="x86 ppc alpha"
DEPEND="=dev-lang/tcl-8.3*
- X? =dev-lang/tk-8.3*"
+ X? ( =dev-lang/tk-8.3* )"
S=${WORKDIR}/${PN}${PV}
diff --git a/gnustep-apps/gorm/gorm-0.8.0-r1.ebuild b/gnustep-apps/gorm/gorm-0.8.0-r1.ebuild
index e4b6ad2f62cc..9d739fb54780 100644
--- a/gnustep-apps/gorm/gorm-0.8.0-r1.ebuild
+++ b/gnustep-apps/gorm/gorm-0.8.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/gorm-0.8.0-r1.ebuild,v 1.3 2005/01/09 10:53:05 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/gorm-0.8.0-r1.ebuild,v 1.4 2005/01/09 12:16:04 swegener Exp $
inherit gnustep
@@ -16,7 +16,7 @@ SLOT="0"
IUSE="${IUSE} doc"
DEPEND="${GS_DEPEND}
- doc? sys-apps/sed"
+ doc? ( sys-apps/sed )"
RDEPEND="${GS_RDEPEND}"
egnustep_install_domain "System"
diff --git a/gnustep-base/gnustep-gui/ChangeLog b/gnustep-base/gnustep-gui/ChangeLog
index 6955ac5f4178..d66b921dbd01 100644
--- a/gnustep-base/gnustep-gui/ChangeLog
+++ b/gnustep-base/gnustep-gui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-base/gnustep-gui
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.21 2004/12/29 21:44:24 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.22 2005/01/09 12:18:01 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org> gnustep-gui-0.9.4.ebuild,
+ gnustep-gui-0.9.5_pre20041203.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/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild
index 81fd80bc00c9..694313f42f0e 100644
--- a/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild
+++ b/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.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/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild,v 1.8 2004/12/13 23:07:39 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.9.4.ebuild,v 1.9 2005/01/09 12:18:01 swegener Exp $
inherit gnustep
@@ -17,11 +17,11 @@ DEPEND="${GNUSTEP_BASE_DEPEND}
~gnustep-base/gnustep-base-1.10.1
virtual/x11
>=media-libs/tiff-3*
- jpeg? >=media-libs/jpeg-6b*
- gif? >=media-libs/libungif-4.1*
- png? >=media-libs/libpng-1.2*
- gsnd? >=media-libs/audiofile-0.2*
- cups? >=net-print/cups-1.1*
+ jpeg? ( >=media-libs/jpeg-6b* )
+ gif? ( >=media-libs/libungif-4.1* )
+ png? ( >=media-libs/libpng-1.2* )
+ gsnd? ( >=media-libs/audiofile-0.2* )
+ cups? ( >=net-print/cups-1.1* )
app-text/aspell"
RDEPEND="${DEPEND}
${DOC_RDEPEND}"
diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041203.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041203.ebuild
index 8c0c1f835fb7..853932d5a013 100644
--- a/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041203.ebuild
+++ b/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041203.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/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041203.ebuild,v 1.1 2004/12/04 20:18:44 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20041203.ebuild,v 1.2 2005/01/09 12:18:01 swegener Exp $
ECVS_CVS_COMMAND="cvs -q"
ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep"
@@ -26,11 +26,11 @@ DEPEND="${GNUSTEP_BASE_DEPEND}
>=gnustep-base/gnustep-base-1.10.2_pre20041203*
virtual/x11
>=media-libs/tiff-3*
- jpeg? >=media-libs/jpeg-6b*
- gif? >=media-libs/libungif-4.1*
- png? >=media-libs/libpng-1.2*
- gsnd? >=media-libs/audiofile-0.2*
- cups? >=net-print/cups-1.1*
+ jpeg? ( >=media-libs/jpeg-6b* )
+ gif? ( >=media-libs/libungif-4.1* )
+ png? ( >=media-libs/libpng-1.2* )
+ gsnd? ( >=media-libs/audiofile-0.2* )
+ cups? ( >=net-print/cups-1.1* )
app-text/aspell"
RDEPEND="${DEPEND}
${DOC_RDEPEND}"
diff --git a/media-sound/alsa-patch-bay/ChangeLog b/media-sound/alsa-patch-bay/ChangeLog
index 7b225f65a28a..00299adfa961 100644
--- a/media-sound/alsa-patch-bay/ChangeLog
+++ b/media-sound/alsa-patch-bay/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/alsa-patch-bay
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.19 2004/11/22 22:30:48 eradicator Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/ChangeLog,v 1.20 2005/01/09 12:19:26 swegener Exp $
+
+ 09 Jan 2005; Sven Wegener <swegener@gentoo.org>
+ alsa-patch-bay-1.0.0-r1.ebuild:
+ Added missing parentheses in SRC_URI/*DEPEND/LICENSE.
*alsa-patch-bay-1.0.0-r2 (22 Nov 2004)
diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild
index 6ac7b3709556..a25acb25a508 100644
--- a/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild
+++ b/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-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/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild,v 1.4 2004/09/03 09:16:08 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r1.ebuild,v 1.5 2005/01/09 12:19:26 swegener Exp $
inherit eutils
@@ -17,8 +17,8 @@ IUSE="fltk"
# To use fltk instead, do $ USE="fltk" emerge alsa-patch-bay
# Note: fltk is not an official USE flag, and the dependency on
# it may go away in the future.
-DEPEND="!fltk? =dev-cpp/gtkmm-2.2*
- fltk? >=x11-libs/fltk-1.1.2
+DEPEND="!fltk? ( =dev-cpp/gtkmm-2.2* )
+ fltk? ( >=x11-libs/fltk-1.1.2 )
>=media-libs/alsa-lib-0.9.0_rc1"
SRC_URI="http://pkl.net/~node/software/${P}.tar.gz"
diff --git a/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild b/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild
index 35f747b636b6..5b83433ebf95 100644
--- a/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild
+++ b/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-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/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild,v 1.1 2004/11/22 22:30:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-patch-bay/alsa-patch-bay-1.0.0-r2.ebuild,v 1.2 2005/01/09 12:19:26 swegener Exp $
IUSE="alsa jack ladcca fltk gtk"