axs         14/08/23 03:35:21

  Modified:             ChangeLog
  Added:                B-Hooks-EndOfScope-0.120.0-r1.ebuild
                        B-Hooks-EndOfScope-0.110.0-r1.ebuild
  Removed:              B-Hooks-EndOfScope-0.120.0.ebuild
                        B-Hooks-EndOfScope-0.110.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.30                 dev-perl/B-Hooks-EndOfScope/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   29 Sep 2013 13:29:23 -0000      1.29
+++ ChangeLog   23 Aug 2014 03:35:21 -0000      1.30
@@ -1,6 +1,15 @@
 # ChangeLog for dev-perl/B-Hooks-EndOfScope
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 
1.29 2013/09/29 13:29:23 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 
1.30 2014/08/23 03:35:21 axs Exp $
+
+*B-Hooks-EndOfScope-0.120.0-r1 (23 Aug 2014)
+*B-Hooks-EndOfScope-0.110.0-r1 (23 Aug 2014)
+
+  23 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +B-Hooks-EndOfScope-0.110.0-r1.ebuild, +B-Hooks-EndOfScope-0.120.0-r1.ebuild,
+  -B-Hooks-EndOfScope-0.110.0.ebuild, -B-Hooks-EndOfScope-0.120.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
 
   29 Sep 2013; Fabian Groffen <[email protected]>
   B-Hooks-EndOfScope-0.120.0.ebuild:



1.1                  
dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.120.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.120.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.120.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: B-Hooks-EndOfScope-0.120.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/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.120.0-r1.ebuild,v
 1.1 2014/08/23 03:35:21 axs Exp $

EAPI=5

MODULE_AUTHOR=BOBTFISH
MODULE_VERSION=0.12
inherit perl-module

DESCRIPTION="Execute code after a scope finished compilation"

SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix ~x64-macos"
IUSE=""

RDEPEND="
        >=dev-perl/Module-Implementation-0.50.0
        >=dev-perl/Module-Runtime-0.12.0
        >=dev-perl/Sub-Exporter-Progressive-0.1.6
"
DEPEND="${RDEPEND}
        >=virtual/perl-ExtUtils-CBuilder-0.260.0
"

SRC_TEST=do



1.1                  
dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: B-Hooks-EndOfScope-0.110.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/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0-r1.ebuild,v
 1.1 2014/08/23 03:35:21 axs Exp $

EAPI=5

MODULE_AUTHOR=FLORA
MODULE_VERSION=0.11
inherit perl-module

DESCRIPTION="Execute code after a scope finished compilation"

SLOT="0"
KEYWORDS="amd64 ppc x86 ~ppc-aix ~x64-macos"
IUSE=""

RDEPEND="
        >=dev-perl/Variable-Magic-0.480.0
        dev-perl/Sub-Exporter
"
DEPEND="${RDEPEND}"

SRC_TEST=do




Reply via email to