diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 16:46:53 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 16:46:53 +0000 |
commit | 874477ab60a7056a83f478cff48d3a06108d986c (patch) | |
tree | 9d11fe366a2d336ab00f0307a073739ccc9b2da4 /x11-misc/xdaf | |
parent | ppc stable, bug #119590 (diff) | |
download | gentoo-2-874477ab60a7056a83f478cff48d3a06108d986c.tar.gz gentoo-2-874477ab60a7056a83f478cff48d3a06108d986c.tar.bz2 gentoo-2-874477ab60a7056a83f478cff48d3a06108d986c.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xdaf')
-rw-r--r-- | x11-misc/xdaf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xdaf/files/digest-xdaf-0.01.10 | 1 | ||||
-rw-r--r-- | x11-misc/xdaf/xdaf-0.01.10.ebuild | 30 | ||||
-rw-r--r-- | x11-misc/xdaf/xdaf-0.01.11.01.ebuild | 16 |
4 files changed, 19 insertions, 36 deletions
diff --git a/x11-misc/xdaf/ChangeLog b/x11-misc/xdaf/ChangeLog index 7f2955c00796..2f328676817c 100644 --- a/x11-misc/xdaf/ChangeLog +++ b/x11-misc/xdaf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xdaf -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/ChangeLog,v 1.9 2005/11/14 21:55:19 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/ChangeLog,v 1.10 2006/01/21 16:46:53 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xdaf-0.01.10.ebuild, + xdaf-0.01.11.01.ebuild: + Fixed DEPEND for modular X. 14 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> xdaf-0.01.11.01.ebuild: diff --git a/x11-misc/xdaf/files/digest-xdaf-0.01.10 b/x11-misc/xdaf/files/digest-xdaf-0.01.10 deleted file mode 100644 index d06984a5b1ac..000000000000 --- a/x11-misc/xdaf/files/digest-xdaf-0.01.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 1e02311423e3ffa76e366a365dde22f9 xdaf-A.01.10.tar.gz 12592 diff --git a/x11-misc/xdaf/xdaf-0.01.10.ebuild b/x11-misc/xdaf/xdaf-0.01.10.ebuild deleted file mode 100644 index 1a5a31b13344..000000000000 --- a/x11-misc/xdaf/xdaf-0.01.10.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/xdaf-0.01.10.ebuild,v 1.8 2005/11/03 12:20:00 nelchael Exp $ - -MY_P="${PN}-A.01.10" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Small tool to provide visual feedback of local disks activity by changing the default X11 mouse pointer" -SRC_URI="mirror://sourceforge/ezix/${MY_P}.tar.gz" -HOMEPAGE="http://ezix.sourceforge.net/software/xdaf.html" -IUSE="" - -DEPEND="virtual/x11" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -src_compile() { - - cd ${S} - xmkmf - emake || die - -} - -src_install () { - - make DESTDIR=${D} install || die - dodoc README -} diff --git a/x11-misc/xdaf/xdaf-0.01.11.01.ebuild b/x11-misc/xdaf/xdaf-0.01.11.01.ebuild index 9d9e3a9a817b..538a08dc9a89 100644 --- a/x11-misc/xdaf/xdaf-0.01.11.01.ebuild +++ b/x11-misc/xdaf/xdaf-0.01.11.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/xdaf-0.01.11.01.ebuild,v 1.6 2005/11/14 21:55:19 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdaf/xdaf-0.01.11.01.ebuild,v 1.7 2006/01/21 16:46:53 nelchael Exp $ MY_P=${P/-0/-A} DESCRIPTION="Small tool to provide visual feedback of local disks activity by changing the default X11 mouse pointer" @@ -12,7 +12,17 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXaw + x11-libs/libXext + x11-libs/libXpm + x11-libs/libXp ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-misc/imake virtual/x11 )" S=${WORKDIR}/${MY_P} |