diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 21:32:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 21:32:12 +0000 |
commit | 19bbda5c1b206ba3972dd9633701264d03c4c51c (patch) | |
tree | c9747cb8a8cbbe1f8040326f61a538b614323479 | |
parent | Mask more live scm ebuilds. (diff) | |
download | historical-19bbda5c1b206ba3972dd9633701264d03c4c51c.tar.gz historical-19bbda5c1b206ba3972dd9633701264d03c4c51c.tar.bz2 historical-19bbda5c1b206ba3972dd9633701264d03c4c51c.zip |
Fix repoman warnings
Package-Manager: portage-2.2_rc39/cvs/Linux x86_64
12 files changed, 79 insertions, 35 deletions
diff --git a/xfce-extra/thunar-media-tags/thunar-media-tags-0.1.2.ebuild b/xfce-extra/thunar-media-tags/thunar-media-tags-0.1.2.ebuild index e0254998a084..2b0fbfc4987b 100644 --- a/xfce-extra/thunar-media-tags/thunar-media-tags-0.1.2.ebuild +++ b/xfce-extra/thunar-media-tags/thunar-media-tags-0.1.2.ebuild @@ -1,15 +1,21 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags/thunar-media-tags-0.1.2.ebuild,v 1.20 2008/09/24 10:08:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags/thunar-media-tags-0.1.2.ebuild,v 1.21 2009/08/23 21:24:21 ssuominen Exp $ inherit xfce44 xfce44 DESCRIPTION="Thunar media tags plugin" +HOMEPAGE="http://www.xfce.org/" + +LICENSE="GPL-2" +SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" RDEPEND=">=media-libs/taglib-1.4" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" xfce44_goodies_thunar_plugin diff --git a/xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild b/xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild index 30cb984201ef..636273c9e49b 100644 --- a/xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild +++ b/xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild,v 1.6 2008/11/10 12:55:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery/xfce4-battery-0.5.1.ebuild,v 1.7 2009/08/23 21:21:42 ssuominen Exp $ inherit eutils xfce44 @@ -10,7 +10,9 @@ DESCRIPTION="Battery status panel plugin" KEYWORDS="amd64 arm ppc x86 ~x86-fbsd" IUSE="debug" -DEPEND="dev-util/pkgconfig +RDEPEND="xfce-base/xfce4-panel" +DEPEND="${RDEPEND} + dev-util/pkgconfig dev-util/intltool" src_unpack() { diff --git a/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild b/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild index 7a6a1325d8cd..ae1498e425b3 100644 --- a/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild +++ b/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild,v 1.11 2007/06/01 00:27:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpu-freq/xfce4-cpu-freq-0.0.1.ebuild,v 1.12 2009/08/23 21:25:16 ssuominen Exp $ inherit xfce44 @@ -9,4 +9,9 @@ xfce44_gzipped xfce44_goodies_panel_plugin DESCRIPTION="A panel plugin for showing information about cpufreq settings" +HOMEPAGE="http://www.xfce.org/" + +LICENSE="GPL-2" +SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" +IUSE="" diff --git a/xfce-extra/xfce4-eyes/xfce4-eyes-4.4.0.ebuild b/xfce-extra/xfce4-eyes/xfce4-eyes-4.4.0.ebuild index ece2c04beb45..2a96767fd8b9 100644 --- a/xfce-extra/xfce4-eyes/xfce4-eyes-4.4.0.ebuild +++ b/xfce-extra/xfce4-eyes/xfce4-eyes-4.4.0.ebuild @@ -1,17 +1,22 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes/xfce4-eyes-4.4.0.ebuild,v 1.23 2008/09/21 19:04:04 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes/xfce4-eyes-4.4.0.ebuild,v 1.24 2009/08/23 21:31:59 ssuominen Exp $ inherit autotools eutils xfce44 xfce44 DESCRIPTION="panel plugin that adds eyes which watch your every step" +HOMEPAGE="http://www.xfce.org/" +LICENSE="GPL-2" +SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="debug" -DEPEND="dev-util/pkgconfig +RDEPEND="xfce-base/xfce4-panel" +DEPEND="${RDEPEND} + dev-util/pkgconfig dev-util/intltool dev-util/xfce4-dev-tools" diff --git a/xfce-extra/xfce4-genmon/xfce4-genmon-3.2.ebuild b/xfce-extra/xfce4-genmon/xfce4-genmon-3.2.ebuild index a5c678c999ee..10008f2bda48 100644 --- a/xfce-extra/xfce4-genmon/xfce4-genmon-3.2.ebuild +++ b/xfce-extra/xfce4-genmon/xfce4-genmon-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon/xfce4-genmon-3.2.ebuild,v 1.12 2009/08/23 16:54:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon/xfce4-genmon-3.2.ebuild,v 1.13 2009/08/23 21:25:38 ssuominen Exp $ inherit xfce44 diff --git a/xfce-extra/xfce4-mount/xfce4-mount-0.5.5.ebuild b/xfce-extra/xfce4-mount/xfce4-mount-0.5.5.ebuild index 4c46692b8249..6d7d2bb6f8ab 100644 --- a/xfce-extra/xfce4-mount/xfce4-mount-0.5.5.ebuild +++ b/xfce-extra/xfce4-mount/xfce4-mount-0.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount/xfce4-mount-0.5.5.ebuild,v 1.10 2009/08/23 16:53:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount/xfce4-mount-0.5.5.ebuild,v 1.11 2009/08/23 21:32:12 ssuominen Exp $ inherit xfce44 diff --git a/xfce-extra/xfce4-quicklauncher/xfce4-quicklauncher-1.9.4.ebuild b/xfce-extra/xfce4-quicklauncher/xfce4-quicklauncher-1.9.4.ebuild index 5342a9ceed0e..75826d0c2d6e 100644 --- a/xfce-extra/xfce4-quicklauncher/xfce4-quicklauncher-1.9.4.ebuild +++ b/xfce-extra/xfce4-quicklauncher/xfce4-quicklauncher-1.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher/xfce4-quicklauncher-1.9.4.ebuild,v 1.13 2009/08/23 16:51:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-quicklauncher/xfce4-quicklauncher-1.9.4.ebuild,v 1.14 2009/08/23 21:27:06 ssuominen Exp $ inherit autotools xfce44 @@ -8,9 +8,17 @@ xfce44 xfce44_goodies_panel_plugin DESCRIPTION="Xfce4 panel quicklauncher plugin" +HOMEPAGE="http://www.xfce.org/" + +LICENSE="GPL-2" +SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" -DEPEND="dev-util/xfce4-dev-tools +RDEPEND="xfce-base/xfce4-panel" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/xfce4-dev-tools dev-util/intltool" src_unpack() { diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.6.0.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.6.0.ebuild index 789fa03c5af6..0242b2730b0c 100644 --- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.6.0.ebuild +++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.6.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.6.0.ebuild,v 1.2 2009/08/23 16:45:14 ssuominen Exp $ - -EAPI="1" +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.6.0.ebuild,v 1.3 2009/08/23 21:29:52 ssuominen Exp $ +EAPI=1 inherit xfce4 xfce4_gzipped @@ -13,14 +12,14 @@ DESCRIPTION="Xfce4 screenshooter application and panel plugin" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="zimagez" -DEPEND="xfce-base/xfce4-panel - zimagez? ( dev-libs/xmlrpc-c - net-misc/curl )" -RDEPEND="${DEPEND}" +RDEPEND="xfce-base/xfce4-panel + zimagez? ( dev-libs/xmlrpc-c + net-misc/curl )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" pkg_setup() { - XFCE_CONFIG+=" $(use_enable zimagez curl) + XFCE_CONFIG="$(use_enable zimagez curl) $(use_enable zimagez xmlrpc-c)" + DOCS="AUTHORS ChangeLog NEWS README TODO" } - -DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild b/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild index 4dd79318776e..f21d6aa68ba5 100644 --- a/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild +++ b/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild,v 1.19 2007/05/18 12:03:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark/xfce4-smartbookmark-0.4.2.ebuild,v 1.20 2009/08/23 21:28:14 ssuominen Exp $ inherit xfce44 @@ -9,10 +9,16 @@ xfce44_gzipped xfce44_goodies_panel_plugin DESCRIPTION="Xfce panel smart-bookmark plugin" +HOMEPAGE="http://www.xfce.org/" +LICENSE="GPL-2" +SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="" RDEPEND="xfce-base/xfce-utils" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} diff --git a/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.4.ebuild b/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.4.ebuild index 68ebb02e0bb3..8188dc6df42e 100644 --- a/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.4.ebuild +++ b/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.4.ebuild,v 1.12 2009/08/23 16:49:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.4.ebuild,v 1.13 2009/08/23 21:23:11 ssuominen Exp $ inherit xfce44 @@ -10,6 +10,10 @@ xfce44_gzipped DESCRIPTION="Wireless monitor panel plugin" KEYWORDS="amd64 arm hppa ppc ppc64 x86" IUSE="debug" -DEPEND="dev-util/intltool" + +RDEPEND="xfce-base/xfce4-panel" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" xfce44_goodies_panel_plugin diff --git a/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.5.ebuild b/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.5.ebuild index 60d1f05d1ad3..5dcf3ce904e9 100644 --- a/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.5.ebuild +++ b/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.5.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.5.ebuild,v 1.2 2009/08/23 16:49:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan/xfce4-wavelan-0.5.5.ebuild,v 1.3 2009/08/23 21:23:11 ssuominen Exp $ inherit xfce4 DESCRIPTION="Wireless monitor panel plugin" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="debug" -DEPEND="dev-util/intltool" + +RDEPEND="xfce-base/xfce4-panel" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" xfce4_panel_plugin diff --git a/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild b/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild index 37093f04bc91..991ac4362ffb 100644 --- a/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild +++ b/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild @@ -1,13 +1,18 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild,v 1.20 2007/05/25 17:47:28 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild,v 1.21 2009/08/23 21:30:42 ssuominen Exp $ inherit xfce44 xfce44 DESCRIPTION="Panel plugin to support GNOME applets" +HOMEPAGE="http://www.xfce.org/" + +LICENSE="GPL-2" +SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +IUSE="" RDEPEND=">=gnome-base/orbit-2.12.5 gnome-base/gnome-panel" |