Gentoo Archives: gentoo-commits

From: "Andreas Huettel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/IO-HTML: IO-HTML-1.1.0.ebuild ChangeLog
Date: Sun, 05 Jul 2015 11:54:04
Message-Id: 20150705115353.6DD3D752@oystercatcher.gentoo.org
1 dilfridge 15/07/05 11:53:53
2
3 Modified: ChangeLog
4 Added: IO-HTML-1.1.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
9
10 Revision Changes Path
11 1.15 dev-perl/IO-HTML/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 26 Oct 2014 15:45:56 -0000 1.14
24 +++ ChangeLog 5 Jul 2015 11:53:53 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/IO-HTML
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.14 2014/10/26 15:45:56 dilfridge Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.15 2015/07/05 11:53:53 dilfridge Exp $
31 +
32 +*IO-HTML-1.1.0 (05 Jul 2015)
33 +
34 + 05 Jul 2015; Andreas K. Huettel <dilfridge@g.o> +IO-HTML-1.1.0.ebuild:
35 + Version bump
36
37 26 Oct 2014; Andreas K. Huettel <dilfridge@g.o>
38 -IO-HTML-0.40.0.ebuild:
39
40
41
42 1.1 dev-perl/IO-HTML/IO-HTML-1.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/IO-HTML-1.1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/IO-HTML-1.1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: IO-HTML-1.1.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/IO-HTML/IO-HTML-1.1.0.ebuild,v 1.1 2015/07/05 11:53:53 dilfridge Exp $
52
53 EAPI=5
54
55 MODULE_AUTHOR=CJM
56 MODULE_VERSION=1.001
57 inherit perl-module
58
59 DESCRIPTION="Open an HTML file with automatic charset detection"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 IUSE="test"
64
65 RDEPEND="
66 virtual/perl-Carp
67 >=virtual/perl-Encode-2.100.0
68 >=virtual/perl-Exporter-5.570.0
69 "
70 DEPEND="${RDEPEND}
71 >=virtual/perl-ExtUtils-MakeMaker-6.300.0
72 test? (
73 virtual/perl-Scalar-List-Utils
74 virtual/perl-File-Temp
75 >=virtual/perl-Test-Simple-0.880.0
76 )
77 "
78 # Scalar::Util
79
80 SRC_TEST="do parallel"