dilfridge    15/02/25 23:40:57

  Modified:             ChangeLog
  Added:                yaml-1.140.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  Changes    Path
1.118                dev-perl/yaml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   21 Aug 2014 20:13:15 -0000      1.117
+++ ChangeLog   25 Feb 2015 23:40:57 -0000      1.118
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/yaml
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.117 2014/08/21 
20:13:15 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.118 2015/02/25 
23:40:57 dilfridge Exp $
+
+*yaml-1.140.0 (25 Feb 2015)
+
+  25 Feb 2015; Andreas K. Huettel <[email protected]> +yaml-1.140.0.ebuild:
+  Version bump
 
 *yaml-0.840.0-r1 (21 Aug 2014)
 



1.1                  dev-perl/yaml/yaml-1.140.0.ebuild

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

Index: yaml-1.140.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/yaml/yaml-1.140.0.ebuild,v 1.1 
2015/02/25 23:40:57 dilfridge Exp $

EAPI=5

MY_PN=YAML
MODULE_AUTHOR=INGY
MODULE_VERSION=1.14
inherit perl-module

DESCRIPTION="YAML Ain't Markup Language (tm)"

SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~s390 ~sh ~x86 ~ppc-aix 
~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
IUSE="test"

RDEPEND=""
DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? ( dev-perl/Test-YAML )
"

SRC_TEST="do"




Reply via email to