public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/diffball: diffball-1.0.1.ebuild ChangeLog
@ 2011-08-02  5:48 Rafael Martins (rafaelmartins)
  0 siblings, 0 replies; 6+ messages in thread
From: Rafael Martins (rafaelmartins) @ 2011-08-02  5:48 UTC (permalink / raw
  To: gentoo-commits

rafaelmartins    11/08/02 05:48:20

  Modified:             diffball-1.0.1.ebuild ChangeLog
  Log:
  added dev-util/pkgconfig to DEPEND. ${PN}-${PV} == ${P}
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/diffball/diffball-1.0.1.ebuild

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

Index: diffball-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- diffball-1.0.1.ebuild	2 Aug 2011 05:31:16 -0000	1.1
+++ diffball-1.0.1.ebuild	2 Aug 2011 05:48:20 -0000	1.2
@@ -1,20 +1,21 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.1 2011/08/02 05:31:16 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.2 2011/08/02 05:48:20 rafaelmartins Exp $
 
 DESCRIPTION="Delta compression suite for using/generating binary patches"
 HOMEPAGE="http://diffball.googlecode.com/"
-SRC_URI="http://diffball.googlecode.com/files/${PN}-${PV}.tar.bz2"
+SRC_URI="http://diffball.googlecode.com/files/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="debug"
 
-DEPEND=">=sys-libs/zlib-1.1.4
+RDEPEND=">=sys-libs/zlib-1.1.4
 	>=app-arch/bzip2-1.0.2
 	app-arch/xz-utils"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 # Invalid RESTRICT for source package. Investigate.
 RESTRICT="strip"



1.38                 dev-util/diffball/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	2 Aug 2011 05:31:16 -0000	1.37
+++ ChangeLog	2 Aug 2011 05:48:20 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/diffball
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.37 2011/08/02 05:31:16 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.38 2011/08/02 05:48:20 rafaelmartins Exp $
+
+  02 Aug 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
+  diffball-1.0.1.ebuild:
+  added dev-util/pkgconfig to DEPEND. ${PN}-${PV} == ${P}
 
 *diffball-1.0.1 (02 Aug 2011)
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/diffball: diffball-1.0.1.ebuild ChangeLog
@ 2012-01-25 23:08 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-01-25 23:08 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/01/25 23:08:20

  Modified:             diffball-1.0.1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #400349
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/diffball/diffball-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?r1=1.2&r2=1.3

Index: diffball-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- diffball-1.0.1.ebuild	2 Aug 2011 05:48:20 -0000	1.2
+++ diffball-1.0.1.ebuild	25 Jan 2012 23:08:20 -0000	1.3
@@ -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-util/diffball/diffball-1.0.1.ebuild,v 1.2 2011/08/02 05:48:20 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.3 2012/01/25 23:08:20 hwoarang Exp $
 
 DESCRIPTION="Delta compression suite for using/generating binary patches"
 HOMEPAGE="http://diffball.googlecode.com/"
@@ -8,7 +8,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="debug"
 
 RDEPEND=">=sys-libs/zlib-1.1.4



1.39                 dev-util/diffball/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	2 Aug 2011 05:48:20 -0000	1.38
+++ ChangeLog	25 Jan 2012 23:08:20 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffball
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.38 2011/08/02 05:48:20 rafaelmartins Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.39 2012/01/25 23:08:20 hwoarang Exp $
+
+  25 Jan 2012; Markos Chandras <hwoarang@gentoo.org> diffball-1.0.1.ebuild:
+  Stable on amd64 wrt bug #400349
 
   02 Aug 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
   diffball-1.0.1.ebuild:






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/diffball: diffball-1.0.1.ebuild ChangeLog
@ 2012-01-28 15:30 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-28 15:30 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/28 15:30:55

  Modified:             diffball-1.0.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #400349
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-util/diffball/diffball-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?r1=1.3&r2=1.4

Index: diffball-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- diffball-1.0.1.ebuild	25 Jan 2012 23:08:20 -0000	1.3
+++ diffball-1.0.1.ebuild	28 Jan 2012 15:30:54 -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/dev-util/diffball/diffball-1.0.1.ebuild,v 1.3 2012/01/25 23:08:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.4 2012/01/28 15:30:54 phajdan.jr Exp $
 
 DESCRIPTION="Delta compression suite for using/generating binary patches"
 HOMEPAGE="http://diffball.googlecode.com/"
@@ -8,7 +8,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="debug"
 
 RDEPEND=">=sys-libs/zlib-1.1.4



1.40                 dev-util/diffball/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	25 Jan 2012 23:08:20 -0000	1.39
+++ ChangeLog	28 Jan 2012 15:30:54 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffball
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.39 2012/01/25 23:08:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.40 2012/01/28 15:30:54 phajdan.jr Exp $
+
+  28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> diffball-1.0.1.ebuild:
+  x86 stable wrt bug #400349
 
   25 Jan 2012; Markos Chandras <hwoarang@gentoo.org> diffball-1.0.1.ebuild:
   Stable on amd64 wrt bug #400349






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/diffball: diffball-1.0.1.ebuild ChangeLog
@ 2012-01-29 14:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-01-29 14:59 UTC (permalink / raw
  To: gentoo-commits

armin76     12/01/29 14:59:53

  Modified:             diffball-1.0.1.ebuild ChangeLog
  Log:
  alpha/ia64 stable wrt #400349
  
  (Portage version: 2.1.10.44/cvs/Linux ia64)

Revision  Changes    Path
1.5                  dev-util/diffball/diffball-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?r1=1.4&r2=1.5

Index: diffball-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- diffball-1.0.1.ebuild	28 Jan 2012 15:30:54 -0000	1.4
+++ diffball-1.0.1.ebuild	29 Jan 2012 14:59:52 -0000	1.5
@@ -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-util/diffball/diffball-1.0.1.ebuild,v 1.4 2012/01/28 15:30:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.5 2012/01/29 14:59:52 armin76 Exp $
 
 DESCRIPTION="Delta compression suite for using/generating binary patches"
 HOMEPAGE="http://diffball.googlecode.com/"
@@ -8,7 +8,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="debug"
 
 RDEPEND=">=sys-libs/zlib-1.1.4



1.41                 dev-util/diffball/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	28 Jan 2012 15:30:54 -0000	1.40
+++ ChangeLog	29 Jan 2012 14:59:53 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffball
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.40 2012/01/28 15:30:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.41 2012/01/29 14:59:53 armin76 Exp $
+
+  29 Jan 2012; Raúl Porcel <armin76@gentoo.org> diffball-1.0.1.ebuild:
+  alpha/ia64 stable wrt #400349
 
   28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> diffball-1.0.1.ebuild:
   x86 stable wrt bug #400349






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/diffball: diffball-1.0.1.ebuild ChangeLog
@ 2012-02-01 17:35 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-02-01 17:35 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/01 17:35:31

  Modified:             diffball-1.0.1.ebuild ChangeLog
  Log:
  Marking diffball-1.0.1 ppc for bug 400349
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  dev-util/diffball/diffball-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?r1=1.5&r2=1.6

Index: diffball-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- diffball-1.0.1.ebuild	29 Jan 2012 14:59:52 -0000	1.5
+++ diffball-1.0.1.ebuild	1 Feb 2012 17:35:31 -0000	1.6
@@ -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-util/diffball/diffball-1.0.1.ebuild,v 1.5 2012/01/29 14:59:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.6 2012/02/01 17:35:31 ranger Exp $
 
 DESCRIPTION="Delta compression suite for using/generating binary patches"
 HOMEPAGE="http://diffball.googlecode.com/"
@@ -8,7 +8,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="debug"
 
 RDEPEND=">=sys-libs/zlib-1.1.4



1.42                 dev-util/diffball/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	29 Jan 2012 14:59:53 -0000	1.41
+++ ChangeLog	1 Feb 2012 17:35:31 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffball
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.41 2012/01/29 14:59:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.42 2012/02/01 17:35:31 ranger Exp $
+
+  01 Feb 2012; Brent Baude <ranger@gentoo.org> diffball-1.0.1.ebuild:
+  Marking diffball-1.0.1 ppc for bug 400349
 
   29 Jan 2012; Raúl Porcel <armin76@gentoo.org> diffball-1.0.1.ebuild:
   alpha/ia64 stable wrt #400349






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/diffball: diffball-1.0.1.ebuild ChangeLog
@ 2012-05-04 17:51 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04 17:51 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 17:51:44

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

Revision  Changes    Path
1.7                  dev-util/diffball/diffball-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?r1=1.6&r2=1.7

Index: diffball-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- diffball-1.0.1.ebuild	1 Feb 2012 17:35:31 -0000	1.6
+++ diffball-1.0.1.ebuild	4 May 2012 17:51:44 -0000	1.7
@@ -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-util/diffball/diffball-1.0.1.ebuild,v 1.6 2012/02/01 17:35:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.7 2012/05/04 17:51:44 jdhore Exp $
 
 DESCRIPTION="Delta compression suite for using/generating binary patches"
 HOMEPAGE="http://diffball.googlecode.com/"
@@ -15,7 +15,7 @@
 	>=app-arch/bzip2-1.0.2
 	app-arch/xz-utils"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 # Invalid RESTRICT for source package. Investigate.
 RESTRICT="strip"



1.43                 dev-util/diffball/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	1 Feb 2012 17:35:31 -0000	1.42
+++ ChangeLog	4 May 2012 17:51:44 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffball
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.42 2012/02/01 17:35:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.43 2012/05/04 17:51:44 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> diffball-1.0.1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   01 Feb 2012; Brent Baude <ranger@gentoo.org> diffball-1.0.1.ebuild:
   Marking diffball-1.0.1 ppc for bug 400349






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-04 17:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 17:51 [gentoo-commits] gentoo-x86 commit in dev-util/diffball: diffball-1.0.1.ebuild ChangeLog Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-01 17:35 Brent Baude (ranger)
2012-01-29 14:59 Raul Porcel (armin76)
2012-01-28 15:30 PaweA Hajdan (phajdan.jr)
2012-01-25 23:08 Markos Chandras (hwoarang)
2011-08-02  5:48 Rafael Martins (rafaelmartins)

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