dilfridge    15/04/12 18:38:58

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

Revision  Changes    Path
1.75                 dev-perl/Apache-Session/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   23 Aug 2014 21:34:53 -0000      1.74
+++ ChangeLog   12 Apr 2015 18:38:58 -0000      1.75
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Apache-Session
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.74 
2014/08/23 21:34:53 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.75 
2015/04/12 18:38:58 dilfridge Exp $
+
+*Apache-Session-1.930.0 (12 Apr 2015)
+
+  12 Apr 2015; Andreas K. Huettel <[email protected]>
+  +Apache-Session-1.930.0.ebuild:
+  Version bump
 
 *Apache-Session-1.900.0-r1 (23 Aug 2014)
 



1.1                  dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild

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

Index: Apache-Session-1.930.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/Apache-Session/Apache-Session-1.930.0.ebuild,v 
1.1 2015/04/12 18:38:58 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=CHORNY
MODULE_VERSION=1.93
inherit perl-module

DESCRIPTION="A persistence framework for session data"

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

RDEPEND="
        virtual/perl-Digest-MD5
        virtual/perl-File-Temp
        virtual/perl-IO
        virtual/perl-Storable
"
DEPEND="${RDEPEND}
        virtual/perl-Module-Build
        test? (
                >=dev-perl/Test-Deep-0.82.0
                >=dev-perl/Test-Exception-0.150.0
                >=virtual/perl-Test-Simple-0.470.0
        )
"

SRC_TEST=do




Reply via email to