public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Priit Laes" <plaes@plaes.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/, gnome-base/gnome-panel/, ...
Date: Wed, 23 Mar 2011 06:31:32 +0000 (UTC)	[thread overview]
Message-ID: <72ce333e3fab9cd5b9ae7f87661062fc1dd58d33.plaes@gentoo> (raw)

commit:     72ce333e3fab9cd5b9ae7f87661062fc1dd58d33
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Wed Mar 23 06:30:51 2011 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Wed Mar 23 06:30:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=72ce333e

Fix deps after dev-libs/libgweather slotting

---
 gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild   |    2 +-
 gnome-base/gnome-panel/gnome-panel-2.91.92.ebuild  |    2 +-
 gnome-base/gnome-panel/gnome-panel-9999.ebuild     |    2 +-
 .../evolution-data-server-2.91.92.ebuild           |    2 +-
 .../evolution-data-server-9999.ebuild              |    2 +-
 mail-client/evolution/evolution-2.91.92.ebuild     |    2 +-
 mail-client/evolution/evolution-9999.ebuild        |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild
index ac9fd56..2e34ac2 100644
--- a/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-2.91.6.ebuild
@@ -21,7 +21,7 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	>=dev-libs/glib-2.25.12:2
 	>=x11-libs/gtk+-2.99:3[introspection?]
 	x11-libs/gdk-pixbuf
-	>=dev-libs/libgweather-2.91:3
+	>=dev-libs/libgweather-2.91:2
 	dev-libs/libxml2
 	>=gnome-base/gconf-2.6.1[introspection?]
 	>=media-libs/libcanberra-0.23[gtk3]

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.92.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.92.ebuild
index b1e8170..e645e6c 100644
--- a/gnome-base/gnome-panel/gnome-panel-2.91.92.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-2.91.92.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	>=dev-libs/glib-2.25.12:2
 	>=x11-libs/gtk+-3.0:3[introspection?]
 	x11-libs/gdk-pixbuf:2
-	>=dev-libs/libgweather-2.91:3
+	>=dev-libs/libgweather-2.91:2
 	dev-libs/libxml2:2
 	>=gnome-base/gconf-2.6.1:2[introspection?]
 	>=gnome-base/gnome-menus-2.27.92

diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index b1e8170..e645e6c 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=gnome-base/gnome-desktop-2.91:3
 	>=dev-libs/glib-2.25.12:2
 	>=x11-libs/gtk+-3.0:3[introspection?]
 	x11-libs/gdk-pixbuf:2
-	>=dev-libs/libgweather-2.91:3
+	>=dev-libs/libgweather-2.91:2
 	dev-libs/libxml2:2
 	>=gnome-base/gconf-2.6.1:2[introspection?]
 	>=gnome-base/gnome-menus-2.27.92

diff --git a/gnome-extra/evolution-data-server/evolution-data-server-2.91.92.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-2.91.92.ebuild
index 275f8ef..8653488 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-2.91.92.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-2.91.92.ebuild
@@ -42,7 +42,7 @@ RDEPEND=">=dev-libs/glib-2.28:2
 	ssl? (
 		>=dev-libs/nspr-4.4
 		>=dev-libs/nss-3.9 )
-	weather? ( >=dev-libs/libgweather-2.90.0:3 )
+	weather? ( >=dev-libs/libgweather-2.90.0:2 )
 "
 DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.9

diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
index 054aab8..79422ae 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
@@ -41,7 +41,7 @@ RDEPEND=">=dev-libs/glib-2.28:2
 	ssl? (
 		>=dev-libs/nspr-4.4
 		>=dev-libs/nss-3.9 )
-	weather? ( >=dev-libs/libgweather-2.90.0:3 )
+	weather? ( >=dev-libs/libgweather-2.90.0:2 )
 "
 DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.9

diff --git a/mail-client/evolution/evolution-2.91.92.ebuild b/mail-client/evolution/evolution-2.91.92.ebuild
index 0fb840a..4f71b5d 100644
--- a/mail-client/evolution/evolution-2.91.92.ebuild
+++ b/mail-client/evolution/evolution-2.91.92.ebuild
@@ -37,7 +37,7 @@ RDEPEND=">=dev-libs/glib-2.28:2
 	>=x11-libs/gtk+-3.0.2:3
 	>=dev-libs/libunique-2.91.4:3
 	>=gnome-base/gnome-desktop-2.91.3:3
-	>=dev-libs/libgweather-2.90.0:3
+	>=dev-libs/libgweather-2.90.0:2
 	media-libs/libcanberra[gtk3]
 	>=x11-libs/libnotify-0.7
 	>=gnome-extra/evolution-data-server-${MY_MAJORV}.91[weather]

diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild
index 0fb840a..4f71b5d 100644
--- a/mail-client/evolution/evolution-9999.ebuild
+++ b/mail-client/evolution/evolution-9999.ebuild
@@ -37,7 +37,7 @@ RDEPEND=">=dev-libs/glib-2.28:2
 	>=x11-libs/gtk+-3.0.2:3
 	>=dev-libs/libunique-2.91.4:3
 	>=gnome-base/gnome-desktop-2.91.3:3
-	>=dev-libs/libgweather-2.90.0:3
+	>=dev-libs/libgweather-2.90.0:2
 	media-libs/libcanberra[gtk3]
 	>=x11-libs/libnotify-0.7
 	>=gnome-extra/evolution-data-server-${MY_MAJORV}.91[weather]



                 reply	other threads:[~2011-03-23  6:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=72ce333e3fab9cd5b9ae7f87661062fc1dd58d33.plaes@gentoo \
    --to=plaes@plaes.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox