summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-24 23:20:22 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-24 23:20:22 +0000
commit7b835cb42934653e5e063313d872c37d2f71f611 (patch)
tree0f65ee24064604d56a0332f13e63a265722f5f6c
parentfixing depend. see 45343 (Manifest recommit) (diff)
downloadgentoo-2-7b835cb42934653e5e063313d872c37d2f71f611.tar.gz
gentoo-2-7b835cb42934653e5e063313d872c37d2f71f611.tar.bz2
gentoo-2-7b835cb42934653e5e063313d872c37d2f71f611.zip
fixing depend. see 45343
-rw-r--r--gnome-extra/glibwww/ChangeLog7
-rw-r--r--gnome-extra/glibwww/glibwww-0.2-r2.ebuild22
-rw-r--r--gnome-extra/gtkhtml/ChangeLog5
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild6
-rw-r--r--gnome-extra/merlin-cpufire/ChangeLog8
-rw-r--r--gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0-r1.ebuild7
-rw-r--r--media-sound/rezound/ChangeLog5
-rw-r--r--media-sound/rezound/rezound-0.9.0_beta.ebuild6
-rw-r--r--net-mail/gotmail/ChangeLog6
-rw-r--r--net-mail/gotmail/gotmail-0.8.0_beta1.ebuild7
-rw-r--r--net-mail/gotmail/gotmail-0.8.1.ebuild6
11 files changed, 47 insertions, 38 deletions
diff --git a/gnome-extra/glibwww/ChangeLog b/gnome-extra/glibwww/ChangeLog
index f2ef2c40052d..2bcb92de79db 100644
--- a/gnome-extra/glibwww/ChangeLog
+++ b/gnome-extra/glibwww/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/glibwww
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/glibwww/ChangeLog,v 1.5 2003/02/12 06:52:54 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/glibwww/ChangeLog,v 1.6 2004/03/24 23:15:29 mholzer Exp $
+
+ 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> glibwww-0.2-r2.ebuild:
+ fixing depend. see 45343
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/gnome-extra/glibwww/glibwww-0.2-r2.ebuild b/gnome-extra/glibwww/glibwww-0.2-r2.ebuild
index 3ce80adb3a44..48858ca73ca7 100644
--- a/gnome-extra/glibwww/glibwww-0.2-r2.ebuild
+++ b/gnome-extra/glibwww/glibwww-0.2-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/glibwww/glibwww-0.2-r2.ebuild,v 1.9 2004/02/22 20:49:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/glibwww/glibwww-0.2-r2.ebuild,v 1.10 2004/03/24 23:15:29 mholzer Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The Gnome WWW Libraries"
@@ -10,25 +10,23 @@ SLOT="0"
KEYWORDS="x86 sparc"
LICENSE="GPL-2"
-RDEPEND=">=net-libs/libwww-1.5.3-r1
+DEPEND=">=net-libs/libwww-1.5.3-r1
>=gnome-base/gnome-libs-1.4.1.2-r1"
-DEPEND="${RDEPEND}"
-
src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var/lib \
assert
emake || die
}
src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
+ make prefix=${D}/usr \
+ sysconfdir=${D}/etc \
+ localstatedir=${D}/var/lib \
install || die
dodoc AUTHORS ChangeLog NEWS README
diff --git a/gnome-extra/gtkhtml/ChangeLog b/gnome-extra/gtkhtml/ChangeLog
index c5987f0a9f8e..113f8c77d60c 100644
--- a/gnome-extra/gtkhtml/ChangeLog
+++ b/gnome-extra/gtkhtml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/gtkhtml
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.39 2004/03/19 08:49:00 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.40 2004/03/24 23:16:44 mholzer Exp $
+
+ 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> gtkhtml-1.1.10.ebuild:
+ fixing depend. see 45343
*gtkhtml-1.1.10-r1 (06 Feb 2004)
diff --git a/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild b/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild
index 984fc3fefdcf..96969340fee5 100644
--- a/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild,v 1.9 2004/01/20 13:06:42 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.1.10.ebuild,v 1.10 2004/03/24 23:16:44 mholzer Exp $
IUSE="nls gnome"
@@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa"
# peg gtkhtml at gal-0.23 because it might get confused with gal-1.99
-RDEPEND="=gnome-extra/gal-0.24*
+DEPEND="=gnome-extra/gal-0.24*
<gnome-base/control-center-1.99.0
>=gnome-base/libghttp-1.0.9-r1
>=dev-libs/libunicode-0.4-r1
@@ -32,8 +32,6 @@ RDEPEND="=gnome-extra/gal-0.24*
# gnome? ( <gnome-base/gconf-1.1.0 )
# Borks without gconf in most cases
-DEPEND="${RDEPEND}"
-
src_compile() {
elibtoolize
diff --git a/gnome-extra/merlin-cpufire/ChangeLog b/gnome-extra/merlin-cpufire/ChangeLog
index ec03cffc5fbd..dc18ac610ba2 100644
--- a/gnome-extra/merlin-cpufire/ChangeLog
+++ b/gnome-extra/merlin-cpufire/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/merlin-cpufire
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/merlin-cpufire/ChangeLog,v 1.5 2003/02/12 06:55:31 vapier Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/merlin-cpufire/ChangeLog,v 1.6 2004/03/24 23:17:36 mholzer Exp $
+
+ 25 Mar 2004; Martin Holzer <mholzer@gentoo.org>
+ merlin-cpufire-0.1.0-r1.ebuild:
+ fixing depend. see 45343
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0-r1.ebuild b/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0-r1.ebuild
index caa38dea5414..86ae01b578bb 100644
--- a/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0-r1.ebuild
+++ b/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0-r1.ebuild,v 1.5 2004/02/22 20:53:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/merlin-cpufire/merlin-cpufire-0.1.0-r1.ebuild,v 1.6 2004/03/24 23:17:36 mholzer Exp $
DESCRIPTION="Gnome applet that displays CPU usage as burning fire"
HOMEPAGE="http://nitric.com/freeware"
@@ -9,9 +9,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc"
-RDEPEND="gnome-base/gnome-core
+DEPEND="gnome-base/gnome-core
<gnome-base/libgtop-2"
-DEPEND="${RDEPEND}"
src_compile() {
mv Makefile Makefile~
diff --git a/media-sound/rezound/ChangeLog b/media-sound/rezound/ChangeLog
index e1238110257c..8c2f2fc2c491 100644
--- a/media-sound/rezound/ChangeLog
+++ b/media-sound/rezound/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/rezound
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/ChangeLog,v 1.9 2004/03/16 19:24:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/ChangeLog,v 1.10 2004/03/24 23:19:06 mholzer Exp $
+
+ 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> rezound-0.9.0_beta.ebuild:
+ fixing depend. see 45343
16 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org>
rezound-0.7.0_beta.ebuild, rezound-0.8.3_beta-r2.ebuild,
diff --git a/media-sound/rezound/rezound-0.9.0_beta.ebuild b/media-sound/rezound/rezound-0.9.0_beta.ebuild
index 7540ed29f053..5904d68cfea0 100644
--- a/media-sound/rezound/rezound-0.9.0_beta.ebuild
+++ b/media-sound/rezound/rezound-0.9.0_beta.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.9.0_beta.ebuild,v 1.3 2004/03/16 19:24:33 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.9.0_beta.ebuild,v 1.4 2004/03/24 23:19:06 mholzer Exp $
MY_P="${P/_/}"
DESCRIPTION="Sound editor and recorder"
@@ -14,7 +14,7 @@ KEYWORDS="x86"
IUSE="oggvorbis jack nls static oss cdr"
-RDEPEND="virtual/x11
+DEPEND="virtual/x11
jack? ( virtual/jack )
oggvorbis? ( media-libs/libvorbis media-libs/libogg )
cdr? ( app-cdr/cdrdao )
@@ -25,8 +25,6 @@ RDEPEND="virtual/x11
>=media-libs/portaudio-18
>=media-libs/flac-1.1.0"
-DEPEND=${RDEPEND}
-
S="${WORKDIR}/${MY_P}"
src_compile() {
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog
index 85a906ef866e..740ff2e93796 100644
--- a/net-mail/gotmail/ChangeLog
+++ b/net-mail/gotmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/gotmail
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.19 2004/02/15 13:29:06 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.20 2004/03/24 23:20:22 mholzer Exp $
+
+ 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> gotmail-0.8.0_beta1.ebuild,
+ gotmail-0.8.1.ebuild:
+ fixing depend. see 45343
15 Feb 2004; David Holm <dholm@gentoo.org> gotmail-0.8.1.ebuild:
Added to ~ppc.
diff --git a/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild b/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild
index 77e6a2467fd9..1a07d98bbcb8 100644
--- a/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild
+++ b/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild,v 1.1 2003/12/20 15:33:03 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild,v 1.2 2004/03/24 23:20:22 mholzer Exp $
PVPREV=0.7.10
S=${WORKDIR}/${PN}-${PVPREV}
@@ -9,8 +9,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/stable.pkg/${PV}/${PN}_${PVPR
mirror://gentoo/${P}.tar.gz"
HOMEPAGE="http://www.nongnu.org/gotmail/"
-RDEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet"
-DEPEND=${RDEPEND}
+DEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet"
SLOT="0"
LICENSE="GPL-2"
diff --git a/net-mail/gotmail/gotmail-0.8.1.ebuild b/net-mail/gotmail/gotmail-0.8.1.ebuild
index 4ce3e02fdb32..87e126f4280e 100644
--- a/net-mail/gotmail/gotmail-0.8.1.ebuild
+++ b/net-mail/gotmail/gotmail-0.8.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.1.ebuild,v 1.4 2004/02/15 13:29:06 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.1.ebuild,v 1.5 2004/03/24 23:20:22 mholzer Exp $
DESCRIPTION="Utility to download mail from a HotMail account"
SRC_URI="mirror://sourceforge/gotmail/${P}.tar.gz"
+RESTRICT="nomirror"
HOMEPAGE="http://www.nongnu.org/gotmail/"
-RDEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet"
-DEPEND=${RDEPEND}
+DEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet"
SLOT="0"
LICENSE="GPL-2"