diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 04:17:49 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 04:17:49 +0000 |
commit | 6e261362ee4f7141b71aea008086e4f6c62b5ce1 (patch) | |
tree | 1d362c4e7aeec8de46e296eb601d0ca6080fd06d /x11-plugins/wmweather | |
parent | Remove virtual/x11 from dependencies. (diff) | |
download | gentoo-2-6e261362ee4f7141b71aea008086e4f6c62b5ce1.tar.gz gentoo-2-6e261362ee4f7141b71aea008086e4f6c62b5ce1.tar.bz2 gentoo-2-6e261362ee4f7141b71aea008086e4f6c62b5ce1.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-plugins/wmweather')
-rw-r--r-- | x11-plugins/wmweather/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmweather/wmweather-2.4.0.ebuild | 18 |
2 files changed, 14 insertions, 12 deletions
diff --git a/x11-plugins/wmweather/ChangeLog b/x11-plugins/wmweather/ChangeLog index 081ed3ecfc2a..8dc48287210f 100644 --- a/x11-plugins/wmweather/ChangeLog +++ b/x11-plugins/wmweather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmweather -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.17 2006/09/11 08:33:20 s4t4n Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.18 2007/07/22 04:17:49 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + wmweather-2.4.0.ebuild: + Drop virtual/x11 references. 11 Sep 2006; Michele Noberasco <s4t4n@gentoo.org> wmweather-2.4.0.ebuild: Added x11-apps/xmessage to RDEPEND. Closes bug #147016. diff --git a/x11-plugins/wmweather/wmweather-2.4.0.ebuild b/x11-plugins/wmweather/wmweather-2.4.0.ebuild index 79ce0fba4d78..cfffb309bb6a 100644 --- a/x11-plugins/wmweather/wmweather-2.4.0.ebuild +++ b/x11-plugins/wmweather/wmweather-2.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.0.ebuild,v 1.16 2006/09/11 08:33:20 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.0.ebuild,v 1.17 2007/07/22 04:17:49 dberkholz Exp $ IUSE="" DESCRIPTION="Dockable applet for WindowMaker that shows weather." @@ -11,16 +11,14 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc amd64 ~mips ppc ppc64" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXext - x11-libs/libXpm - >=x11-apps/xmessage-1.0.1 ) - virtual/x11 ) +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm + >=x11-apps/xmessage-1.0.1 net-misc/curl" DEPEND="${RDEPEND} - || ( x11-proto/xextproto virtual/x11 )" + x11-proto/xextproto" src_compile() { cd ${S}/src |