public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/uriparser: uriparser-0.7.6.ebuild uriparser-0.7.5.ebuild uriparser-0.7.7.ebuild ChangeLog
@ 2012-05-04 18:35 Jeff Horelick (jdhore)
  0 siblings, 0 replies; only message in thread
From: Jeff Horelick (jdhore) @ 2012-05-04 18:35 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 18:35:46

  Modified:             uriparser-0.7.6.ebuild uriparser-0.7.5.ebuild
                        uriparser-0.7.7.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-libs/uriparser/uriparser-0.7.6.ebuild

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

Index: uriparser-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uriparser-0.7.6.ebuild	20 Jan 2012 01:31:30 -0000	1.1
+++ uriparser-0.7.6.ebuild	4 May 2012 18:35:46 -0000	1.2
@@ -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/dev-libs/uriparser/uriparser-0.7.6.ebuild,v 1.1 2012/01/20 01:31:30 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.6.ebuild,v 1.2 2012/05/04 18:35:46 jdhore Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 IUSE="doc qt4 test unicode"
 
 RDEPEND=""
-DEPEND="dev-util/pkgconfig
+DEPEND="virtual/pkgconfig
 	doc? ( >=app-doc/doxygen-1.5.8
 		qt4? ( x11-libs/qt-assistant ) )
 	test? ( >=dev-util/cpptest-1.1.1 )"



1.10                 dev-libs/uriparser/uriparser-0.7.5.ebuild

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

Index: uriparser-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- uriparser-0.7.5.ebuild	14 Jun 2011 18:52:46 -0000	1.9
+++ uriparser-0.7.5.ebuild	4 May 2012 18:35:46 -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/dev-libs/uriparser/uriparser-0.7.5.ebuild,v 1.9 2011/06/14 18:52:46 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.5.ebuild,v 1.10 2012/05/04 18:35:46 jdhore Exp $
 
 EAPI=2
 
@@ -16,7 +16,7 @@
 IUSE="doc qt4 test"
 
 RDEPEND=""
-DEPEND="dev-util/pkgconfig
+DEPEND="virtual/pkgconfig
 	doc? ( >=app-doc/doxygen-1.5.8
 		qt4? ( x11-libs/qt-assistant ) )
 	test? ( dev-util/cpptest )"



1.2                  dev-libs/uriparser/uriparser-0.7.7.ebuild

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

Index: uriparser-0.7.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uriparser-0.7.7.ebuild	4 Apr 2012 23:16:24 -0000	1.1
+++ uriparser-0.7.7.ebuild	4 May 2012 18:35:46 -0000	1.2
@@ -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/dev-libs/uriparser/uriparser-0.7.7.ebuild,v 1.1 2012/04/04 23:16:24 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.7.ebuild,v 1.2 2012/05/04 18:35:46 jdhore Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 IUSE="doc qt4 test unicode"
 
 RDEPEND=""
-DEPEND="dev-util/pkgconfig
+DEPEND="virtual/pkgconfig
 	doc? ( >=app-doc/doxygen-1.5.8
 		qt4? ( x11-libs/qt-assistant ) )
 	test? ( >=dev-util/cpptest-1.1.1 )"



1.33                 dev-libs/uriparser/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	4 Apr 2012 23:16:24 -0000	1.32
+++ ChangeLog	4 May 2012 18:35:46 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/uriparser
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.32 2012/04/04 23:16:24 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.33 2012/05/04 18:35:46 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> uriparser-0.7.5.ebuild,
+  uriparser-0.7.6.ebuild, uriparser-0.7.7.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
 *uriparser-0.7.7 (04 Apr 2012)
 






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

only message in thread, other threads:[~2012-05-04 18:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 18:35 [gentoo-commits] gentoo-x86 commit in dev-libs/uriparser: uriparser-0.7.6.ebuild uriparser-0.7.5.ebuild uriparser-0.7.7.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