public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/libglademm: ChangeLog libglademm-2.6.4.ebuild libglademm-2.6.7.ebuild libglademm-2.6.6.ebuild
@ 2011-03-29  6:10 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-29  6:10 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/29 06:10:54

  Modified:             ChangeLog libglademm-2.6.4.ebuild
                        libglademm-2.6.7.ebuild libglademm-2.6.6.ebuild
  Log:
  Fix slot-dep on gnome-mm libs
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.86                 dev-cpp/libglademm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	22 Mar 2011 19:59:53 -0000	1.85
+++ ChangeLog	29 Mar 2011 06:10:54 -0000	1.86
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/libglademm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/ChangeLog,v 1.85 2011/03/22 19:59:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/ChangeLog,v 1.86 2011/03/29 06:10:54 nirbheek Exp $
+
+  29 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  libglademm-2.6.4.ebuild, libglademm-2.6.6.ebuild, libglademm-2.6.7.ebuild:
+  Fix slot-dep on gnome-mm libs
 
   22 Mar 2011; Brent Baude <ranger@gentoo.org> libglademm-2.6.7.ebuild:
   Marking libglademm-2.6.7 ppc stable for bug 353436



1.13                 dev-cpp/libglademm/libglademm-2.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.4.ebuild?r1=1.12&r2=1.13

Index: libglademm-2.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libglademm-2.6.4.ebuild	3 Apr 2010 11:26:26 -0000	1.12
+++ libglademm-2.6.4.ebuild	29 Mar 2011 06:10:54 -0000	1.13
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.4.ebuild,v 1.12 2010/04/03 11:26:26 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.4.ebuild,v 1.13 2011/03/29 06:10:54 nirbheek Exp $
+
+EAPI="1"
 
 inherit gnome2
 
@@ -12,8 +14,8 @@
 KEYWORDS="arm ppc64 sh"
 IUSE="doc examples"
 
-RDEPEND=">=gnome-base/libglade-2.6.1
-	>=dev-cpp/gtkmm-2.6"
+RDEPEND=">=gnome-base/libglade-2.6.1:2.0
+	>=dev-cpp/gtkmm-2.6:2.4"
 
 DEPEND=">=dev-util/pkgconfig-0.12.0
 	${RDEPEND}"



1.10                 dev-cpp/libglademm/libglademm-2.6.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.7.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.7.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.7.ebuild?r1=1.9&r2=1.10

Index: libglademm-2.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libglademm-2.6.7.ebuild	22 Mar 2011 19:59:53 -0000	1.9
+++ libglademm-2.6.7.ebuild	29 Mar 2011 06:10:54 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.7.ebuild,v 1.9 2011/03/22 19:59:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.7.ebuild,v 1.10 2011/03/29 06:10:54 nirbheek Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -15,9 +15,9 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="doc examples"
 
-RDEPEND=">=gnome-base/libglade-2.6.1
-	>=dev-cpp/gtkmm-2.6
-	>=dev-cpp/glibmm-2.4"
+RDEPEND=">=gnome-base/libglade-2.6.1:2.0
+	>=dev-cpp/gtkmm-2.6:2.4
+	>=dev-cpp/glibmm-2.4:2"
 
 DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.12"



1.8                  dev-cpp/libglademm/libglademm-2.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.6.ebuild?r1=1.7&r2=1.8

Index: libglademm-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libglademm-2.6.6.ebuild	30 Sep 2008 17:25:22 -0000	1.7
+++ libglademm-2.6.6.ebuild	29 Mar 2011 06:10:54 -0000	1.8
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.6.ebuild,v 1.7 2008/09/30 17:25:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.6.ebuild,v 1.8 2011/03/29 06:10:54 nirbheek Exp $
+
+EAPI="1"
 
 inherit gnome2
 
@@ -12,8 +14,8 @@
 KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc examples"
 
-RDEPEND=">=gnome-base/libglade-2.6.1
-	>=dev-cpp/gtkmm-2.6"
+RDEPEND=">=gnome-base/libglade-2.6.1:2.0
+	>=dev-cpp/gtkmm-2.6:2.4"
 
 DEPEND=">=dev-util/pkgconfig-0.12.0
 	${RDEPEND}"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-29  6:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29  6:10 [gentoo-commits] gentoo-x86 commit in dev-cpp/libglademm: ChangeLog libglademm-2.6.4.ebuild libglademm-2.6.7.ebuild libglademm-2.6.6.ebuild Nirbheek Chauhan (nirbheek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox