dilfridge    14/10/25 19:43:21

  Modified:             ChangeLog
  Added:                Const-Fast-0.14.0-r1.ebuild
  Log:
  Fix dependencies, bug 518644
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  Changes    Path
1.12                 dev-perl/Const-Fast/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   30 Jul 2014 21:22:40 -0000      1.11
+++ ChangeLog   25 Oct 2014 19:43:21 -0000      1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Const-Fast
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.11 
2014/07/30 21:22:40 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.12 
2014/10/25 19:43:21 dilfridge Exp $
+
+*Const-Fast-0.14.0-r1 (25 Oct 2014)
+
+  25 Oct 2014; Andreas K. Huettel <dilfri...@gentoo.org>
+  +Const-Fast-0.14.0-r1.ebuild:
+  Fix dependencies, bug 518644
 
 *Const-Fast-0.14.0 (30 Jul 2014)
 



1.1                  dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild

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

Index: Const-Fast-0.14.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild,v 1.1 
2014/10/25 19:43:21 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=LEONT
MODULE_VERSION=0.014
inherit perl-module

DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"

SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND="
        virtual/perl-Scalar-List-Utils
        virtual/perl-Storable
        >=dev-perl/Sub-Exporter-Progressive-0.1.7
"
DEPEND="${RDEPEND}
        >=dev-perl/Module-Build-Tiny-0.21.0
        test? (
                virtual/perl-Data-Dumper
                virtual/perl-File-Temp
                dev-perl/Test-Fatal
                >=virtual/perl-Test-Simple-0.880.0
        )
"

SRC_TEST=do
mytargets="install"




Reply via email to