dilfridge    15/07/04 11:20:13

  Modified:             ChangeLog
  Added:                ImageSize-3.300.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  Changes    Path
1.85                 dev-perl/ImageSize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   22 Aug 2014 20:59:08 -0000      1.84
+++ ChangeLog   4 Jul 2015 11:20:13 -0000       1.85
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/ImageSize
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.84 
2014/08/22 20:59:08 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageSize/ChangeLog,v 1.85 
2015/07/04 11:20:13 dilfridge Exp $
+
+*ImageSize-3.300.0 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel <[email protected]>
+  +ImageSize-3.300.0.ebuild:
+  Version bump
 
 *ImageSize-3.232.0-r1 (22 Aug 2014)
 



1.1                  dev-perl/ImageSize/ImageSize-3.300.0.ebuild

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

Index: ImageSize-3.300.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/ImageSize/ImageSize-3.300.0.ebuild,v 1.1 
2015/07/04 11:20:13 dilfridge Exp $

EAPI=5

MY_PN=Image-Size
MODULE_AUTHOR=RJRAY
MODULE_VERSION=3.300
inherit perl-module

DESCRIPTION="A library to extract height/width from images"

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

RDEPEND="
        virtual/perl-IO-Compress
        >=virtual/perl-File-Spec-0.800.0
"
DEPEND="${RDEPEND}
        >=dev-perl/Module-Build-0.420.0
        test? (
                virtual/perl-Test-Simple
        )
"

SRC_TEST="do parallel"
mydoc="ToDo"




Reply via email to