dilfridge    15/06/26 21:25:01

  Modified:             ChangeLog
  Added:                HTML-Format-2.110.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.29                 dev-perl/HTML-Format/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   13 Jun 2015 22:49:57 -0000      1.28
+++ ChangeLog   26 Jun 2015 21:25:01 -0000      1.29
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/HTML-Format
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/ChangeLog,v 1.28 
2015/06/13 22:49:57 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Format/ChangeLog,v 1.29 
2015/06/26 21:25:01 dilfridge Exp $
+
+*HTML-Format-2.110.0 (26 Jun 2015)
+
+  26 Jun 2015; Andreas K. Huettel <dilfri...@gentoo.org>
+  +HTML-Format-2.110.0.ebuild:
+  Version bump
 
   13 Jun 2015; Andreas K. Huettel <dilfri...@gentoo.org>
   HTML-Format-2.100.0-r1.ebuild:



1.1                  dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild

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

Index: HTML-Format-2.110.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/HTML-Format/HTML-Format-2.110.0.ebuild,v 1.1 
2015/06/26 21:25:01 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=NIGELM
MODULE_VERSION=2.11
inherit perl-module

DESCRIPTION="HTML Formatter"

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

RDEPEND="
        virtual/perl-Carp
        virtual/perl-Data-Dumper
        virtual/perl-Encode
        dev-perl/Font-AFM
        dev-perl/HTML-Tree
        virtual/perl-IO
        virtual/perl-parent
"
DEPEND="${RDEPEND}
        >=dev-perl/Module-Build-0.360.100
        test? (
                dev-perl/File-Slurp
                virtual/perl-File-Spec
                virtual/perl-Scalar-List-Utils
                >=virtual/perl-Test-Simple-0.960.0
        )
"

SRC_TEST="do parallel"




Reply via email to