dilfridge    15/04/05 22:45:35

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

Revision  Changes    Path
1.2                  dev-perl/Config-JSON/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-JSON/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   9 Dec 2014 22:57:38 -0000       1.1
+++ ChangeLog   5 Apr 2015 22:45:34 -0000       1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Config-JSON
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-JSON/ChangeLog,v 1.1 
2014/12/09 22:57:38 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-JSON/ChangeLog,v 1.2 
2015/04/05 22:45:34 dilfridge Exp $
+
+*Config-JSON-1.520.200 (05 Apr 2015)
+
+  05 Apr 2015; Andreas K. Huettel <dilfri...@gentoo.org>
+  +Config-JSON-1.520.200.ebuild:
+  Version bump
 
 *Config-JSON-1.510.0 (09 Dec 2014)
 



1.1                  dev-perl/Config-JSON/Config-JSON-1.520.200.ebuild

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

Index: Config-JSON-1.520.200.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Config-JSON/Config-JSON-1.520.200.ebuild,v 1.1 
2015/04/05 22:45:34 dilfridge Exp $

EAPI=5
MODULE_AUTHOR=RIZEN
MODULE_VERSION=1.5202
inherit perl-module

DESCRIPTION="A JSON based config file system"

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

RDEPEND="
        >=virtual/perl-File-Temp-0.180.0
        >=dev-perl/JSON-2.160.0
        >=virtual/perl-Scalar-List-Utils-1.190.0
        dev-perl/Moo
"
DEPEND="${RDEPEND}
        >=virtual/perl-ExtUtils-MakeMaker-6.300.0
        test? (
                >=virtual/perl-Test-Simple-0.700.0
                >=dev-perl/Test-Deep-0.95.0
        )
"

SRC_TEST="do"




Reply via email to