dilfridge    15/04/30 20:32:47

  Modified:             ChangeLog
  Added:                Apache-Test-1.390.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  Changes    Path
1.102                dev-perl/Apache-Test/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   19 Nov 2014 19:31:11 -0000      1.101
+++ ChangeLog   30 Apr 2015 20:32:47 -0000      1.102
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Apache-Test
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.101 
2014/11/19 19:31:11 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.102 
2015/04/30 20:32:47 dilfridge Exp $
+
+*Apache-Test-1.390.0 (30 Apr 2015)
+
+  30 Apr 2015; Andreas K. Huettel <[email protected]>
+  +Apache-Test-1.390.0.ebuild:
+  Version bump
 
   19 Nov 2014; Andreas K. Huettel <[email protected]>
   Apache-Test-1.380.0-r1.ebuild:



1.1                  dev-perl/Apache-Test/Apache-Test-1.390.0.ebuild

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

Index: Apache-Test-1.390.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-Test/Apache-Test-1.390.0.ebuild,v 1.1 
2015/04/30 20:32:47 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SHAY
MODULE_VERSION=1.39
inherit depend.apache perl-module

DESCRIPTION="Test.pm wrapper with helpers for testing Apache"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND="virtual/perl-ExtUtils-MakeMaker"

# interactive, requires interaction with the live filesystem
SRC_TEST="skip"

need_apache

pkg_setup() {
        perl_set_version
}

src_install() {
        # This is to avoid conflicts with a deprecated Apache::Test stepping
        # in and causing problems/install errors
        if [ -f  "${S}"/.mypacklist ];
        then
                rm -f "${S}"/.mypacklist
        fi
        perl-module_src_install
}




Reply via email to