dilfridge    15/04/05 22:50:32

  Modified:             ChangeLog
  Added:                Data-Compare-1.250.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.50                 dev-perl/Data-Compare/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Compare/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   24 Aug 2014 01:24:41 -0000      1.49
+++ ChangeLog   5 Apr 2015 22:50:32 -0000       1.50
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Data-Compare
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Compare/ChangeLog,v 1.49 
2014/08/24 01:24:41 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Compare/ChangeLog,v 1.50 
2015/04/05 22:50:32 dilfridge Exp $
+
+*Data-Compare-1.250.0 (05 Apr 2015)
+
+  05 Apr 2015; Andreas K. Huettel <[email protected]>
+  +Data-Compare-1.250.0.ebuild:
+  Version bump
 
 *Data-Compare-1.220.0-r1 (24 Aug 2014)
 



1.1                  dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild

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

Index: Data-Compare-1.250.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild,v 1.1 
2015/04/05 22:50:32 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DCANTRELL
MODULE_VERSION=1.25
inherit perl-module

DESCRIPTION="Compare perl data structures"

SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
IUSE="test"

RDEPEND="
        >=dev-perl/File-Find-Rule-0.100.0
        virtual/perl-Scalar-List-Utils
"
DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? (
                dev-perl/Clone
                dev-perl/Scalar-Properties
                dev-perl/Test-Pod
        )
"

SRC_TEST="do"




Reply via email to