monsieurp    15/07/17 08:42:00

  Modified:             ChangeLog
  Added:                Perl-Tags-0.280.0-r2.ebuild
  Log:
  Remove a broken test. Fix bug 554956.
  
  Signed-off-by: Patrice Clement <[email protected]>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.8                  dev-perl/Perl-Tags/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Perl-Tags/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Perl-Tags/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Perl-Tags/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Perl-Tags/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   13 Dec 2014 20:42:06 -0000      1.7
+++ ChangeLog   17 Jul 2015 08:42:00 -0000      1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Perl-Tags
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perl-Tags/ChangeLog,v 1.7 
2014/12/13 20:42:06 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Perl-Tags/ChangeLog,v 1.8 
2015/07/17 08:42:00 monsieurp Exp $
+
+*Perl-Tags-0.280.0-r2 (17 Jul 2015)
+
+  17 Jul 2015; Patrice Clement <[email protected]>
+  +Perl-Tags-0.280.0-r2.ebuild:
+  Remove a broken test. Fix bug 554956.
 
   13 Dec 2014; Andreas K. Huettel <[email protected]>
   Perl-Tags-0.280.0-r1.ebuild:



1.1                  dev-perl/Perl-Tags/Perl-Tags-0.280.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Perl-Tags/Perl-Tags-0.280.0-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Perl-Tags/Perl-Tags-0.280.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: Perl-Tags-0.280.0-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/Perl-Tags/Perl-Tags-0.280.0-r2.ebuild,v 1.1 
2015/07/17 08:42:00 monsieurp Exp $

EAPI=5

MODULE_AUTHOR=OSFAMERON
MODULE_VERSION=0.28
inherit perl-module

DESCRIPTION="Generate (possibly exuberant) Ctags style tags for Perl sourcecode"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris"
IUSE="test"

PERL_RM_FILES=(
        t/05_vim.t
)

RDEPEND="
        virtual/perl-File-Spec
        virtual/perl-File-Temp
        dev-perl/Module-Locate
        dev-perl/PPI
"
DEPEND="${RDEPEND}
        test? ( app-editors/vim[perl] )
"

SRC_TEST="do"




Reply via email to