axs         14/11/13 16:45:31

  Modified:             ChangeLog
  Added:                HTTP-Tiny-0.43.0.ebuild
  Log:
  version bump to support dev-lang/perl other than 5.20, OKed by dilfridge
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.3                  perl-core/HTTP-Tiny/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/HTTP-Tiny/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/HTTP-Tiny/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/HTTP-Tiny/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/HTTP-Tiny/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   5 Sep 2013 09:14:57 -0000       1.2
+++ ChangeLog   13 Nov 2014 16:45:31 -0000      1.3
@@ -1,6 +1,12 @@
 # ChangeLog for perl-core/HTTP-Tiny
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/HTTP-Tiny/ChangeLog,v 1.2 
2013/09/05 09:14:57 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/HTTP-Tiny/ChangeLog,v 1.3 
2014/11/13 16:45:31 axs Exp $
+
+*HTTP-Tiny-0.43.0 (13 Nov 2014)
+
+  13 Nov 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +HTTP-Tiny-0.43.0.ebuild:
+  version bump to support dev-lang/perl other than 5.20, OKed by dilfridge
 
   05 Sep 2013; Patrick Lauer <[email protected]> HTTP-Tiny-0.29.0.ebuild:
   Whitespace



1.1                  perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild

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

Index: HTTP-Tiny-0.43.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild,v 1.1 
2014/11/13 16:45:31 axs Exp $

EAPI=5
MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=0.043
inherit perl-module

DESCRIPTION='A small, simple, correct HTTP/1.1 client'
LICENSE=" || ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="
        >=virtual/perl-ExtUtils-MakeMaker-6.30
        virtual/perl-IO
        virtual/perl-Time-Local
        test? (
                virtual/perl-Data-Dumper
                virtual/perl-Exporter
                virtual/perl-ExtUtils-MakeMaker
                virtual/perl-File-Spec
                virtual/perl-File-Spec
                virtual/perl-File-Temp
                virtual/perl-IO
                virtual/perl-IPC-Cmd
                virtual/perl-Scalar-List-Utils
                >=virtual/perl-Test-Simple-0.96
        )
"
RDEPEND="
        virtual/perl-IO
        virtual/perl-Time-Local
"
SRC_TEST="do"




Reply via email to