axs         14/08/26 18:16:03

  Modified:             ChangeLog
  Added:                DateTime-Format-Natural-1.10.0-r1.ebuild
  Removed:              DateTime-Format-Natural-1.10.0.ebuild
  Log:
  bumped EAPI to 5 to help with dev-lang/perl upgrade
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.41                 dev-perl/DateTime-Format-Natural/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   6 Jan 2013 20:53:49 -0000       1.40
+++ ChangeLog   26 Aug 2014 18:16:03 -0000      1.41
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/DateTime-Format-Natural
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.40 
2013/01/06 20:53:49 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.41 
2014/08/26 18:16:03 axs Exp $
+
+*DateTime-Format-Natural-1.10.0-r1 (26 Aug 2014)
+
+  26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +DateTime-Format-Natural-1.10.0-r1.ebuild,
+  -DateTime-Format-Natural-1.10.0.ebuild:
+  bumped EAPI to 5 to help with dev-lang/perl upgrade
 
   06 Jan 2013; Torsten Veller <[email protected]>
   -DateTime-Format-Natural-1.0.0.ebuild:



1.1                  
dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: DateTime-Format-Natural-1.10.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild,v
 1.1 2014/08/26 18:16:03 axs Exp $

EAPI=5

MODULE_AUTHOR=SCHUBIGER
MODULE_VERSION=1.01
inherit perl-module

DESCRIPTION="Create machine readable date/time with natural parsing logic"

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

RDEPEND="
        dev-perl/boolean
        dev-perl/Clone
        dev-perl/DateTime
        dev-perl/DateTime-TimeZone
        dev-perl/Date-Calc
        virtual/perl-Getopt-Long
        dev-perl/Params-Validate
        dev-perl/List-MoreUtils
"
DEPEND="${RDEPEND}
        >=virtual/perl-Module-Build-0.380.0
        test? (
                dev-perl/Module-Util
                dev-perl/Test-MockTime
        )
"

SRC_TEST=do




Reply via email to