public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/goocanvas: goocanvas-0.14.ebuild goocanvas-2.0.0.ebuild goocanvas-2.0.1.ebuild goocanvas-1.0.0.ebuild ChangeLog
@ 2012-05-05  3:52 Jeff Horelick (jdhore)
  0 siblings, 0 replies; only message in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  3:52 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 03:52:27

  Modified:             goocanvas-0.14.ebuild goocanvas-2.0.0.ebuild
                        goocanvas-2.0.1.ebuild goocanvas-1.0.0.ebuild
                        ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.10                 x11-libs/goocanvas/goocanvas-0.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-0.14.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-0.14.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-0.14.ebuild?r1=1.9&r2=1.10

Index: goocanvas-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-0.14.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- goocanvas-0.14.ebuild	29 Mar 2011 12:58:33 -0000	1.9
+++ goocanvas-0.14.ebuild	5 May 2012 03:52:27 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-0.14.ebuild,v 1.9 2011/03/29 12:58:33 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-0.14.ebuild,v 1.10 2012/05/05 03:52:27 jdhore Exp $
 
 EAPI="2"
 
@@ -20,7 +20,7 @@
 	>=dev-libs/glib-2.10:2
 	>=x11-libs/cairo-1.4"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.8 )"
 
 DOCS="AUTHORS ChangeLog NEWS README TODO"



1.2                  x11-libs/goocanvas/goocanvas-2.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.0.ebuild?r1=1.1&r2=1.2

Index: goocanvas-2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- goocanvas-2.0.0.ebuild	1 May 2011 16:01:46 -0000	1.1
+++ goocanvas-2.0.0.ebuild	5 May 2012 03:52:27 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.0.ebuild,v 1.1 2011/05/01 16:01:46 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.0.ebuild,v 1.2 2012/05/05 03:52:27 jdhore Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -20,7 +20,7 @@
 	>=dev-libs/glib-2.28.0:2
 	>=x11-libs/cairo-1.10.0"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.8 )"
 
 pkg_setup() {



1.8                  x11-libs/goocanvas/goocanvas-2.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.1.ebuild?r1=1.7&r2=1.8

Index: goocanvas-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- goocanvas-2.0.1.ebuild	17 Apr 2012 21:51:23 -0000	1.7
+++ goocanvas-2.0.1.ebuild	5 May 2012 03:52:27 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.1.ebuild,v 1.7 2012/04/17 21:51:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-2.0.1.ebuild,v 1.8 2012/05/05 03:52:27 jdhore Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -27,7 +27,7 @@
 	python? ( >=dev-python/pygobject-2.28 )
 "
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.8 )"
 
 pkg_setup() {



1.4                  x11-libs/goocanvas/goocanvas-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild?r1=1.3&r2=1.4

Index: goocanvas-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- goocanvas-1.0.0.ebuild	3 Apr 2012 20:28:23 -0000	1.3
+++ goocanvas-1.0.0.ebuild	5 May 2012 03:52:27 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild,v 1.3 2012/04/03 20:28:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-1.0.0.ebuild,v 1.4 2012/05/05 03:52:27 jdhore Exp $
 
 EAPI="3"
 
@@ -21,7 +21,7 @@
 	>=dev-libs/glib-2.10:2
 	>=x11-libs/cairo-1.4"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.8 )"
 
 pkg_setup() {



1.33                 x11-libs/goocanvas/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	17 Apr 2012 21:51:23 -0000	1.32
+++ ChangeLog	5 May 2012 03:52:27 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/goocanvas
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/ChangeLog,v 1.32 2012/04/17 21:51:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/ChangeLog,v 1.33 2012/05/05 03:52:27 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> goocanvas-0.14.ebuild,
+  goocanvas-1.0.0.ebuild, goocanvas-2.0.0.ebuild, goocanvas-2.0.1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   17 Apr 2012; Brent Baude <ranger@gentoo.org> goocanvas-2.0.1.ebuild:
   Marking goocanvas-2.0.1 ppc64 for bug 404875






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

only message in thread, other threads:[~2012-05-05  3:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05  3:52 [gentoo-commits] gentoo-x86 commit in x11-libs/goocanvas: goocanvas-0.14.ebuild goocanvas-2.0.0.ebuild goocanvas-2.0.1.ebuild goocanvas-1.0.0.ebuild ChangeLog Jeff Horelick (jdhore)

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