diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 11:47:38 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 11:47:38 +0000 |
commit | 46c36be8651044133910d26ce3bd10ffd8c2bb1a (patch) | |
tree | 7f3ec32e09d0f30e9dfd36c3351ce1ecabe969aa /x11-plugins/wmDownload | |
parent | Fixed X dependencies (support for modular X). (diff) | |
download | gentoo-2-46c36be8651044133910d26ce3bd10ffd8c2bb1a.tar.gz gentoo-2-46c36be8651044133910d26ce3bd10ffd8c2bb1a.tar.bz2 gentoo-2-46c36be8651044133910d26ce3bd10ffd8c2bb1a.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmDownload')
-rw-r--r-- | x11-plugins/wmDownload/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmDownload/metadata.xml | 10 | ||||
-rw-r--r-- | 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 <nelchael@gentoo.org> metadata.xml, + wmDownload-0.1.2a.ebuild: + Fixed DEPEND for modular X. 23 Nov 2004; Jason Wever <weeve@gentoo.org> 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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>desktop-misc</herd> -<longdescription> -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. -</longdescription> + <herd>desktop-dock</herd> + <longdescription> + 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. + </longdescription> </pkgmetadata> 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} |