dilfridge 15/07/05 11:53:53 Modified: ChangeLog Added: IO-HTML-1.1.0.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.15 dev-perl/IO-HTML/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 26 Oct 2014 15:45:56 -0000 1.14 +++ ChangeLog 5 Jul 2015 11:53:53 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/IO-HTML -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.14 2014/10/26 15:45:56 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.15 2015/07/05 11:53:53 dilfridge Exp $ + +*IO-HTML-1.1.0 (05 Jul 2015) + + 05 Jul 2015; Andreas K. Huettel <[email protected]> +IO-HTML-1.1.0.ebuild: + Version bump 26 Oct 2014; Andreas K. Huettel <[email protected]> -IO-HTML-0.40.0.ebuild: 1.1 dev-perl/IO-HTML/IO-HTML-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/IO-HTML-1.1.0.ebuild?rev=1.1&view=markup 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 Index: IO-HTML-1.1.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/IO-HTML/IO-HTML-1.1.0.ebuild,v 1.1 2015/07/05 11:53:53 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=CJM MODULE_VERSION=1.001 inherit perl-module DESCRIPTION="Open an HTML file with automatic charset detection" SLOT="0" 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" IUSE="test" RDEPEND=" virtual/perl-Carp >=virtual/perl-Encode-2.100.0 >=virtual/perl-Exporter-5.570.0 " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( virtual/perl-Scalar-List-Utils virtual/perl-File-Temp >=virtual/perl-Test-Simple-0.880.0 ) " # Scalar::Util SRC_TEST="do parallel"
