public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/barry: barry-0.16.ebuild barry-0.17.1.ebuild ChangeLog
@ 2012-05-03 20:20 Jeff Horelick (jdhore)
  0 siblings, 0 replies; only message in thread
From: Jeff Horelick (jdhore) @ 2012-05-03 20:20 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/03 20:20:57

  Modified:             barry-0.16.ebuild barry-0.17.1.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.12                 app-pda/barry/barry-0.16.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/barry/barry-0.16.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/barry/barry-0.16.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/barry/barry-0.16.ebuild?r1=1.11&r2=1.12

Index: barry-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/barry/barry-0.16.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- barry-0.16.ebuild	29 Mar 2011 06:13:02 -0000	1.11
+++ barry-0.16.ebuild	3 May 2012 20:20:56 -0000	1.12
@@ -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/app-pda/barry/barry-0.16.ebuild,v 1.11 2011/03/29 06:13:02 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/barry/barry-0.16.ebuild,v 1.12 2012/05/03 20:20:56 jdhore Exp $
 
 EAPI="3"
 
@@ -25,7 +25,7 @@
 			  >=dev-libs/libtar-1.2.11-r2 )"
 
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	doc?	( >=app-doc/doxygen-1.5.6 )"
 
 src_prepare() {



1.2                  app-pda/barry/barry-0.17.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/barry/barry-0.17.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/barry/barry-0.17.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/barry/barry-0.17.1.ebuild?r1=1.1&r2=1.2

Index: barry-0.17.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/barry/barry-0.17.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- barry-0.17.1.ebuild	13 Apr 2011 07:10:36 -0000	1.1
+++ barry-0.17.1.ebuild	3 May 2012 20:20:56 -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/app-pda/barry/barry-0.17.1.ebuild,v 1.1 2011/04/13 07:10:36 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/barry/barry-0.17.1.ebuild,v 1.2 2012/05/03 20:20:56 jdhore Exp $
 
 EAPI="4"
 
@@ -29,7 +29,7 @@
 	opensync? ( ~app-pda/libopensync-0.22 )"
 
 DEPEND="${RDEPEND}
-	>=dev-util/pkgconfig-0.9.0
+	virtual/pkgconfig
 	doc?	( >=app-doc/doxygen-1.5.6 )
 	nls?	( >=sys-devel/gettext-0.17 )"
 



1.21                 app-pda/barry/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/barry/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/barry/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/barry/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/barry/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	13 Apr 2011 07:10:36 -0000	1.20
+++ ChangeLog	3 May 2012 20:20:57 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/barry
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/barry/ChangeLog,v 1.20 2011/04/13 07:10:36 dirtyepic Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/barry/ChangeLog,v 1.21 2012/05/03 20:20:57 jdhore Exp $
+
+  03 May 2012; Jeff Horelick <jdhore@gentoo.org> barry-0.16.ebuild,
+  barry-0.17.1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
 *barry-0.17.1 (13 Apr 2011)
 






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

only message in thread, other threads:[~2012-05-03 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 20:20 [gentoo-commits] gentoo-x86 commit in app-pda/barry: barry-0.16.ebuild barry-0.17.1.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