From 46c36be8651044133910d26ce3bd10ffd8c2bb1a Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Sun, 22 Jan 2006 11:47:38 +0000 Subject: Fixed DEPEND for modular X. (Portage version: 2.1_pre3-r1) --- x11-plugins/wmDownload/ChangeLog | 8 ++++++-- x11-plugins/wmDownload/metadata.xml | 10 +++++----- x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild | 7 +++---- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/x11-plugins/wmDownload/ChangeLog b/x11-plugins/wmDownload/ChangeLog index c75c7b928529..2b4e08c21fb4 100644 --- a/x11-plugins/wmDownload/ChangeLog +++ b/x11-plugins/wmDownload/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmDownload -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/ChangeLog,v 1.7 2004/11/24 04:40:40 weeve Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/ChangeLog,v 1.8 2006/01/22 11:47:38 nelchael Exp $ + + 22 Jan 2006; Krzysiek Pawlik metadata.xml, + wmDownload-0.1.2a.ebuild: + Fixed DEPEND for modular X. 23 Nov 2004; Jason Wever wmDownload-0.1.2a.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmDownload/metadata.xml b/x11-plugins/wmDownload/metadata.xml index fcd21bb4bb31..550cae65c3f7 100644 --- a/x11-plugins/wmDownload/metadata.xml +++ b/x11-plugins/wmDownload/metadata.xml @@ -1,9 +1,9 @@ -desktop-misc - -wmDownload is a small WindowMaker dockapp that sits there and displays how much -data you've recieved on each eth and ppp device installed on your machine. - + desktop-dock + + wmDownload is a small WindowMaker dockapp that sits there and displays how much + data you've recieved on each eth and ppp device installed on your machine. + diff --git a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild b/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild index 9a2343ea49ce..23dbac29c2e3 100644 --- a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild +++ b/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild,v 1.14 2004/11/24 04:40:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild,v 1.15 2006/01/22 11:47:38 nelchael Exp $ S=${WORKDIR}/wmDownload @@ -13,8 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" -DEPEND="virtual/libc virtual/x11 x11-libs/docklib - >=sys-apps/sed-4" +DEPEND="x11-libs/libdockapp" src_unpack() { unpack ${A} ; cd ${S} -- cgit v1.2.3-65-gdbad