public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2010-01-01  7:00 Mike Frysinger (vapier)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger (vapier) @ 2010-01-01  7:00 UTC (permalink / raw
  To: gentoo-commits

vapier      10/01/01 07:00:56

  Modified:             ChangeLog
  Added:                patch-2.6.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	14 Nov 2009 15:33:39 -0000	1.42
+++ ChangeLog	1 Jan 2010 07:00:56 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/patch
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.42 2009/11/14 15:33:39 vapier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.43 2010/01/01 07:00:56 vapier Exp $
+
+*patch-2.6.1 (01 Jan 2010)
+
+  01 Jan 2010; Mike Frysinger <vapier@gentoo.org> +patch-2.6.1.ebuild:
+  Version bump.
 
 *patch-2.6 (14 Nov 2009)
 



1.1                  sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.1&content-type=text/plain

Index: patch-2.6.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.1 2010/01/01 07:00:56 vapier Exp $

inherit flag-o-matic

DESCRIPTION="Utility to apply diffs to files"
HOMEPAGE="http://www.gnu.org/software/patch/patch.html"
SRC_URI="mirror://gnu/patch/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="static"

src_compile() {
	use static && append-ldflags -static

	local myconf=""
	[[ ${USERLAND} != "GNU" ]] && myconf="--program-prefix=g"
	econf ${myconf} || die

	emake || die "emake failed"
}

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc AUTHORS ChangeLog NEWS README
}






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2010-01-02  3:35 Mike Frysinger (vapier)
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Frysinger (vapier) @ 2010-01-02  3:35 UTC (permalink / raw
  To: gentoo-commits

vapier      10/01/02 03:35:05

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  Pull in ed for tests #299270 by Patrick Lauer.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.1&r2=1.2

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- patch-2.6.1.ebuild	1 Jan 2010 07:00:56 -0000	1.1
+++ patch-2.6.1.ebuild	2 Jan 2010 03:35:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.1 2010/01/01 07:00:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.2 2010/01/02 03:35:04 vapier Exp $
 
 inherit flag-o-matic
 
@@ -11,7 +11,11 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="static"
+IUSE="static test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	test? ( sys-apps/ed )"
 
 src_compile() {
 	use static && append-ldflags -static



1.44                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	1 Jan 2010 07:00:56 -0000	1.43
+++ ChangeLog	2 Jan 2010 03:35:04 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.43 2010/01/01 07:00:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.44 2010/01/02 03:35:04 vapier Exp $
+
+  02 Jan 2010; Mike Frysinger <vapier@gentoo.org> patch-2.6.1.ebuild:
+  Pull in ed for tests #299270 by Patrick Lauer.
 
 *patch-2.6.1 (01 Jan 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2010-01-22 20:15 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-01-22 20:15 UTC (permalink / raw
  To: gentoo-commits

darkside    10/01/22 20:15:55

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  Add missing strnlen implementation that upstream apparently forgot to include, bug #300845
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.2&r2=1.3

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- patch-2.6.1.ebuild	2 Jan 2010 03:35:04 -0000	1.2
+++ patch-2.6.1.ebuild	22 Jan 2010 20:15:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.2 2010/01/02 03:35:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.3 2010/01/22 20:15:54 darkside Exp $
 
 inherit flag-o-matic
 
@@ -17,6 +17,13 @@
 DEPEND="${RDEPEND}
 	test? ( sys-apps/ed )"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	# this file is missing from the tarball bug #300845
+	cp "${FILESDIR}"/gnulib_strnlen.c gl/lib/strnlen.c || die
+}
+
 src_compile() {
 	use static && append-ldflags -static
 



1.45                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	2 Jan 2010 03:35:04 -0000	1.44
+++ ChangeLog	22 Jan 2010 20:15:54 -0000	1.45
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.44 2010/01/02 03:35:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.45 2010/01/22 20:15:54 darkside Exp $
+
+  22 Jan 2010; Jeremy Olexa <darkside@gentoo.org> patch-2.6.1.ebuild,
+  +files/gnulib_strnlen.c:
+  Add missing strnlen implementation that upstream apparently forgot to
+  include, bug #300845
 
   02 Jan 2010; Mike Frysinger <vapier@gentoo.org> patch-2.6.1.ebuild:
   Pull in ed for tests #299270 by Patrick Lauer.






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2011-11-22 20:07 Jeroen Roovers (jer)
  0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-22 20:07 UTC (permalink / raw
  To: gentoo-commits

jer         11/11/22 20:07:16

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #387471).
  
  (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.3&r2=1.4

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- patch-2.6.1.ebuild	22 Jan 2010 20:15:54 -0000	1.3
+++ patch-2.6.1.ebuild	22 Nov 2011 20:07:16 -0000	1.4
@@ -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/sys-devel/patch/patch-2.6.1.ebuild,v 1.3 2010/01/22 20:15:54 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.4 2011/11/22 20:07:16 jer Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="static test"
 
 RDEPEND=""



1.47                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	6 Feb 2011 11:37:50 -0000	1.46
+++ ChangeLog	22 Nov 2011 20:07:16 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.46 2011/02/06 11:37:50 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.47 2011/11/22 20:07:16 jer Exp $
+
+  22 Nov 2011; Jeroen Roovers <jer@gentoo.org> patch-2.6.1.ebuild:
+  Stable for HPPA (bug #387471).
 
   06 Feb 2011; Mart Raudsepp <leio@gentoo.org> patch-2.5.9.ebuild:
   Drop to ~mips






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2011-11-28 11:35 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 12+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-11-28 11:35 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/11/28 11:35:41

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #387471
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.5                  sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.4&r2=1.5

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- patch-2.6.1.ebuild	22 Nov 2011 20:07:16 -0000	1.4
+++ patch-2.6.1.ebuild	28 Nov 2011 11:35:41 -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/sys-devel/patch/patch-2.6.1.ebuild,v 1.4 2011/11/22 20:07:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.5 2011/11/28 11:35:41 phajdan.jr Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="static test"
 
 RDEPEND=""



1.48                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	22 Nov 2011 20:07:16 -0000	1.47
+++ ChangeLog	28 Nov 2011 11:35:41 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.47 2011/11/22 20:07:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.48 2011/11/28 11:35:41 phajdan.jr Exp $
+
+  28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> patch-2.6.1.ebuild:
+  x86 stable wrt bug #387471
 
   22 Nov 2011; Jeroen Roovers <jer@gentoo.org> patch-2.6.1.ebuild:
   Stable for HPPA (bug #387471).






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2011-12-02 18:54 Steve Dibb (beandog)
  0 siblings, 0 replies; 12+ messages in thread
From: Steve Dibb (beandog) @ 2011-12-02 18:54 UTC (permalink / raw
  To: gentoo-commits

beandog     11/12/02 18:54:59

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  amd64 stable, bug 387471
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.6                  sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.5&r2=1.6

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- patch-2.6.1.ebuild	28 Nov 2011 11:35:41 -0000	1.5
+++ patch-2.6.1.ebuild	2 Dec 2011 18:54:59 -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/sys-devel/patch/patch-2.6.1.ebuild,v 1.5 2011/11/28 11:35:41 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.6 2011/12/02 18:54:59 beandog Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="static test"
 
 RDEPEND=""



1.49                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	28 Nov 2011 11:35:41 -0000	1.48
+++ ChangeLog	2 Dec 2011 18:54:59 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.48 2011/11/28 11:35:41 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.49 2011/12/02 18:54:59 beandog Exp $
+
+  02 Dec 2011; Steve Dibb <beandog@gentoo.org> patch-2.6.1.ebuild:
+  amd64 stable, bug 387471
 
   28 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> patch-2.6.1.ebuild:
   x86 stable wrt bug #387471






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2011-12-03 10:47 Markus Meier (maekke)
  0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2011-12-03 10:47 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/03 10:47:41

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  arm stable, bug #387471
  
  (Portage version: 2.1.10.38/cvs/Linux i686)

Revision  Changes    Path
1.7                  sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.6&r2=1.7

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- patch-2.6.1.ebuild	2 Dec 2011 18:54:59 -0000	1.6
+++ patch-2.6.1.ebuild	3 Dec 2011 10:47:41 -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/sys-devel/patch/patch-2.6.1.ebuild,v 1.6 2011/12/02 18:54:59 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.7 2011/12/03 10:47:41 maekke Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="static test"
 
 RDEPEND=""



1.50                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	2 Dec 2011 18:54:59 -0000	1.49
+++ ChangeLog	3 Dec 2011 10:47:41 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.49 2011/12/02 18:54:59 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.50 2011/12/03 10:47:41 maekke Exp $
+
+  03 Dec 2011; Markus Meier <maekke@gentoo.org> patch-2.6.1.ebuild:
+  arm stable, bug #387471
 
   02 Dec 2011; Steve Dibb <beandog@gentoo.org> patch-2.6.1.ebuild:
   amd64 stable, bug 387471






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2011-12-18 16:47 Raul Porcel (armin76)
  0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2011-12-18 16:47 UTC (permalink / raw
  To: gentoo-commits

armin76     11/12/18 16:47:33

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #387471
  
  (Portage version: 2.1.10.38/cvs/Linux ia64)

Revision  Changes    Path
1.8                  sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.7&r2=1.8

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- patch-2.6.1.ebuild	3 Dec 2011 10:47:41 -0000	1.7
+++ patch-2.6.1.ebuild	18 Dec 2011 16:47:33 -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/sys-devel/patch/patch-2.6.1.ebuild,v 1.7 2011/12/03 10:47:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.8 2011/12/18 16:47:33 armin76 Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="static test"
 
 RDEPEND=""



1.51                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	3 Dec 2011 10:47:41 -0000	1.50
+++ ChangeLog	18 Dec 2011 16:47:33 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.50 2011/12/03 10:47:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.51 2011/12/18 16:47:33 armin76 Exp $
+
+  18 Dec 2011; Raúl Porcel <armin76@gentoo.org> patch-2.6.1.ebuild:
+  alpha/ia64/m68k/s390/sh/sparc stable wrt #387471
 
   03 Dec 2011; Markus Meier <maekke@gentoo.org> patch-2.6.1.ebuild:
   arm stable, bug #387471






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2012-01-04 22:32 Brent Baude (ranger)
  0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2012-01-04 22:32 UTC (permalink / raw
  To: gentoo-commits

ranger      12/01/04 22:32:33

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  Marking patch-2.6.1 ppc for bug 387471
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.9                  sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.8&r2=1.9

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- patch-2.6.1.ebuild	18 Dec 2011 16:47:33 -0000	1.8
+++ patch-2.6.1.ebuild	4 Jan 2012 22:32:33 -0000	1.9
@@ -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/sys-devel/patch/patch-2.6.1.ebuild,v 1.8 2011/12/18 16:47:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.9 2012/01/04 22:32:33 ranger Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="static test"
 
 RDEPEND=""



1.52                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	18 Dec 2011 16:47:33 -0000	1.51
+++ ChangeLog	4 Jan 2012 22:32:33 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.51 2011/12/18 16:47:33 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.52 2012/01/04 22:32:33 ranger Exp $
+
+  04 Jan 2012; Brent Baude <ranger@gentoo.org> patch-2.6.1.ebuild:
+  Marking patch-2.6.1 ppc for bug 387471
 
   18 Dec 2011; Raúl Porcel <armin76@gentoo.org> patch-2.6.1.ebuild:
   alpha/ia64/m68k/s390/sh/sparc stable wrt #387471






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2012-01-25 18:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-25 18:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/25 18:24:20

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  ppc64 stable wrt #387471
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.9&r2=1.10

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- patch-2.6.1.ebuild	4 Jan 2012 22:32:33 -0000	1.9
+++ patch-2.6.1.ebuild	25 Jan 2012 18:24:20 -0000	1.10
@@ -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/sys-devel/patch/patch-2.6.1.ebuild,v 1.9 2012/01/04 22:32:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.10 2012/01/25 18:24:20 ssuominen Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="static test"
 
 RDEPEND=""
@@ -31,7 +31,7 @@
 	[[ ${USERLAND} != "GNU" ]] && myconf="--program-prefix=g"
 	econf ${myconf} || die
 
-	emake || die "emake failed"
+	emake || die
 }
 
 src_install() {



1.53                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	4 Jan 2012 22:32:33 -0000	1.52
+++ ChangeLog	25 Jan 2012 18:24:20 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.52 2012/01/04 22:32:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.53 2012/01/25 18:24:20 ssuominen Exp $
+
+  25 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> patch-2.6.1.ebuild:
+  ppc64 stable wrt #387471
 
   04 Jan 2012; Brent Baude <ranger@gentoo.org> patch-2.6.1.ebuild:
   Marking patch-2.6.1 ppc for bug 387471






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2012-01-25 18:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 12+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-25 18:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/25 18:25:50

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.10&r2=1.11

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- patch-2.6.1.ebuild	25 Jan 2012 18:24:20 -0000	1.10
+++ patch-2.6.1.ebuild	25 Jan 2012 18:25:49 -0000	1.11
@@ -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/sys-devel/patch/patch-2.6.1.ebuild,v 1.10 2012/01/25 18:24:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.11 2012/01/25 18:25:49 ssuominen Exp $
 
 inherit flag-o-matic
 
@@ -29,12 +29,12 @@
 
 	local myconf=""
 	[[ ${USERLAND} != "GNU" ]] && myconf="--program-prefix=g"
-	econf ${myconf} || die
+	econf ${myconf}
 
 	emake || die
 }
 
 src_install() {
-	emake install DESTDIR="${D}" || die
+	emake DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS README
 }



1.54                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	25 Jan 2012 18:24:20 -0000	1.53
+++ ChangeLog	25 Jan 2012 18:25:49 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.53 2012/01/25 18:24:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.54 2012/01/25 18:25:49 ssuominen Exp $
+
+  25 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> patch-2.6.1.ebuild:
+  tidy
 
   25 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> patch-2.6.1.ebuild:
   ppc64 stable wrt #387471






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog
@ 2012-04-26 13:35 Alexis Ballier (aballier)
  0 siblings, 0 replies; 12+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-26 13:35 UTC (permalink / raw
  To: gentoo-commits

aballier    12/04/26 13:35:26

  Modified:             patch-2.6.1.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sys-devel/patch/patch-2.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild?r1=1.11&r2=1.12

Index: patch-2.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- patch-2.6.1.ebuild	25 Jan 2012 18:25:49 -0000	1.11
+++ patch-2.6.1.ebuild	26 Apr 2012 13:35:26 -0000	1.12
@@ -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/sys-devel/patch/patch-2.6.1.ebuild,v 1.11 2012/01/25 18:25:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.12 2012/04/26 13:35:26 aballier Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="static test"
 
 RDEPEND=""



1.55                 sys-devel/patch/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/patch/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	25 Jan 2012 18:25:49 -0000	1.54
+++ ChangeLog	26 Apr 2012 13:35:26 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/patch
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.54 2012/01/25 18:25:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.55 2012/04/26 13:35:26 aballier Exp $
+
+  26 Apr 2012; Alexis Ballier <aballier@gentoo.org> patch-2.6.1.ebuild:
+  keyword ~amd64-fbsd
 
   25 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> patch-2.6.1.ebuild:
   tidy






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

end of thread, other threads:[~2012-04-26 13:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-01  7:00 [gentoo-commits] gentoo-x86 commit in sys-devel/patch: patch-2.6.1.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-02  3:35 Mike Frysinger (vapier)
2010-01-22 20:15 Jeremy Olexa (darkside)
2011-11-22 20:07 Jeroen Roovers (jer)
2011-11-28 11:35 PaweA Hajdan (phajdan.jr)
2011-12-02 18:54 Steve Dibb (beandog)
2011-12-03 10:47 Markus Meier (maekke)
2011-12-18 16:47 Raul Porcel (armin76)
2012-01-04 22:32 Brent Baude (ranger)
2012-01-25 18:24 Samuli Suominen (ssuominen)
2012-01-25 18:25 Samuli Suominen (ssuominen)
2012-04-26 13:35 Alexis Ballier (aballier)

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