Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/yaml: yaml-1.140.0.ebuild ChangeLog
Date: Wed, 25 Feb 2015 23:41:06
Message-Id: 20150225234057.BEF05128DD@oystercatcher.gentoo.org
1 dilfridge 15/02/25 23:40:57
2
3 Modified: ChangeLog
4 Added: yaml-1.140.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.118 dev-perl/yaml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/yaml/ChangeLog?rev=1.118&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/yaml/ChangeLog?rev=1.118&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/yaml/ChangeLog?r1=1.117&r2=1.118
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v
20 retrieving revision 1.117
21 retrieving revision 1.118
22 diff -u -r1.117 -r1.118
23 --- ChangeLog 21 Aug 2014 20:13:15 -0000 1.117
24 +++ ChangeLog 25 Feb 2015 23:40:57 -0000 1.118
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/yaml
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.117 2014/08/21 20:13:15 axs Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.118 2015/02/25 23:40:57 dilfridge Exp $
31 +
32 +*yaml-1.140.0 (25 Feb 2015)
33 +
34 + 25 Feb 2015; Andreas K. Huettel <dilfridge@g.o> +yaml-1.140.0.ebuild:
35 + Version bump
36
37 *yaml-0.840.0-r1 (21 Aug 2014)
38
39
40
41
42 1.1 dev-perl/yaml/yaml-1.140.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/yaml/yaml-1.140.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/yaml/yaml-1.140.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: yaml-1.140.0.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-1.140.0.ebuild,v 1.1 2015/02/25 23:40:57 dilfridge Exp $
52
53 EAPI=5
54
55 MY_PN=YAML
56 MODULE_AUTHOR=INGY
57 MODULE_VERSION=1.14
58 inherit perl-module
59
60 DESCRIPTION="YAML Ain't Markup Language (tm)"
61
62 SLOT="0"
63 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"
64 IUSE="test"
65
66 RDEPEND=""
67 DEPEND="${RDEPEND}
68 virtual/perl-ExtUtils-MakeMaker
69 test? ( dev-perl/Test-YAML )
70 "
71
72 SRC_TEST="do"