public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/sancho-bin: ChangeLog sancho-bin-0.9.4.58.ebuild sancho-bin-0.9.4.58-r1.ebuild
@ 2011-03-28 14:30 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-28 14:30 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/28 14:30:52

  Modified:             ChangeLog sancho-bin-0.9.4.58.ebuild
                        sancho-bin-0.9.4.58-r1.ebuild
  Log:
  Fix slot-dep on gtk+
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 net-p2p/sancho-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/sancho-bin/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/sancho-bin/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/sancho-bin/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	29 Jan 2008 16:26:44 -0000	1.46
+++ ChangeLog	28 Mar 2011 14:30:52 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/sancho-bin
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.46 2008/01/29 16:26:44 rich0 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.47 2011/03/28 14:30:52 nirbheek Exp $
+
+  28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  sancho-bin-0.9.4.58.ebuild, sancho-bin-0.9.4.58-r1.ebuild:
+  Fix slot-dep on gtk+
 
   29 Jan 2008; Richard Freeman <rich0@gentoo.org>
   sancho-bin-0.9.4.58-r1.ebuild:



1.8                  net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild?r1=1.7&r2=1.8

Index: sancho-bin-0.9.4.58.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sancho-bin-0.9.4.58.ebuild	31 Oct 2007 19:46:39 -0000	1.7
+++ sancho-bin-0.9.4.58.ebuild	28 Mar 2011 14:30:52 -0000	1.8
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild,v 1.7 2007/10/31 19:46:39 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58.ebuild,v 1.8 2011/03/28 14:30:52 nirbheek Exp $
+
+EAPI="1"
 
 inherit eutils
 
@@ -20,7 +22,7 @@
 DEPEND="x11-libs/libXxf86vm
 	x11-libs/libXext
 	x11-libs/libX11
-	>=x11-libs/gtk+-2
+	x11-libs/gtk+:2
 	amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0
 			>=app-emulation/emul-linux-x86-gtklibs-1.0 )"
 



1.6                  net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild?r1=1.5&r2=1.6

Index: sancho-bin-0.9.4.58-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sancho-bin-0.9.4.58-r1.ebuild	29 Jan 2008 16:26:44 -0000	1.5
+++ sancho-bin-0.9.4.58-r1.ebuild	28 Mar 2011 14:30:52 -0000	1.6
@@ -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/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.5 2008/01/29 16:26:44 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.58-r1.ebuild,v 1.6 2011/03/28 14:30:52 nirbheek Exp $
+
+EAPI="1"
 
 inherit eutils
 
@@ -28,7 +30,7 @@
 DEPEND="x11-libs/libXxf86vm
 	x11-libs/libXext
 	x11-libs/libX11
-	>=x11-libs/gtk+-2
+	x11-libs/gtk+:2
 	amd64? ( !java? ( >=app-emulation/emul-linux-x86-baselibs-1.0
 			>=app-emulation/emul-linux-x86-gtklibs-1.0 ) )
 	java? ( >=virtual/jre-1.5 )"






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

only message in thread, other threads:[~2011-03-28 14:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28 14:30 [gentoo-commits] gentoo-x86 commit in net-p2p/sancho-bin: ChangeLog sancho-bin-0.9.4.58.ebuild sancho-bin-0.9.4.58-r1.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