dilfridge    15/07/12 15:12:29

  Modified:             ChangeLog
  Added:                Capture-Tiny-0.300.0.ebuild
  Removed:              Capture-Tiny-0.270.0.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.59                 dev-perl/Capture-Tiny/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   18 Apr 2015 19:07:01 -0000      1.58
+++ ChangeLog   12 Jul 2015 15:12:29 -0000      1.59
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Capture-Tiny
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.58 
2015/04/18 19:07:01 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.59 
2015/07/12 15:12:29 dilfridge Exp $
+
+*Capture-Tiny-0.300.0 (12 Jul 2015)
+
+  12 Jul 2015; Andreas K. Huettel <[email protected]>
+  +Capture-Tiny-0.300.0.ebuild, -Capture-Tiny-0.270.0.ebuild:
+  Version bump; remove old
 
 *Capture-Tiny-0.280.0 (18 Apr 2015)
 



1.1                  dev-perl/Capture-Tiny/Capture-Tiny-0.300.0.ebuild

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

Index: Capture-Tiny-0.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/Capture-Tiny/Capture-Tiny-0.300.0.ebuild,v 1.1 
2015/07/12 15:12:29 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=0.30
inherit perl-module

DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
IUSE="test"

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

SRC_TEST="do parallel"




Reply via email to