public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-RIPEMD160: Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
@ 2011-04-11  9:23 Torsten Veller (tove)
  0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2011-04-11  9:23 UTC (permalink / raw
  To: gentoo-commits

tove        11/04/11 09:23:12

  Modified:             ChangeLog
  Added:                Crypt-RIPEMD160-0.50.0.ebuild
  Log:
  [bump] dev-perl/Crypt-RIPEMD160-0.50.0
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-perl/Crypt-RIPEMD160/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	9 Jan 2010 18:42:33 -0000	1.20
+++ ChangeLog	11 Apr 2011 09:23:12 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Crypt-RIPEMD160
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.20 2010/01/09 18:42:33 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.21 2011/04/11 09:23:12 tove Exp $
+
+*Crypt-RIPEMD160-0.50.0 (11 Apr 2011)
+
+  11 Apr 2011; Torsten Veller <tove@gentoo.org> +files/0.50.0-header.patch,
+  +Crypt-RIPEMD160-0.50.0.ebuild:
+  Version bump
 
   09 Jan 2010; Fabian Groffen <grobian@gentoo.org>
   Crypt-RIPEMD160-0.04.ebuild:



1.1                  dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild?rev=1.1&content-type=text/plain

Index: Crypt-RIPEMD160-0.50.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.1 2011/04/11 09:23:12 tove Exp $

EAPI=4

MODULE_AUTHOR=CHGEUER
MODULE_VERSION=0.05
inherit perl-module

DESCRIPTION="Crypt::RIPEMD160 module for perl"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

export OPTIMIZE="$CFLAGS"
PATCHES=( "${FILESDIR}"/0.50.0-header.patch )
SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-RIPEMD160: Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
@ 2011-04-11 13:06 Torsten Veller (tove)
  0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2011-04-11 13:06 UTC (permalink / raw
  To: gentoo-commits

tove        11/04/11 13:06:36

  Modified:             Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
  Log:
  Fix MODULE_AUTHOR (#363097). Thanks to Denis Sokolovsky
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild

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

Index: Crypt-RIPEMD160-0.50.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Crypt-RIPEMD160-0.50.0.ebuild	11 Apr 2011 09:23:12 -0000	1.1
+++ Crypt-RIPEMD160-0.50.0.ebuild	11 Apr 2011 13:06:36 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.1 2011/04/11 09:23:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.2 2011/04/11 13:06:36 tove Exp $
 
 EAPI=4
 
-MODULE_AUTHOR=CHGEUER
+MODULE_AUTHOR=TODDR
 MODULE_VERSION=0.05
 inherit perl-module
 



1.22                 dev-perl/Crypt-RIPEMD160/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	11 Apr 2011 09:23:12 -0000	1.21
+++ ChangeLog	11 Apr 2011 13:06:36 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Crypt-RIPEMD160
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.21 2011/04/11 09:23:12 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.22 2011/04/11 13:06:36 tove Exp $
+
+  11 Apr 2011; Torsten Veller <tove@gentoo.org> Crypt-RIPEMD160-0.50.0.ebuild:
+  Fix MODULE_AUTHOR (#363097). Thanks to Denis Sokolovsky
 
 *Crypt-RIPEMD160-0.50.0 (11 Apr 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-RIPEMD160: Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
@ 2011-04-24 15:54 Fabian Groffen (grobian)
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2011-04-24 15:54 UTC (permalink / raw
  To: gentoo-commits

grobian     11/04/24 15:54:51

  Modified:             Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
  Log:
  Marked ~x86-solaris, bug #296509
  
  (Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.3                  dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild

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

Index: Crypt-RIPEMD160-0.50.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Crypt-RIPEMD160-0.50.0.ebuild	11 Apr 2011 13:06:36 -0000	1.2
+++ Crypt-RIPEMD160-0.50.0.ebuild	24 Apr 2011 15:54:51 -0000	1.3
@@ -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-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.2 2011/04/11 13:06:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.3 2011/04/24 15:54:51 grobian Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Crypt::RIPEMD160 module for perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 export OPTIMIZE="$CFLAGS"



1.23                 dev-perl/Crypt-RIPEMD160/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	11 Apr 2011 13:06:36 -0000	1.22
+++ ChangeLog	24 Apr 2011 15:54:51 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Crypt-RIPEMD160
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.22 2011/04/11 13:06:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.23 2011/04/24 15:54:51 grobian Exp $
+
+  24 Apr 2011; Fabian Groffen <grobian@gentoo.org>
+  Crypt-RIPEMD160-0.50.0.ebuild:
+  Marked ~x86-solaris, bug #296509
 
   11 Apr 2011; Torsten Veller <tove@gentoo.org> Crypt-RIPEMD160-0.50.0.ebuild:
   Fix MODULE_AUTHOR (#363097). Thanks to Denis Sokolovsky






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-RIPEMD160: Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
@ 2012-04-24  7:09 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-04-24  7:09 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/04/24 07:09:21

  Modified:             Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
  Log:
  marked x86 per bug 413091
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild

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

Index: Crypt-RIPEMD160-0.50.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Crypt-RIPEMD160-0.50.0.ebuild	24 Apr 2011 15:54:51 -0000	1.3
+++ Crypt-RIPEMD160-0.50.0.ebuild	24 Apr 2012 07:09:21 -0000	1.4
@@ -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-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.3 2011/04/24 15:54:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.4 2012/04/24 07:09:21 jdhore Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Crypt::RIPEMD160 module for perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 export OPTIMIZE="$CFLAGS"



1.24                 dev-perl/Crypt-RIPEMD160/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	24 Apr 2011 15:54:51 -0000	1.23
+++ ChangeLog	24 Apr 2012 07:09:21 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Crypt-RIPEMD160
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.23 2011/04/24 15:54:51 grobian Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.24 2012/04/24 07:09:21 jdhore Exp $
+
+  24 Apr 2012; Jeff Horelick <jdhore@gentoo.org> Crypt-RIPEMD160-0.50.0.ebuild:
+  marked x86 per bug 413091
 
   24 Apr 2011; Fabian Groffen <grobian@gentoo.org>
   Crypt-RIPEMD160-0.50.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-RIPEMD160: Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
@ 2012-04-24 12:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-24 12:38 UTC (permalink / raw
  To: gentoo-commits

ago         12/04/24 12:38:31

  Modified:             Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #413091
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild

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

Index: Crypt-RIPEMD160-0.50.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Crypt-RIPEMD160-0.50.0.ebuild	24 Apr 2012 07:09:21 -0000	1.4
+++ Crypt-RIPEMD160-0.50.0.ebuild	24 Apr 2012 12:38:31 -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-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.4 2012/04/24 07:09:21 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.5 2012/04/24 12:38:31 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Crypt::RIPEMD160 module for perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 export OPTIMIZE="$CFLAGS"



1.25                 dev-perl/Crypt-RIPEMD160/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	24 Apr 2012 07:09:21 -0000	1.24
+++ ChangeLog	24 Apr 2012 12:38:31 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Crypt-RIPEMD160
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.24 2012/04/24 07:09:21 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.25 2012/04/24 12:38:31 ago Exp $
+
+  24 Apr 2012; Agostino Sarubbo <ago@gentoo.org> Crypt-RIPEMD160-0.50.0.ebuild:
+  Stable for amd64, wrt bug #413091
 
   24 Apr 2012; Jeff Horelick <jdhore@gentoo.org> Crypt-RIPEMD160-0.50.0.ebuild:
   marked x86 per bug 413091






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-RIPEMD160: Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
@ 2012-05-06 20:30 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-05-06 20:30 UTC (permalink / raw
  To: gentoo-commits

ranger      12/05/06 20:30:09

  Modified:             Crypt-RIPEMD160-0.50.0.ebuild ChangeLog
  Log:
  Marking Crypt-RIPEMD160-0.50.0 ppc for bug 413091
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild

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

Index: Crypt-RIPEMD160-0.50.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Crypt-RIPEMD160-0.50.0.ebuild	24 Apr 2012 12:38:31 -0000	1.5
+++ Crypt-RIPEMD160-0.50.0.ebuild	6 May 2012 20:30:09 -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-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.5 2012/04/24 12:38:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0.ebuild,v 1.6 2012/05/06 20:30:09 ranger Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Crypt::RIPEMD160 module for perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 export OPTIMIZE="$CFLAGS"



1.26                 dev-perl/Crypt-RIPEMD160/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	24 Apr 2012 12:38:31 -0000	1.25
+++ ChangeLog	6 May 2012 20:30:09 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Crypt-RIPEMD160
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.25 2012/04/24 12:38:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.26 2012/05/06 20:30:09 ranger Exp $
+
+  06 May 2012; Brent Baude <ranger@gentoo.org> Crypt-RIPEMD160-0.50.0.ebuild:
+  Marking Crypt-RIPEMD160-0.50.0 ppc for bug 413091
 
   24 Apr 2012; Agostino Sarubbo <ago@gentoo.org> Crypt-RIPEMD160-0.50.0.ebuild:
   Stable for amd64, wrt bug #413091






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

end of thread, other threads:[~2012-05-06 20:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-24  7:09 [gentoo-commits] gentoo-x86 commit in dev-perl/Crypt-RIPEMD160: Crypt-RIPEMD160-0.50.0.ebuild ChangeLog Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-06 20:30 Brent Baude (ranger)
2012-04-24 12:38 Agostino Sarubbo (ago)
2011-04-24 15:54 Fabian Groffen (grobian)
2011-04-11 13:06 Torsten Veller (tove)
2011-04-11  9:23 Torsten Veller (tove)

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