axs         14/08/24 12:41:13

  Modified:             ChangeLog
  Added:                Apache-Test-1.380.0-r1.ebuild
  Removed:              Apache-Test-1.380.0.ebuild
  Log:
  bumped EAPI to 5; committed directly to stable as no other changes present 
and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 2B6559ED)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog   8 Jan 2013 18:42:47 -0000       1.99
+++ ChangeLog   24 Aug 2014 12:41:13 -0000      1.100
@@ -1,6 +1,13 @@
 # ChangeLog for dev-perl/Apache-Test
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.99 
2013/01/08 18:42:47 tove Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.100 
2014/08/24 12:41:13 axs Exp $
+
+*Apache-Test-1.380.0-r1 (24 Aug 2014)
+
+  24 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +Apache-Test-1.380.0-r1.ebuild, -Apache-Test-1.380.0.ebuild:
+  bumped EAPI to 5; committed directly to stable as no other changes present 
and
+  revbump helps stable systems to keep from dieing on perl-5.18 upgrade
 
   08 Jan 2013; Torsten Veller <[email protected]> -Apache-Test-1.360.0.ebuild,
   -Apache-Test-1.370.0.ebuild:



1.1                  dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild

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

Index: Apache-Test-1.380.0-r1.ebuild
===================================================================
# Copyright 1999-2014 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.380.0-r1.ebuild,v 
1.1 2014/08/24 12:41:13 axs Exp $

EAPI=5

MODULE_AUTHOR=PHRED
MODULE_VERSION=1.38
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=""

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

need_apache

pkg_setup() {
        perl-module_pkg_setup
}

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