public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/patchutils: ChangeLog patchutils-0.3.1.ebuild
@ 2009-03-16 14:31 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 8+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2009-03-16 14:31 UTC (permalink / raw
  To: gentoo-commits

dev-zero    09/03/16 14:31:12

  Modified:             ChangeLog
  Added:                patchutils-0.3.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 dev-util/patchutils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	22 Dec 2008 16:24:58 -0000	1.54
+++ ChangeLog	16 Mar 2009 14:31:12 -0000	1.55
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/patchutils
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.54 2008/12/22 16:24:58 armin76 Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.55 2009/03/16 14:31:12 dev-zero Exp $
+
+*patchutils-0.3.1 (16 Mar 2009)
+
+  16 Mar 2009; Tiziano Müller <dev-zero@gentoo.org>
+  +patchutils-0.3.1.ebuild:
+  Version bump.
 
   22 Dec 2008; Raúl Porcel <armin76@gentoo.org> patchutils-0.3.0.ebuild:
   ia64 stable wrt #250745



1.1                  dev-util/patchutils/patchutils-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild?rev=1.1&content-type=text/plain

Index: patchutils-0.3.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.1 2009/03/16 14:31:12 dev-zero Exp $

DESCRIPTION="A collection of tools that operate on patch files"
HOMEPAGE="http://cyberelk.net/tim/patchutils/"
SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"

RDEPEND=""
# The testsuite makes use of gendiff(1) that comes from rpm, thus if
# the user wants to run tests, it should install that too.
DEPEND="test? ( app-arch/rpm )"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	dodoc AUTHORS BUGS ChangeLog NEWS README TODO || die "dodoc failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/patchutils: ChangeLog patchutils-0.3.1.ebuild
@ 2010-01-15 21:47 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-15 21:47 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/15 21:47:06

  Modified:             ChangeLog patchutils-0.3.1.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.57                 dev-util/patchutils/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	16 Mar 2009 14:53:21 -0000	1.56
+++ ChangeLog	15 Jan 2010 21:47:05 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/patchutils
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.56 2009/03/16 14:53:21 dev-zero Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.57 2010/01/15 21:47:05 fauli Exp $
+
+  15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  patchutils-0.3.1.ebuild:
+  Transfer Prefix keywords
 
   16 Mar 2009; Tiziano Müller <dev-zero@gentoo.org>
   -patchutils-0.2.31.ebuild:



1.2                  dev-util/patchutils/patchutils-0.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild?r1=1.1&r2=1.2

Index: patchutils-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- patchutils-0.3.1.ebuild	16 Mar 2009 14:31:12 -0000	1.1
+++ patchutils-0.3.1.ebuild	15 Jan 2010 21:47:05 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.1 2009/03/16 14:31:12 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.2 2010/01/15 21:47:05 fauli Exp $
 
 DESCRIPTION="A collection of tools that operate on patch files"
 HOMEPAGE="http://cyberelk.net/tim/patchutils/"
@@ -8,7 +8,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-util/patchutils: ChangeLog patchutils-0.3.1.ebuild
@ 2011-01-07 18:16 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-07 18:16 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/07 18:16:44

  Modified:             ChangeLog patchutils-0.3.1.ebuild
  Log:
  Stable on amd64 wrt bug #350896
  
  (Portage version: 2.1.9.30/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 dev-util/patchutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	15 Jan 2010 21:47:05 -0000	1.57
+++ ChangeLog	7 Jan 2011 18:16:44 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/patchutils
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.57 2010/01/15 21:47:05 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.58 2011/01/07 18:16:44 hwoarang Exp $
+
+  07 Jan 2011; Markos Chandras <hwoarang@gentoo.org> patchutils-0.3.1.ebuild:
+  Stable on amd64 wrt bug #350896
 
   15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   patchutils-0.3.1.ebuild:



1.3                  dev-util/patchutils/patchutils-0.3.1.ebuild

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

Index: patchutils-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- patchutils-0.3.1.ebuild	15 Jan 2010 21:47:05 -0000	1.2
+++ patchutils-0.3.1.ebuild	7 Jan 2011 18:16:44 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.2 2010/01/15 21:47:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.3 2011/01/07 18:16:44 hwoarang Exp $
 
 DESCRIPTION="A collection of tools that operate on patch files"
 HOMEPAGE="http://cyberelk.net/tim/patchutils/"
@@ -8,7 +8,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-util/patchutils: ChangeLog patchutils-0.3.1.ebuild
@ 2011-01-07 23:35 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-01-07 23:35 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/07 23:35:38

  Modified:             ChangeLog patchutils-0.3.1.ebuild
  Log:
  Marking patchutils-0.3.1 ppc for bug 350896
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.59                 dev-util/patchutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	7 Jan 2011 18:16:44 -0000	1.58
+++ ChangeLog	7 Jan 2011 23:35:38 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/patchutils
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.58 2011/01/07 18:16:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.59 2011/01/07 23:35:38 ranger Exp $
+
+  07 Jan 2011; Brent Baude <ranger@gentoo.org> patchutils-0.3.1.ebuild:
+  Marking patchutils-0.3.1 ppc for bug 350896
 
   07 Jan 2011; Markos Chandras <hwoarang@gentoo.org> patchutils-0.3.1.ebuild:
   Stable on amd64 wrt bug #350896



1.4                  dev-util/patchutils/patchutils-0.3.1.ebuild

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

Index: patchutils-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- patchutils-0.3.1.ebuild	7 Jan 2011 18:16:44 -0000	1.3
+++ patchutils-0.3.1.ebuild	7 Jan 2011 23:35:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.3 2011/01/07 18:16:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.4 2011/01/07 23:35:38 ranger Exp $
 
 DESCRIPTION="A collection of tools that operate on patch files"
 HOMEPAGE="http://cyberelk.net/tim/patchutils/"
@@ -8,7 +8,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-util/patchutils: ChangeLog patchutils-0.3.1.ebuild
@ 2011-01-11  9:20 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-11  9:20 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/01/11 09:20:08

  Modified:             ChangeLog patchutils-0.3.1.ebuild
  Log:
  x86 stable wrt bug #350896
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.60                 dev-util/patchutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	7 Jan 2011 23:35:38 -0000	1.59
+++ ChangeLog	11 Jan 2011 09:20:08 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/patchutils
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.59 2011/01/07 23:35:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.60 2011/01/11 09:20:08 phajdan.jr Exp $
+
+  11 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  patchutils-0.3.1.ebuild:
+  x86 stable wrt bug #350896
 
   07 Jan 2011; Brent Baude <ranger@gentoo.org> patchutils-0.3.1.ebuild:
   Marking patchutils-0.3.1 ppc for bug 350896



1.5                  dev-util/patchutils/patchutils-0.3.1.ebuild

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

Index: patchutils-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- patchutils-0.3.1.ebuild	7 Jan 2011 23:35:38 -0000	1.4
+++ patchutils-0.3.1.ebuild	11 Jan 2011 09:20:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.4 2011/01/07 23:35:38 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.5 2011/01/11 09:20:08 phajdan.jr Exp $
 
 DESCRIPTION="A collection of tools that operate on patch files"
 HOMEPAGE="http://cyberelk.net/tim/patchutils/"
@@ -8,7 +8,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-util/patchutils: ChangeLog patchutils-0.3.1.ebuild
@ 2011-01-24  3:54 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-24  3:54 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/24 03:54:43

  Modified:             ChangeLog patchutils-0.3.1.ebuild
  Log:
  Stable for HPPA (bug #350896).
  
  (Portage version: 2.2.0_alpha19/cvs/Linux i686)

Revision  Changes    Path
1.61                 dev-util/patchutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	11 Jan 2011 09:20:08 -0000	1.60
+++ ChangeLog	24 Jan 2011 03:54:43 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/patchutils
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.60 2011/01/11 09:20:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.61 2011/01/24 03:54:43 jer Exp $
+
+  24 Jan 2011; Jeroen Roovers <jer@gentoo.org> patchutils-0.3.1.ebuild:
+  Stable for HPPA (bug #350896).
 
   11 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   patchutils-0.3.1.ebuild:



1.6                  dev-util/patchutils/patchutils-0.3.1.ebuild

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

Index: patchutils-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- patchutils-0.3.1.ebuild	11 Jan 2011 09:20:08 -0000	1.5
+++ patchutils-0.3.1.ebuild	24 Jan 2011 03:54:43 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.5 2011/01/11 09:20:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.6 2011/01/24 03:54:43 jer Exp $
 
 DESCRIPTION="A collection of tools that operate on patch files"
 HOMEPAGE="http://cyberelk.net/tim/patchutils/"
@@ -8,7 +8,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-util/patchutils: ChangeLog patchutils-0.3.1.ebuild
@ 2011-01-29 17:27 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-29 17:27 UTC (permalink / raw
  To: gentoo-commits

armin76     11/01/29 17:27:21

  Modified:             ChangeLog patchutils-0.3.1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #350896
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.62                 dev-util/patchutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	24 Jan 2011 03:54:43 -0000	1.61
+++ ChangeLog	29 Jan 2011 17:27:21 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/patchutils
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.61 2011/01/24 03:54:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.62 2011/01/29 17:27:21 armin76 Exp $
+
+  29 Jan 2011; Raúl Porcel <armin76@gentoo.org> patchutils-0.3.1.ebuild:
+  alpha/ia64/sparc stable wrt #350896
 
   24 Jan 2011; Jeroen Roovers <jer@gentoo.org> patchutils-0.3.1.ebuild:
   Stable for HPPA (bug #350896).



1.7                  dev-util/patchutils/patchutils-0.3.1.ebuild

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

Index: patchutils-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- patchutils-0.3.1.ebuild	24 Jan 2011 03:54:43 -0000	1.6
+++ patchutils-0.3.1.ebuild	29 Jan 2011 17:27:21 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.6 2011/01/24 03:54:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.7 2011/01/29 17:27:21 armin76 Exp $
 
 DESCRIPTION="A collection of tools that operate on patch files"
 HOMEPAGE="http://cyberelk.net/tim/patchutils/"
@@ -8,7 +8,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-util/patchutils: ChangeLog patchutils-0.3.1.ebuild
@ 2011-03-02  1:51 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-03-02  1:51 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/02 01:51:18

  Modified:             ChangeLog patchutils-0.3.1.ebuild
  Log:
  stable ppc64, bug 350896
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.63                 dev-util/patchutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	29 Jan 2011 17:27:21 -0000	1.62
+++ ChangeLog	2 Mar 2011 01:51:18 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/patchutils
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.62 2011/01/29 17:27:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.63 2011/03/02 01:51:18 ranger Exp $
+
+  02 Mar 2011; Brent Baude <ranger@gentoo.org> patchutils-0.3.1.ebuild:
+  stable ppc64, bug 350896
 
   29 Jan 2011; Raúl Porcel <armin76@gentoo.org> patchutils-0.3.1.ebuild:
   alpha/ia64/sparc stable wrt #350896



1.8                  dev-util/patchutils/patchutils-0.3.1.ebuild

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

Index: patchutils-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- patchutils-0.3.1.ebuild	29 Jan 2011 17:27:21 -0000	1.7
+++ patchutils-0.3.1.ebuild	2 Mar 2011 01:51:18 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.7 2011/01/29 17:27:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.1.ebuild,v 1.8 2011/03/02 01:51:18 ranger Exp $
 
 DESCRIPTION="A collection of tools that operate on patch files"
 HOMEPAGE="http://cyberelk.net/tim/patchutils/"
@@ -8,7 +8,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""






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

end of thread, other threads:[~2011-03-02  1:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-15 21:47 [gentoo-commits] gentoo-x86 commit in dev-util/patchutils: ChangeLog patchutils-0.3.1.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-02  1:51 Brent Baude (ranger)
2011-01-29 17:27 Raul Porcel (armin76)
2011-01-24  3:54 Jeroen Roovers (jer)
2011-01-11  9:20 PaweA Hajdan (phajdan.jr)
2011-01-07 23:35 Brent Baude (ranger)
2011-01-07 18:16 Markos Chandras (hwoarang)
2009-03-16 14:31 Tiziano Mueller (dev-zero)

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