public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/CPAN-Checksums: ChangeLog CPAN-Checksums-2.06.ebuild
@ 2010-10-29  2:04 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2010-10-29  2:04 UTC (permalink / raw
  To: gentoo-commits

robbat2     10/10/29 02:04:32

  Modified:             ChangeLog
  Added:                CPAN-Checksums-2.06.ebuild
  Log:
  Version bump via perl-bump experimental tool.
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -p -w -b -B -u -u -r1.31 -r1.32
--- ChangeLog	15 Aug 2010 17:14:02 -0000	1.31
+++ ChangeLog	29 Oct 2010 02:04:32 -0000	1.32
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/CPAN-Checksums
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.31 2010/08/15 17:14:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.32 2010/10/29 02:04:32 robbat2 Exp $
+
+*CPAN-Checksums-2.06 (29 Oct 2010)
+
+  29 Oct 2010; Robin H. Johnson <robbat2@gentoo.org>
+  +CPAN-Checksums-2.06.ebuild:
+  Version bump via perl-bump experimental tool.
 
   15 Aug 2010; Torsten Veller <tove@gentoo.org>
   -CPAN-Checksums-1.050.ebuild, -CPAN-Checksums-2.04.ebuild:



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

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

Index: CPAN-Checksums-2.06.ebuild
===================================================================
# Copyright 1999-2010 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.06.ebuild,v 1.1 2010/10/29 02:04:32 robbat2 Exp $

EAPI=2

MODULE_AUTHOR=ANDK
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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-perl/CPAN-Checksums: ChangeLog CPAN-Checksums-2.06.ebuild
@ 2011-04-03  6:50 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-04-03  6:50 UTC (permalink / raw
  To: gentoo-commits

tove        11/04/03 06:50:59

  Modified:             ChangeLog
  Removed:              CPAN-Checksums-2.06.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	13 Jan 2011 12:57:53 -0000	1.33
+++ ChangeLog	3 Apr 2011 06:50:58 -0000	1.34
@@ -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.33 2011/01/13 12:57:53 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Checksums/ChangeLog,v 1.34 2011/04/03 06:50:58 tove Exp $
+
+  03 Apr 2011; Torsten Veller <tove@gentoo.org> -CPAN-Checksums-2.06.ebuild:
+  Cleanup
 
 *CPAN-Checksums-2.70 (13 Jan 2011)
 






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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-29  2:04 [gentoo-commits] gentoo-x86 commit in dev-perl/CPAN-Checksums: ChangeLog CPAN-Checksums-2.06.ebuild Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-03  6:50 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