summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/asapm/ChangeLog5
-rw-r--r--x11-plugins/asapm/asapm-2.10.ebuild4
-rw-r--r--x11-plugins/asclock/ChangeLog5
-rw-r--r--x11-plugins/asclock/asclock-2.0.12.ebuild4
-rw-r--r--x11-plugins/mountapp/ChangeLog5
-rw-r--r--x11-plugins/mountapp/mountapp-3.0.ebuild4
-rw-r--r--x11-plugins/wmDownload/Manifest4
-rw-r--r--x11-plugins/wmail/ChangeLog5
-rw-r--r--x11-plugins/wmail/wmail-2.0.ebuild4
-rw-r--r--x11-plugins/wmclock/ChangeLog5
-rw-r--r--x11-plugins/wmclock/wmclock-1.0.12.2.ebuild4
-rw-r--r--x11-plugins/wmcoincoin/ChangeLog6
-rw-r--r--x11-plugins/wmcoincoin/wmcoincoin-2.3.8b.ebuild4
-rw-r--r--x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild4
-rw-r--r--x11-plugins/wmcp/ChangeLog5
-rw-r--r--x11-plugins/wmcp/wmcp-1.2.8.ebuild4
-rw-r--r--x11-plugins/wmcube/ChangeLog5
-rw-r--r--x11-plugins/wmcube/wmcube-0.98.ebuild4
-rw-r--r--x11-plugins/wmdl/ChangeLog5
-rw-r--r--x11-plugins/wmdl/wmdl-1.4.1.ebuild4
20 files changed, 59 insertions, 31 deletions
diff --git a/x11-plugins/asapm/ChangeLog b/x11-plugins/asapm/ChangeLog
index 42d181cfd787..043660f7a9e2 100644
--- a/x11-plugins/asapm/ChangeLog
+++ b/x11-plugins/asapm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/asapm
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.8 2004/06/24 22:47:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/ChangeLog,v 1.9 2004/06/28 20:32:48 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> asapm-2.10.ebuild:
+ glibc -> libc
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> asapm-2.10.ebuild:
Add inherit eutils
diff --git a/x11-plugins/asapm/asapm-2.10.ebuild b/x11-plugins/asapm/asapm-2.10.ebuild
index c8f9af0655bc..967f507411fc 100644
--- a/x11-plugins/asapm/asapm-2.10.ebuild
+++ b/x11-plugins/asapm/asapm-2.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-2.10.ebuild,v 1.8 2004/06/24 22:47:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asapm/asapm-2.10.ebuild,v 1.9 2004/06/28 20:32:48 agriffis Exp $
inherit eutils
@@ -13,7 +13,7 @@ SLOT="0"
IUSE=""
KEYWORDS="x86 sparc "
-DEPEND="virtual/glibc virtual/x11"
+DEPEND="virtual/libc virtual/x11"
src_compile() {
./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die
diff --git a/x11-plugins/asclock/ChangeLog b/x11-plugins/asclock/ChangeLog
index c5cb6f5feb0e..6020db9184b8 100644
--- a/x11-plugins/asclock/ChangeLog
+++ b/x11-plugins/asclock/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/asclock
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.6 2004/06/24 22:48:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/ChangeLog,v 1.7 2004/06/28 20:33:20 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> asclock-2.0.12.ebuild:
+ glibc -> libc
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-plugins/asclock/asclock-2.0.12.ebuild b/x11-plugins/asclock/asclock-2.0.12.ebuild
index f4f1d49e39fe..90c4b008f10f 100644
--- a/x11-plugins/asclock/asclock-2.0.12.ebuild
+++ b/x11-plugins/asclock/asclock-2.0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12.ebuild,v 1.7 2004/06/24 22:48:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asclock/asclock-2.0.12.ebuild,v 1.8 2004/06/28 20:33:20 agriffis Exp $
IUSE=""
DESCRIPTION="Clock applet for AfterStep"
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ppc"
-DEPEND="virtual/glibc virtual/x11"
+DEPEND="virtual/libc virtual/x11"
src_unpack() {
unpack ${P}.tar.gz
diff --git a/x11-plugins/mountapp/ChangeLog b/x11-plugins/mountapp/ChangeLog
index dda2917ae80d..79fd218d9657 100644
--- a/x11-plugins/mountapp/ChangeLog
+++ b/x11-plugins/mountapp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/mountapp
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/ChangeLog,v 1.3 2004/06/24 23:03:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/ChangeLog,v 1.4 2004/06/28 20:36:11 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> mountapp-3.0.ebuild:
+ glibc -> libc
*mountapp-3.0 (10 Dec 2002)
diff --git a/x11-plugins/mountapp/mountapp-3.0.ebuild b/x11-plugins/mountapp/mountapp-3.0.ebuild
index cbef5db62a74..5902a158a1f3 100644
--- a/x11-plugins/mountapp/mountapp-3.0.ebuild
+++ b/x11-plugins/mountapp/mountapp-3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild,v 1.6 2004/06/24 23:03:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/mountapp/mountapp-3.0.ebuild,v 1.7 2004/06/28 20:36:11 agriffis Exp $
DESCRIPTION="mount filesystems via an easy-to-use windowmaker applet"
HOMEPAGE="http://mountapp.sourceforge.net"
@@ -12,7 +12,7 @@ KEYWORDS="x86 ppc"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
>=x11-wm/windowmaker-0.80"
src_compile() {
diff --git a/x11-plugins/wmDownload/Manifest b/x11-plugins/wmDownload/Manifest
index d158150744b2..f1cbe99e44f4 100644
--- a/x11-plugins/wmDownload/Manifest
+++ b/x11-plugins/wmDownload/Manifest
@@ -1,4 +1,4 @@
-MD5 577807c57e3c470b99eea8d82fa5ca10 wmDownload-0.1.2a.ebuild 748
-MD5 5d33b938c62742542511425e9488c486 ChangeLog 554
+MD5 b9f7a602ac8f5cbbcb26c599578450e6 wmDownload-0.1.2a.ebuild 765
+MD5 ece5038f873106fbf77b48eaf36f4ad1 ChangeLog 662
MD5 fb2a585e2b049ef6947cae0446e72ca6 metadata.xml 358
MD5 926d9418442030e75ec55d282eb43565 files/digest-wmDownload-0.1.2a 68
diff --git a/x11-plugins/wmail/ChangeLog b/x11-plugins/wmail/ChangeLog
index 088da5bf0b8f..b5b12ae600e4 100644
--- a/x11-plugins/wmail/ChangeLog
+++ b/x11-plugins/wmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmail
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/ChangeLog,v 1.4 2004/06/24 23:04:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/ChangeLog,v 1.5 2004/06/28 20:36:37 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmail-2.0.ebuild:
+ glibc -> libc
13 Mar 2004; David Holm <dholm@gentoo.org> wmail-2.0.ebuild:
Added to ~ppc.
diff --git a/x11-plugins/wmail/wmail-2.0.ebuild b/x11-plugins/wmail/wmail-2.0.ebuild
index 97d7507a3998..92afb5c28e3c 100644
--- a/x11-plugins/wmail/wmail-2.0.ebuild
+++ b/x11-plugins/wmail/wmail-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0.ebuild,v 1.7 2004/06/24 23:04:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0.ebuild,v 1.8 2004/06/28 20:36:37 agriffis Exp $
IUSE=""
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
virtual/x11
>=x11-libs/libdockapp-0.4.0-r1"
diff --git a/x11-plugins/wmclock/ChangeLog b/x11-plugins/wmclock/ChangeLog
index 156f139aa384..dfc7284abc07 100644
--- a/x11-plugins/wmclock/ChangeLog
+++ b/x11-plugins/wmclock/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmclock
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/ChangeLog,v 1.5 2004/06/24 23:06:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/ChangeLog,v 1.6 2004/06/28 20:37:50 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmclock-1.0.12.2.ebuild:
+ glibc -> libc
11 Apr 2004; Jason Wever <weeve@gentoo.org> wmclock-1.0.12.2.ebuild:
Added ~sparc keyword.
diff --git a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild
index 7d8e035d50f3..03d80fbd50b3 100644
--- a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild
+++ b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.7 2004/06/24 23:06:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.8 2004/06/28 20:37:50 agriffis Exp $
IUSE=""
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="x86 amd64 ppc ~sparc"
LICENSE="GPL-2"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
virtual/x11"
src_compile() {
diff --git a/x11-plugins/wmcoincoin/ChangeLog b/x11-plugins/wmcoincoin/ChangeLog
index 193b88a537d5..b9cc861f0bb2 100644
--- a/x11-plugins/wmcoincoin/ChangeLog
+++ b/x11-plugins/wmcoincoin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmcoincoin
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.4 2004/06/24 23:07:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.5 2004/06/28 20:38:24 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmcoincoin-2.3.8b.ebuild,
+ wmcoincoin-2.4.5b.ebuild:
+ glibc -> libc
*wmcoincoin-2.4.5b (25 Jul 2003)
diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.3.8b.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.3.8b.ebuild
index 86a7eea018a8..5a70fa63a82a 100644
--- a/x11-plugins/wmcoincoin/wmcoincoin-2.3.8b.ebuild
+++ b/x11-plugins/wmcoincoin/wmcoincoin-2.3.8b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.3.8b.ebuild,v 1.7 2004/06/24 23:07:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.3.8b.ebuild,v 1.8 2004/06/28 20:38:24 agriffis Exp $
IUSE=""
DESCRIPTION="Stupid Dockapp for browsing Dacode sites news and board"
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
virtual/x11"
src_compile() {
diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild
index 8171761293b3..1fc0df92a252 100644
--- a/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild
+++ b/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild,v 1.4 2004/06/24 23:07:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild,v 1.5 2004/06/28 20:38:24 agriffis Exp $
IUSE=""
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 amd64 ppc"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
virtual/x11"
src_compile() {
diff --git a/x11-plugins/wmcp/ChangeLog b/x11-plugins/wmcp/ChangeLog
index 27c0cfa6aa37..ab2d8fb65c13 100644
--- a/x11-plugins/wmcp/ChangeLog
+++ b/x11-plugins/wmcp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcp
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.6 2004/06/24 23:07:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.7 2004/06/28 20:41:04 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmcp-1.2.8.ebuild:
+ glibc -> libc
12 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> wmcp-1.2.8.ebuild:
Stable on alpha.
diff --git a/x11-plugins/wmcp/wmcp-1.2.8.ebuild b/x11-plugins/wmcp/wmcp-1.2.8.ebuild
index e9d88cf5e386..fcf2c517d768 100644
--- a/x11-plugins/wmcp/wmcp-1.2.8.ebuild
+++ b/x11-plugins/wmcp/wmcp-1.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.11 2004/06/24 23:07:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.12 2004/06/28 20:41:04 agriffis Exp $
inherit eutils
@@ -12,7 +12,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 ~ia64 ppc ~sparc alpha hppa ~mips"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
virtual/x11"
src_unpack() {
diff --git a/x11-plugins/wmcube/ChangeLog b/x11-plugins/wmcube/ChangeLog
index f49356c94386..cde0a3ed23a2 100644
--- a/x11-plugins/wmcube/ChangeLog
+++ b/x11-plugins/wmcube/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcube
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/ChangeLog,v 1.7 2004/06/24 23:07:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/ChangeLog,v 1.8 2004/06/28 20:41:31 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmcube-0.98.ebuild:
+ glibc -> libc
13 Mar 2004; Stephen P. Becker <geoman@gentoo.org> wmcube-0.98.ebuild:
Added ~mips keyword.
diff --git a/x11-plugins/wmcube/wmcube-0.98.ebuild b/x11-plugins/wmcube/wmcube-0.98.ebuild
index 213a17024c8b..400a88e70791 100644
--- a/x11-plugins/wmcube/wmcube-0.98.ebuild
+++ b/x11-plugins/wmcube/wmcube-0.98.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/wmcube-0.98.ebuild,v 1.8 2004/06/24 23:07:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/wmcube-0.98.ebuild,v 1.9 2004/06/28 20:41:31 agriffis Exp $
DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm"
@@ -12,7 +12,7 @@ KEYWORDS="x86 amd64 ~mips ppc"
IUSE=""
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
virtual/x11"
S="${WORKDIR}/${P}/wmcube"
diff --git a/x11-plugins/wmdl/ChangeLog b/x11-plugins/wmdl/ChangeLog
index c412361970df..4bc40ba7ee67 100644
--- a/x11-plugins/wmdl/ChangeLog
+++ b/x11-plugins/wmdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmdl
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/ChangeLog,v 1.4 2004/06/24 23:08:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/ChangeLog,v 1.5 2004/06/28 20:42:09 agriffis Exp $
+
+ 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmdl-1.4.1.ebuild:
+ glibc -> libc
19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmdl-1.4.1.ebuild:
Inherit eutils.
diff --git a/x11-plugins/wmdl/wmdl-1.4.1.ebuild b/x11-plugins/wmdl/wmdl-1.4.1.ebuild
index 5f3580980c05..74d1e27458c1 100644
--- a/x11-plugins/wmdl/wmdl-1.4.1.ebuild
+++ b/x11-plugins/wmdl/wmdl-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.8 2004/06/24 23:08:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.9 2004/06/28 20:42:09 agriffis Exp $
inherit eutils
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
virtual/x11"
src_unpack() {