diff options
32 files changed, 165 insertions, 166 deletions
diff --git a/x11-plugins/wmclock/ChangeLog b/x11-plugins/wmclock/ChangeLog index dfc7284abc07..f4546376bfcc 100644 --- a/x11-plugins/wmclock/ChangeLog +++ b/x11-plugins/wmclock/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2004/06/28 20:37:50 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/ChangeLog,v 1.7 2006/01/24 22:41:19 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmclock-1.0.12.2.ebuild: + Fixed DEPEND for modular X. 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmclock-1.0.12.2.ebuild: glibc -> libc diff --git a/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild b/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild index 03d80fbd50b3..444d78869ef4 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 +# Copyright 1999-2006 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.8 2004/06/28 20:37:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclock/wmclock-1.0.12.2.ebuild,v 1.9 2006/01/24 22:41:19 nelchael Exp $ IUSE="" @@ -12,8 +12,17 @@ SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" LICENSE="GPL-2" -DEPEND="virtual/libc - virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-misc/gccmakedep + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_compile() { econf || die "configure failed" diff --git a/x11-plugins/wmclockmon/ChangeLog b/x11-plugins/wmclockmon/ChangeLog index 96fdc61af846..49d868a08237 100644 --- a/x11-plugins/wmclockmon/ChangeLog +++ b/x11-plugins/wmclockmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmclockmon -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.17 2004/09/01 02:16:07 tgall Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/ChangeLog,v 1.18 2006/01/24 22:43:20 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + -wmclockmon-0.7.2.ebuild, wmclockmon-0.8.0.ebuild: + Fixed DEPEND for modular X. 31 Aug 2004; Tom Gall <tgall@gentoo.org> wmclockmon-0.8.0.ebuild: stable on ppc64, bug #61760 diff --git a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.7.2 b/x11-plugins/wmclockmon/files/digest-wmclockmon-0.7.2 deleted file mode 100644 index 8f49db4095e5..000000000000 --- a/x11-plugins/wmclockmon/files/digest-wmclockmon-0.7.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 6478724a3543390e6f593d2bdd3db42c wmclockmon-0.7.2.tar.gz 137470 diff --git a/x11-plugins/wmclockmon/wmclockmon-0.7.2.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.7.2.ebuild deleted file mode 100644 index b1c3afdd0827..000000000000 --- a/x11-plugins/wmclockmon/wmclockmon-0.7.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.7.2.ebuild,v 1.6 2004/06/24 23:06:50 agriffis Exp $ - -IUSE="" - -DESCRIPTION="digital clock dockapp with seven different styles with a LCD or LED display. Also has a Internet Time feature." -SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" -HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" - -SLOT="0" -KEYWORDS="x86 ~sparc amd64 ppc" -LICENSE="GPL-2" - -DEPEND="virtual/x11 - =x11-libs/gtk+-1.2*" - -src_install () { - einstall || die "make install failed" - - dodoc AUTHORS BUGS ChangeLog THANKS TODO doc/sample.wmclockmonrc -} diff --git a/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild b/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild index 79ae1a1bf36d..2b1abdb900e3 100644 --- a/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild +++ b/x11-plugins/wmclockmon/wmclockmon-0.8.0.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/wmclockmon/wmclockmon-0.8.0.ebuild,v 1.4 2004/09/01 02:16:07 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmclockmon/wmclockmon-0.8.0.ebuild,v 1.5 2006/01/24 22:43:20 nelchael Exp $ IUSE="" @@ -12,8 +12,7 @@ SLOT="0" KEYWORDS="x86 ~sparc amd64 ppc ppc64" LICENSE="GPL-2" -DEPEND="virtual/x11 - =x11-libs/gtk+-1.2*" +DEPEND="=x11-libs/gtk+-1.2*" src_install () { einstall || die "make install failed" diff --git a/x11-plugins/wmcms/ChangeLog b/x11-plugins/wmcms/ChangeLog index 0888f80fe6c0..5e16a28daf87 100644 --- a/x11-plugins/wmcms/ChangeLog +++ b/x11-plugins/wmcms/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmcms -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/ChangeLog,v 1.12 2004/10/19 08:53:14 absinthe Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/ChangeLog,v 1.13 2006/01/24 22:46:40 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -wmcms-0.3.5.ebuild, + wmcms-0.3.5-r1.ebuild: + Fixed DEPEND for modular X. 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> wmcms-0.3.5-r1.ebuild: Stable on amd64. diff --git a/x11-plugins/wmcms/files/digest-wmcms-0.3.5 b/x11-plugins/wmcms/files/digest-wmcms-0.3.5 deleted file mode 100644 index 96367ea8b7c2..000000000000 --- a/x11-plugins/wmcms/files/digest-wmcms-0.3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f6471bc10ed767bdd4fc3320cd3136c wmcms-0.3.5.tar.bz2 18920 diff --git a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild b/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild index ef0b13479778..4c3613c32301 100644 --- a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild +++ b/x11-plugins/wmcms/wmcms-0.3.5-r1.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/wmcms/wmcms-0.3.5-r1.ebuild,v 1.6 2004/10/19 08:53:14 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild,v 1.7 2006/01/24 22:46:40 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App." SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2" HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html" -DEPEND="virtual/x11 - >=x11-libs/libdockapp-0.4.0-r1" +DEPEND="x11-libs/libdockapp" SLOT="0" LICENSE="GPL-2" diff --git a/x11-plugins/wmcms/wmcms-0.3.5.ebuild b/x11-plugins/wmcms/wmcms-0.3.5.ebuild deleted file mode 100644 index 2ce354a946b8..000000000000 --- a/x11-plugins/wmcms/wmcms-0.3.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5.ebuild,v 1.10 2004/06/24 23:07:00 agriffis Exp $ - -IUSE="" - -DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App." -SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2" -HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html" - -DEPEND="x11-libs/libdockapp" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64 ppc" - -src_compile() { - make || die -} - -src_install () { - dobin wmcms -} diff --git a/x11-plugins/wmcoincoin/ChangeLog b/x11-plugins/wmcoincoin/ChangeLog index d0a38fbe9f82..3e748a4343de 100644 --- a/x11-plugins/wmcoincoin/ChangeLog +++ b/x11-plugins/wmcoincoin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmcoincoin -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.13 2005/09/02 19:25:51 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/ChangeLog,v 1.14 2006/01/24 22:49:52 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmcoincoin-2.5.0g.ebuild: + Fixed DEPEND for modular X. 02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> wmcoincoin-2.5.0g.ebuild: diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild index 3179667a922b..e7c2c43e404a 100644 --- a/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild +++ b/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.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-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild,v 1.4 2005/09/02 19:25:51 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.5.0g.ebuild,v 1.5 2006/01/24 22:49:52 nelchael Exp $ IUSE="" @@ -12,8 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc x86" -DEPEND="virtual/libc - virtual/x11 +DEPEND="=x11-libs/gtk+-2* media-libs/imlib2" src_install () { diff --git a/x11-plugins/wmcp/ChangeLog b/x11-plugins/wmcp/ChangeLog index 3ecfecebfb9f..5e4dbedc3c8f 100644 --- a/x11-plugins/wmcp/ChangeLog +++ b/x11-plugins/wmcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmcp -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.9 2005/04/01 19:19:33 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/ChangeLog,v 1.10 2006/01/24 22:53:18 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmcp-1.2.8.ebuild: + Fixed DEPEND for modular X. 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> wmcp-1.2.8.ebuild: stable on ia64 diff --git a/x11-plugins/wmcp/wmcp-1.2.8.ebuild b/x11-plugins/wmcp/wmcp-1.2.8.ebuild index 2e1571da13e8..b4ddb522b52f 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-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-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.13 2005/04/01 19:19:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.14 2006/01/24 22:53:18 nelchael Exp $ inherit eutils @@ -12,8 +12,16 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ia64 ppc ~sparc alpha hppa ~mips" -DEPEND="virtual/libc - virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_unpack() { unpack ${A} diff --git a/x11-plugins/wmcpuload/ChangeLog b/x11-plugins/wmcpuload/ChangeLog index cd124cdb66ca..2676aeee3eea 100644 --- a/x11-plugins/wmcpuload/ChangeLog +++ b/x11-plugins/wmcpuload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmcpuload -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/ChangeLog,v 1.19 2005/11/10 08:52:59 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/ChangeLog,v 1.20 2006/01/24 22:55:40 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmcpuload-1.0.1.ebuild: + Fixed DEPEND for modular X. 10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmcpuload-1.0.1.ebuild: Removed INSTALL from dodoc. diff --git a/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild b/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild index 9f8bfcbb1f61..9dd4a4b368e9 100644 --- a/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild +++ b/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild @@ -1,13 +1,20 @@ -# 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-plugins/wmcpuload/wmcpuload-1.0.1.ebuild,v 1.14 2005/11/10 08:52:59 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/wmcpuload-1.0.1.ebuild,v 1.15 2006/01/24 22:55:40 nelchael Exp $ IUSE="" DESCRIPTION="WMCPULoad is a program to monitor CPU usage." HOMEPAGE="http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml" SRC_URI="http://www.sh.rim.or.jp/~ssato/src/${P}.tar.bz2" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" SLOT="0" LICENSE="GPL-2" diff --git a/x11-plugins/wmcube/ChangeLog b/x11-plugins/wmcube/ChangeLog index b870aebffe93..c63d213234e5 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.10 2004/11/24 05:19:27 weeve Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/ChangeLog,v 1.11 2006/01/24 22:58:11 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmcube-0.98.ebuild: + Fixed DEPEND for modular X. 23 Nov 2004; Jason Wever <weeve@gentoo.org> wmcube-0.98.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmcube/wmcube-0.98.ebuild b/x11-plugins/wmcube/wmcube-0.98.ebuild index 8c1d7d09c908..93cc154ac028 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 +# Copyright 1999-2006 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.11 2004/11/24 05:19:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcube/wmcube-0.98.ebuild,v 1.12 2006/01/24 22:58:11 nelchael Exp $ DESCRIPTION="a dockapp cpu monitor with spinning 3d objects" HOMEPAGE="http://kling.mine.nu/kling/wmcube.htm" @@ -12,8 +12,13 @@ KEYWORDS="x86 amd64 ~mips ppc ppc64 ~sparc" IUSE="" -DEPEND="virtual/libc - virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" S="${WORKDIR}/${P}/wmcube" diff --git a/x11-plugins/wmdate/ChangeLog b/x11-plugins/wmdate/ChangeLog index b687142ac517..c55cf642bd93 100644 --- a/x11-plugins/wmdate/ChangeLog +++ b/x11-plugins/wmdate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdate -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdate/ChangeLog,v 1.8 2005/05/15 00:47:48 luckyduck Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdate/ChangeLog,v 1.9 2006/01/24 22:59:20 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmdate-0.7.ebuild: + Fixed DEPEND for modular X. 15 May 2005; Jan Brinkmann <luckyduck@gentoo.org> wmdate-0.7.ebuild: stable on amd64 diff --git a/x11-plugins/wmdate/wmdate-0.7.ebuild b/x11-plugins/wmdate/wmdate-0.7.ebuild index 7a8a531ed4bf..09f0c50232a7 100644 --- a/x11-plugins/wmdate/wmdate-0.7.ebuild +++ b/x11-plugins/wmdate/wmdate-0.7.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-plugins/wmdate/wmdate-0.7.ebuild,v 1.8 2005/05/15 00:47:48 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdate/wmdate-0.7.ebuild,v 1.9 2006/01/24 22:59:20 nelchael Exp $ inherit eutils @@ -10,8 +10,7 @@ DESCRIPTION="yet another date-display dock application" SRC_URI="http://solfertje.student.utwente.nl/~dalroi/${PN}/files/${P}.tar.gz" HOMEPAGE="http://solfertje.student.utwente.nl/~dalroi/applications.php" -DEPEND="virtual/x11 - >=x11-libs/libdockapp-0.4.0-r1" +DEPEND="x11-libs/libdockapp" SLOT="0" LICENSE="GPL-2" diff --git a/x11-plugins/wmdeskguide/ChangeLog b/x11-plugins/wmdeskguide/ChangeLog index a417328fa1a4..cbf7e57b58f4 100644 --- a/x11-plugins/wmdeskguide/ChangeLog +++ b/x11-plugins/wmdeskguide/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdeskguide -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdeskguide/ChangeLog,v 1.4 2004/11/24 05:23:30 weeve Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdeskguide/ChangeLog,v 1.5 2006/01/24 23:00:34 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmdeskguide-0.2.ebuild: + Fixed DEPEND for modular X. 23 Nov 2004; Jason Wever <weeve@gentoo.org> wmdeskguide-0.2.ebuild: Added ~sparc keyword. diff --git a/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild b/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild index f9a83a388e57..7babdfe24b03 100644 --- a/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild +++ b/x11-plugins/wmdeskguide/wmdeskguide-0.2.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/wmdeskguide/wmdeskguide-0.2.ebuild,v 1.10 2004/11/24 05:23:30 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdeskguide/wmdeskguide-0.2.ebuild,v 1.11 2006/01/24 23:00:34 nelchael Exp $ MY_P=${P/deskg/DeskG} S=${WORKDIR}/${MY_P} @@ -9,8 +9,7 @@ DESCRIPTION="WMaker DockApp: GNOME 1.4 DeskGuide port for the Window Maker envir SRC_URI="http://charybda.icm.edu.pl/~jarwyp/download/${MY_P}.tar.gz" HOMEPAGE="http://charybda.icm.edu.pl/~jarwyp/" -DEPEND="virtual/x11 - >=gnome-base/gnome-libs-1.4 +DEPEND=">=gnome-base/gnome-libs-1.4 >=media-libs/gdk-pixbuf-0.22.0 =x11-libs/gtk+-1.2*" @@ -18,10 +17,6 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ppc ~sparc" -src_compile() { - make -} - src_install () { dobin wmDeskGuide } diff --git a/x11-plugins/wmdiskmon/ChangeLog b/x11-plugins/wmdiskmon/ChangeLog index 2bf4728c1aab..960641d7c3d8 100644 --- a/x11-plugins/wmdiskmon/ChangeLog +++ b/x11-plugins/wmdiskmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdiskmon -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.8 2005/11/10 08:56:26 s4t4n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.9 2006/01/24 23:02:45 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmdiskmon-0.0.1.ebuild: + Fixed DEPEND for modular X. 10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmdiskmon-0.0.1.ebuild: Removed INSTALL from dodoc. diff --git a/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild index 582ed85336d6..1833cb41fbf1 100644 --- a/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild +++ b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.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-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild,v 1.8 2005/11/10 08:56:26 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild,v 1.9 2006/01/24 23:02:45 nelchael Exp $ IUSE="" @@ -12,7 +12,14 @@ SLOT="0" KEYWORDS="x86 ppc ~sparc" LICENSE="GPL-2" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_install () { einstall || die "Installation failed" diff --git a/x11-plugins/wmdl/ChangeLog b/x11-plugins/wmdl/ChangeLog index 6c3721f154ce..905606d89f6a 100644 --- a/x11-plugins/wmdl/ChangeLog +++ b/x11-plugins/wmdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdl -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/ChangeLog,v 1.8 2005/08/07 13:00:11 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/ChangeLog,v 1.9 2006/01/24 23:05:37 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmdl-1.4.1.ebuild: + Fixed DEPEND for modular X. 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> wmdl-1.4.1.ebuild: Stable on ppc. diff --git a/x11-plugins/wmdl/wmdl-1.4.1.ebuild b/x11-plugins/wmdl/wmdl-1.4.1.ebuild index 7664c7476b57..0f168880d139 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-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-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.12 2005/08/07 13:00:11 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.13 2006/01/24 23:05:37 nelchael Exp $ inherit eutils @@ -13,11 +13,20 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" -DEPEND="virtual/libc - virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_unpack() { - unpack ${A} ; cd ${S} + unpack ${A} + cd ${S} epatch ${FILESDIR}/makefile.diff } diff --git a/x11-plugins/wmdots/ChangeLog b/x11-plugins/wmdots/ChangeLog index 125ed95c961c..9560f7b3de37 100644 --- a/x11-plugins/wmdots/ChangeLog +++ b/x11-plugins/wmdots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdots -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdots/ChangeLog,v 1.5 2004/10/02 15:46:13 swegener Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdots/ChangeLog,v 1.6 2006/01/24 23:07:31 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmdots-0.2_beta.ebuild: + Fixed DEPEND for modular X. 12 Jun 2003; <msterret@gentoo.org> wmdots-0.2_beta.ebuild: fix Header diff --git a/x11-plugins/wmdots/wmdots-0.2_beta.ebuild b/x11-plugins/wmdots/wmdots-0.2_beta.ebuild index c97e7f574011..6bdab16c2cd2 100644 --- a/x11-plugins/wmdots/wmdots-0.2_beta.ebuild +++ b/x11-plugins/wmdots/wmdots-0.2_beta.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/wmdots/wmdots-0.2_beta.ebuild,v 1.9 2004/06/24 23:08:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdots/wmdots-0.2_beta.ebuild,v 1.10 2006/01/24 23:07:31 nelchael Exp $ MY_P=wmdots-0.2beta S=${WORKDIR}/${PN} @@ -13,16 +13,15 @@ SLOT="0" IUSE="" -DEPEND="virtual/x11" - - -src_compile() { - - emake || die - -} +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND}" src_install () { dobin ${S}/wmdots + } diff --git a/x11-plugins/wmdrawer/ChangeLog b/x11-plugins/wmdrawer/ChangeLog index 0e5b2bdb0899..bc7301b75b6e 100644 --- a/x11-plugins/wmdrawer/ChangeLog +++ b/x11-plugins/wmdrawer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmdrawer -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.17 2005/11/14 14:33:47 metalgod Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/ChangeLog,v 1.18 2006/01/24 23:09:29 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + -wmdrawer-0.10.5.ebuild, wmdrawer-0.10.5-r2.ebuild: + Fixed DEPEND for modular X. 14 Nov 2005; Luis Medinas <metalgod@gentoo.org> wmdrawer-0.10.5-r2.ebuild: Marked Stable on amd64. diff --git a/x11-plugins/wmdrawer/files/digest-wmdrawer-0.10.5 b/x11-plugins/wmdrawer/files/digest-wmdrawer-0.10.5 deleted file mode 100644 index a66feaac7bf8..000000000000 --- a/x11-plugins/wmdrawer/files/digest-wmdrawer-0.10.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 b8c4a5d5abd593a29504dfe4c30c8925 wmdrawer-0.10.5.tar.gz 49413 diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild index 8eaa1cc941f3..c31819e00ea0 100644 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild +++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.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-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.3 2005/11/14 14:33:47 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.4 2006/01/24 23:09:29 nelchael Exp $ inherit eutils @@ -13,10 +13,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ppc ~sparc x86" -DEPEND="virtual/x11 - gtk? ( >=x11-libs/gtk+-2 ) +DEPEND="gtk? ( >=x11-libs/gtk+-2 ) !gtk? ( >=media-libs/gdk-pixbuf-0.22.0 ) - >=app-arch/gzip-1.3.3-r4 >=sys-apps/sed-4" src_unpack () diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5.ebuild deleted file mode 100644 index 2f87a6ce7dc4..000000000000 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5.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-plugins/wmdrawer/wmdrawer-0.10.5.ebuild,v 1.5 2005/11/07 13:14:54 s4t4n Exp $ - -IUSE="" -DESCRIPTION="wmDrawer is a dock application (dockapp) which provides a drawer (retractable button bar) to launch applications" -SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz" -HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 amd64 ~sparc ppc" - -DEPEND="virtual/x11 - >=media-libs/gdk-pixbuf-0.22.0 - >=app-arch/gzip-1.3.3-r4" - -src_compile() -{ - emake CFLAGS="${CFLAGS} -Wall `gdk-pixbuf-config --cflags`" \ - || die "make failed!" -} - -src_install() -{ - dobin wmdrawer - dodoc README TODO AUTHORS ChangeLog wmdrawerrc.example - gzip -cd doc/wmdrawer.1x.gz > wmdrawer.1 - doman wmdrawer.1 -} |