dilfridge    15/04/30 20:45:53

  Modified:             ChangeLog
  Added:                B-Utils-0.260.0.ebuild
  Removed:              B-Utils-0.220.0-r1.ebuild
  Log:
  Version bump; remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  Changes    Path
1.27                 dev-perl/B-Utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   4 Mar 2015 06:02:01 -0000       1.26
+++ ChangeLog   30 Apr 2015 20:45:52 -0000      1.27
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/B-Utils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.26 
2015/03/04 06:02:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.27 
2015/04/30 20:45:52 dilfridge Exp $
+
+*B-Utils-0.260.0 (30 Apr 2015)
+
+  30 Apr 2015; Andreas K. Huettel <[email protected]>
+  -B-Utils-0.220.0-r1.ebuild, +B-Utils-0.260.0.ebuild:
+  Version bump; remove old
 
   04 Mar 2015; Markus Meier <[email protected]> B-Utils-0.250.0.ebuild:
   add ~arm, bug #540862



1.1                  dev-perl/B-Utils/B-Utils-0.260.0.ebuild

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

Index: B-Utils-0.260.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/B-Utils/B-Utils-0.260.0.ebuild,v 
1.1 2015/04/30 20:45:52 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=ETHER
MODULE_VERSION=0.26
inherit perl-module

DESCRIPTION="Helper functions for op tree manipulation"

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

RDEPEND="
        virtual/perl-Exporter
        virtual/perl-Scalar-List-Utils
        dev-perl/Task-Weaken
"
DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-CBuilder
        >=dev-perl/extutils-depends-0.301.0
        test? (
                virtual/perl-Test-Simple
        )
"

SRC_TEST=do




Reply via email to