diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 05:21:39 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 05:21:39 +0000 |
commit | 348d89e75c96328510c4a68ccb49d3bd0d83fec5 (patch) | |
tree | 3380aa8f5b2a94b3bc7db678b3a8c238c1e6eaad /x11-plugins/gkrellm-plugins | |
parent | add scigraphica, it can not be saved (diff) | |
download | gentoo-2-348d89e75c96328510c4a68ccb49d3bd0d83fec5.tar.gz gentoo-2-348d89e75c96328510c4a68ccb49d3bd0d83fec5.tar.bz2 gentoo-2-348d89e75c96328510c4a68ccb49d3bd0d83fec5.zip |
drop gnome useflag for gnome-1.x removal
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'x11-plugins/gkrellm-plugins')
-rw-r--r-- | x11-plugins/gkrellm-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/gkrellm-plugins/ChangeLog b/x11-plugins/gkrellm-plugins/ChangeLog index 244c14172a43..831abad5fa17 100644 --- a/x11-plugins/gkrellm-plugins/ChangeLog +++ b/x11-plugins/gkrellm-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellm-plugins # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-plugins/ChangeLog,v 1.8 2006/10/27 00:09:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-plugins/ChangeLog,v 1.9 2006/11/18 05:21:39 compnerd Exp $ + + 18 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> + gkrellm-plugins-1.2.11-r1.ebuild: + Drop gnome keyword for gnome-1.x removal 27 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> gkrellm-plugins-1.2.11-r1.ebuild: diff --git a/x11-plugins/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild b/x11-plugins/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild index 96f55e6393ea..f729b9508b41 100644 --- a/x11-plugins/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild +++ b/x11-plugins/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild,v 1.11 2006/10/27 00:09:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-plugins/gkrellm-plugins-1.2.11-r1.ebuild,v 1.12 2006/11/18 05:21:39 compnerd Exp $ -IUSE="gnome" +IUSE="" S=${WORKDIR}/${P//gkrellm-} DESCRIPTION="emerge this package to install all of the gkrellm plugins" @@ -26,5 +26,4 @@ DEPEND="=app-admin/gkrellm-1.2* x11-plugins/gkrellmwho !sparc? ( x11-plugins/gkrellmwireless ) x11-plugins/gkrellshoot - x11-plugins/gkrellweather - gnome? ( x11-plugins/gkrellm-gnome )" + x11-plugins/gkrellweather" |