diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:46:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:46:41 +0000 |
commit | 1903defb70f70898937961062c4126a7adc029cc (patch) | |
tree | cdc7bd85114805d7d0438d1aac34f92688010ee9 | |
parent | touch (diff) | |
download | gentoo-2-1903defb70f70898937961062c4126a7adc029cc.tar.gz gentoo-2-1903defb70f70898937961062c4126a7adc029cc.tar.bz2 gentoo-2-1903defb70f70898937961062c4126a7adc029cc.zip |
glibc -> libc, add sed-4 dep
-rw-r--r-- | x11-plugins/wmtimer/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.4.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/wmtop/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmtop/wmtop-0.84.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/wmusic/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmusic/wmusic-1.4.10.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/wmusic/wmusic-1.4.11.ebuild | 7 |
7 files changed, 29 insertions, 15 deletions
diff --git a/x11-plugins/wmtimer/ChangeLog b/x11-plugins/wmtimer/ChangeLog index a8b1e36ac301..d70c0ca9c5ca 100644 --- a/x11-plugins/wmtimer/ChangeLog +++ b/x11-plugins/wmtimer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtimer # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.8 2004/06/24 23:18:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.9 2004/06/28 21:43:09 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmtimer-2.4.ebuild: + glibc -> libc, add sed-4 dep 11 Jan 2004; Ian Leitch <port001@gentoo.org> wmtimer-2.4.ebuild: Fixed incorrect negation of directories (#37647), added IUSE, split x11 and diff --git a/x11-plugins/wmtimer/wmtimer-2.4.ebuild b/x11-plugins/wmtimer/wmtimer-2.4.ebuild index fad316bd07c7..ea9c7c12bff4 100644 --- a/x11-plugins/wmtimer/wmtimer-2.4.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.4.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/wmtimer/wmtimer-2.4.ebuild,v 1.12 2004/06/24 23:18:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.4.ebuild,v 1.13 2004/06/28 21:43:09 agriffis Exp $ IUSE="" @@ -17,8 +17,9 @@ KEYWORDS="x86 amd64" RDEPEND="=x11-libs/gtk+-1.2* virtual/x11" -DEPEND="virtual/glibc - ${RDEPEND}" +DEPEND="virtual/libc + ${RDEPEND} + >=sys-apps/sed-4" src_unpack() { unpack ${A} diff --git a/x11-plugins/wmtop/ChangeLog b/x11-plugins/wmtop/ChangeLog index b5e9114a62ef..c366fabf3005 100644 --- a/x11-plugins/wmtop/ChangeLog +++ b/x11-plugins/wmtop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtop # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.5 2004/06/24 23:18:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/ChangeLog,v 1.6 2004/06/28 21:45:01 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmtop-0.84.ebuild: + glibc -> libc, add sed-4 dep 14 Dec 2003; Lars Weiler <pylon@gentoo.org> wmtop-0.84.ebuild: Make stable on ppc diff --git a/x11-plugins/wmtop/wmtop-0.84.ebuild b/x11-plugins/wmtop/wmtop-0.84.ebuild index 49da54af5d03..a6ea7d448540 100644 --- a/x11-plugins/wmtop/wmtop-0.84.ebuild +++ b/x11-plugins/wmtop/wmtop-0.84.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/wmtop/wmtop-0.84.ebuild,v 1.9 2004/06/24 23:18:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtop/wmtop-0.84.ebuild,v 1.10 2004/06/28 21:45:01 agriffis Exp $ IUSE="" DESCRIPTION="top in a dockapp" @@ -11,8 +11,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc amd64 ppc" -DEPEND="virtual/glibc - virtual/x11" +DEPEND="virtual/libc + virtual/x11 + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S} diff --git a/x11-plugins/wmusic/ChangeLog b/x11-plugins/wmusic/ChangeLog index 41034f98f7eb..b808aa4a276b 100644 --- a/x11-plugins/wmusic/ChangeLog +++ b/x11-plugins/wmusic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmusic # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/ChangeLog,v 1.5 2004/06/24 23:19:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/ChangeLog,v 1.6 2004/06/28 21:46:41 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmusic-1.4.10.ebuild, + wmusic-1.4.11.ebuild: + glibc -> libc, add sed-4 dep *wmusic-1.4.11 (14 Aug 2003) diff --git a/x11-plugins/wmusic/wmusic-1.4.10.ebuild b/x11-plugins/wmusic/wmusic-1.4.10.ebuild index bf54fbca4592..5065e63f5ff8 100644 --- a/x11-plugins/wmusic/wmusic-1.4.10.ebuild +++ b/x11-plugins/wmusic/wmusic-1.4.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/wmusic/wmusic-1.4.10.ebuild,v 1.7 2004/06/24 23:19:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/wmusic-1.4.10.ebuild,v 1.8 2004/06/28 21:46:41 agriffis Exp $ DESCRIPTION="dockapp for xmms" HOMEPAGE="http://home.jtan.com/~john/wmusic/" @@ -9,9 +9,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11 - >media-sound/xmms-1.2.4" + >media-sound/xmms-1.2.4 + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S}/src diff --git a/x11-plugins/wmusic/wmusic-1.4.11.ebuild b/x11-plugins/wmusic/wmusic-1.4.11.ebuild index 9ff4c6ec9eeb..e942fce19d60 100644 --- a/x11-plugins/wmusic/wmusic-1.4.11.ebuild +++ b/x11-plugins/wmusic/wmusic-1.4.11.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/wmusic/wmusic-1.4.11.ebuild,v 1.5 2004/06/24 23:19:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/wmusic-1.4.11.ebuild,v 1.6 2004/06/28 21:46:41 agriffis Exp $ DESCRIPTION="dockapp for xmms" HOMEPAGE="http://home.jtan.com/~john/wmusic/" @@ -9,9 +9,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/x11 - >media-sound/xmms-1.2.4" + >media-sound/xmms-1.2.4 + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S}/src |