diff options
-rw-r--r-- | x11-plugins/fsviewer/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/fsviewer/fsviewer-0.2.5.ebuild | 7 | ||||
-rw-r--r-- | x11-plugins/wmCalClock/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild | 15 |
4 files changed, 26 insertions, 11 deletions
diff --git a/x11-plugins/fsviewer/ChangeLog b/x11-plugins/fsviewer/ChangeLog index fb0f0f5fb5d3..69b5255c4ffb 100644 --- a/x11-plugins/fsviewer/ChangeLog +++ b/x11-plugins/fsviewer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/fsviewer -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.8 2005/06/22 21:38:59 smithj Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/ChangeLog,v 1.9 2006/01/22 11:26:22 nelchael Exp $ + + 22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> fsviewer-0.2.5.ebuild: + Fixed DEPEND for modular X. *fsviewer-0.2.5 (22 Jun 2005) diff --git a/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild b/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild index ad9cc1f7b95f..54a8c4856fd8 100644 --- a/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild +++ b/x11-plugins/fsviewer/fsviewer-0.2.5.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/fsviewer/fsviewer-0.2.5.ebuild,v 1.1 2005/06/22 21:38:59 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/fsviewer/fsviewer-0.2.5.ebuild,v 1.2 2006/01/22 11:26:22 nelchael Exp $ inherit eutils @@ -16,8 +16,7 @@ KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -DEPEND="virtual/x11 - x11-wm/windowmaker" +DEPEND="x11-wm/windowmaker" S="${WORKDIR}/${MY_PN}.app-${PV}" diff --git a/x11-plugins/wmCalClock/ChangeLog b/x11-plugins/wmCalClock/ChangeLog index 45482c104b7f..38a47f5144a1 100644 --- a/x11-plugins/wmCalClock/ChangeLog +++ b/x11-plugins/wmCalClock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmCalClock -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/ChangeLog,v 1.12 2005/11/10 08:48:03 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/ChangeLog,v 1.13 2006/01/22 11:31:03 nelchael Exp $ + + 22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmCalClock-1.25-r1.ebuild: + Fixed DEPEND for modular X. 10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmCalClock-1.25-r1.ebuild: Removed COPYING and INSTALL from dodoc. diff --git a/x11-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild b/x11-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild index 1f33d00a18fd..6815ed4770a7 100644 --- a/x11-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild +++ b/x11-plugins/wmCalClock/wmCalClock-1.25-r1.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/wmCalClock/wmCalClock-1.25-r1.ebuild,v 1.15 2005/11/10 08:48:03 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmCalClock/wmCalClock-1.25-r1.ebuild,v 1.16 2006/01/22 11:31:03 nelchael Exp $ IUSE="" @@ -8,7 +8,16 @@ DESCRIPTION="WMaker DockApp: A Calendar clock with antialiased text." SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" SLOT="0" LICENSE="GPL-2" |