dilfridge    15/04/06 19:45:16

  Modified:             ChangeLog
  Added:                File-chmod-0.420.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.25                 dev-perl/File-chmod/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   22 Aug 2014 17:52:04 -0000      1.24
+++ ChangeLog   6 Apr 2015 19:45:16 -0000       1.25
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/File-chmod
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.24 
2014/08/22 17:52:04 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chmod/ChangeLog,v 1.25 
2015/04/06 19:45:16 dilfridge Exp $
+
+*File-chmod-0.420.0 (06 Apr 2015)
+
+  06 Apr 2015; Andreas K. Huettel <dilfri...@gentoo.org>
+  +File-chmod-0.420.0.ebuild:
+  Version bump
 
 *File-chmod-0.360.0-r1 (22 Aug 2014)
 



1.1                  dev-perl/File-chmod/File-chmod-0.420.0.ebuild

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

Index: File-chmod-0.420.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/File-chmod/File-chmod-0.420.0.ebuild,v 1.1 
2015/04/06 19:45:16 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=XENO
MODULE_VERSION=0.42
inherit perl-module

DESCRIPTION="Implements symbolic and ls chmod modes"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-solaris"
IUSE="test"

RDEPEND="
        virtual/perl-Carp
        virtual/perl-Exporter
"
DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? (
                virtual/perl-File-Spec
                virtual/perl-File-Temp
                virtual/perl-IO
                virtual/perl-Test-Simple
                virtual/perl-autodie
        )
"

SRC_TEST=do




Reply via email to