public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/glade-sharp: glade-sharp-2.10.0.ebuild ChangeLog glade-sharp-1.0.10.ebuild glade-sharp-2.8.2.ebuild
@ 2008-11-27 18:39 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2008-11-27 18:39 UTC (permalink / raw
  To: gentoo-commits

ssuominen    08/11/27 18:39:22

  Modified:             glade-sharp-2.10.0.ebuild ChangeLog
                        glade-sharp-1.0.10.ebuild glade-sharp-2.8.2.ebuild
  Log:
  Move dev-util/pkgconfig from RDEPEND to DEPEND wrt #224301.
  (Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r3 i686)

Revision  Changes    Path
1.8                  dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild?r1=1.7&r2=1.8

Index: glade-sharp-2.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glade-sharp-2.10.0.ebuild	30 May 2008 23:10:33 -0000	1.7
+++ glade-sharp-2.10.0.ebuild	27 Nov 2008 18:39:22 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild,v 1.7 2008/05/30 23:10:33 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild,v 1.8 2008/11/27 18:39:22 ssuominen Exp $
 
 inherit gtk-sharp-component
 
@@ -8,9 +8,9 @@
 KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND="${DEPEND}
-		>=gnome-base/libglade-2.3.6
-		dev-util/pkgconfig"
+RDEPEND=">=gnome-base/libglade-2.3.6"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 GTK_SHARP_COMPONENT_SLOT="2"
 GTK_SHARP_COMPONENT_SLOT_DEC="-2.0"



1.61                 dev-dotnet/glade-sharp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	19 Nov 2008 23:30:19 -0000	1.60
+++ ChangeLog	27 Nov 2008 18:39:22 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/glade-sharp
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/ChangeLog,v 1.60 2008/11/19 23:30:19 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/ChangeLog,v 1.61 2008/11/27 18:39:22 ssuominen Exp $
+
+  27 Nov 2008; <ssuominen@gentoo.org> glade-sharp-1.0.10.ebuild,
+  glade-sharp-2.8.2.ebuild, glade-sharp-2.10.0.ebuild:
+  Move dev-util/pkgconfig from RDEPEND to DEPEND wrt #224301.
 
 *glade-sharp-9999 (19 Nov 2008)
 



1.6                  dev-dotnet/glade-sharp/glade-sharp-1.0.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-1.0.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-1.0.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-1.0.10.ebuild?r1=1.5&r2=1.6

Index: glade-sharp-1.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-1.0.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glade-sharp-1.0.10.ebuild	30 May 2008 23:10:33 -0000	1.5
+++ glade-sharp-1.0.10.ebuild	27 Nov 2008 18:39:22 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-1.0.10.ebuild,v 1.5 2008/05/30 23:10:33 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-1.0.10.ebuild,v 1.6 2008/11/27 18:39:22 ssuominen Exp $
 
 inherit gtk-sharp-component
 
@@ -8,7 +8,7 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND="${DEPEND}
-		=dev-dotnet/gtk-sharp-${PV}*
-		>=gnome-base/libglade-2
-		dev-util/pkgconfig"
+RDEPEND="=dev-dotnet/gtk-sharp-${PV}*
+	>=gnome-base/libglade-2"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"



1.6                  dev-dotnet/glade-sharp/glade-sharp-2.8.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.8.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.8.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.8.2.ebuild?r1=1.5&r2=1.6

Index: glade-sharp-2.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.8.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glade-sharp-2.8.2.ebuild	30 May 2008 23:10:33 -0000	1.5
+++ glade-sharp-2.8.2.ebuild	27 Nov 2008 18:39:22 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.8.2.ebuild,v 1.5 2008/05/30 23:10:33 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.8.2.ebuild,v 1.6 2008/11/27 18:39:22 ssuominen Exp $
 
 inherit gtk-sharp-component
 
@@ -8,9 +8,9 @@
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND="${DEPEND}
-		>=gnome-base/libglade-2.3.6
-		dev-util/pkgconfig"
+RDEPEND=">=gnome-base/libglade-2.3.6"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 GTK_SHARP_COMPONENT_SLOT="2"
 GTK_SHARP_COMPONENT_SLOT_DEC="-2.0"






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

only message in thread, other threads:[~2008-11-27 18:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-27 18:39 [gentoo-commits] gentoo-x86 commit in dev-dotnet/glade-sharp: glade-sharp-2.10.0.ebuild ChangeLog glade-sharp-1.0.10.ebuild glade-sharp-2.8.2.ebuild Samuli Suominen (ssuominen)

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