public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/CPAN-Checksums: CPAN-Checksums-2.80.0.ebuild ChangeLog
@ 2011-08-30 18:29 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2011-08-30 18:29 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/30 18:29:28

  Modified:             ChangeLog
  Added:                CPAN-Checksums-2.80.0.ebuild
  Log:
  [bump] dev-perl/CPAN-Checksums-2.80.0
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-perl/CPAN-Checksums/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	3 Apr 2011 06:50:58 -0000	1.34
+++ ChangeLog	30 Aug 2011 18:29:28 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/CPAN-Checksums
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.34 2011/04/03 06:50:58 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.35 2011/08/30 18:29:28 tove Exp $
+
+*CPAN-Checksums-2.80.0 (30 Aug 2011)
+
+  30 Aug 2011; Torsten Veller <tove@gentoo.org> +CPAN-Checksums-2.80.0.ebuild:
+  Version bump
 
   03 Apr 2011; Torsten Veller <tove@gentoo.org> -CPAN-Checksums-2.06.ebuild:
   Cleanup



1.1                  dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0.ebuild

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

Index: CPAN-Checksums-2.80.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/CPAN-Checksums/CPAN-Checksums-2.80.0.ebuild,v 1.1 2011/08/30 18:29:28 tove Exp $

EAPI=4

MODULE_AUTHOR=ANDK
MODULE_VERSION=2.08
inherit perl-module

DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"

SLOT="0"
KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
IUSE="test"

RDEPEND="virtual/perl-IO-Compress
	dev-perl/Compress-Bzip2
	dev-perl/Data-Compare
	virtual/perl-Digest-SHA
	virtual/perl-Digest-MD5
	virtual/perl-File-Temp
	virtual/perl-IO"
DEPEND="${RDEPEND}
	test? ( dev-perl/Test-Pod
		dev-perl/Test-Pod-Coverage )"

SRC_TEST="do"

src_test() {
	# online test
	mv "${S}"/t/00signature.t{,.disable} || die
	perl-module_src_test
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/CPAN-Checksums: CPAN-Checksums-2.80.0.ebuild ChangeLog
@ 2012-02-24  9:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24  9:55 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 09:55:51

  Modified:             CPAN-Checksums-2.80.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #400045
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0.ebuild

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

Index: CPAN-Checksums-2.80.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CPAN-Checksums-2.80.0.ebuild	30 Aug 2011 18:29:28 -0000	1.1
+++ CPAN-Checksums-2.80.0.ebuild	24 Feb 2012 09:55:51 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0.ebuild,v 1.1 2011/08/30 18:29:28 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0.ebuild,v 1.2 2012/02/24 09:55:51 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-IO-Compress



1.37                 dev-perl/CPAN-Checksums/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	4 Sep 2011 11:22:21 -0000	1.36
+++ ChangeLog	24 Feb 2012 09:55:51 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/CPAN-Checksums
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.36 2011/09/04 11:22:21 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.37 2012/02/24 09:55:51 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> CPAN-Checksums-2.80.0.ebuild:
+  Stable for amd64, wrt bug #400045
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org> -CPAN-Checksums-2.70.ebuild:
   Cleanup






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/CPAN-Checksums: CPAN-Checksums-2.80.0.ebuild ChangeLog
@ 2012-03-08 12:03 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-08 12:03 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/03/08 12:03:12

  Modified:             CPAN-Checksums-2.80.0.ebuild ChangeLog
  Log:
  x86 stable wrt bug #400045
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0.ebuild

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

Index: CPAN-Checksums-2.80.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CPAN-Checksums-2.80.0.ebuild	24 Feb 2012 09:55:51 -0000	1.2
+++ CPAN-Checksums-2.80.0.ebuild	8 Mar 2012 12:03:11 -0000	1.3
@@ -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/CPAN-Checksums/CPAN-Checksums-2.80.0.ebuild,v 1.2 2012/02/24 09:55:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/CPAN-Checksums-2.80.0.ebuild,v 1.3 2012/03/08 12:03:11 phajdan.jr Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Write a CHECKSUMS file for a directory as on CPAN"
 
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-IO-Compress



1.38                 dev-perl/CPAN-Checksums/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	24 Feb 2012 09:55:51 -0000	1.37
+++ ChangeLog	8 Mar 2012 12:03:11 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/CPAN-Checksums
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.37 2012/02/24 09:55:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.38 2012/03/08 12:03:11 phajdan.jr Exp $
+
+  08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  CPAN-Checksums-2.80.0.ebuild:
+  x86 stable wrt bug #400045
 
   24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> CPAN-Checksums-2.80.0.ebuild:
   Stable for amd64, wrt bug #400045






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

end of thread, other threads:[~2012-03-08 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 12:03 [gentoo-commits] gentoo-x86 commit in dev-perl/CPAN-Checksums: CPAN-Checksums-2.80.0.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-24  9:55 Agostino Sarubbo (ago)
2011-08-30 18:29 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