dilfridge    15/05/18 21:01:42

  Modified:             ChangeLog
  Added:                ExtUtils-XSpp-0.180.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  Changes    Path
1.31                 dev-perl/ExtUtils-XSpp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   31 Aug 2014 10:42:06 -0000      1.30
+++ ChangeLog   18 May 2015 21:01:42 -0000      1.31
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/ExtUtils-XSpp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.30 
2014/08/31 10:42:06 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.31 
2015/05/18 21:01:42 dilfridge Exp $
+
+*ExtUtils-XSpp-0.180.0 (18 May 2015)
+
+  18 May 2015; Andreas K. Huettel <[email protected]>
+  +ExtUtils-XSpp-0.180.0.ebuild:
+  Version bump
 
   31 Aug 2014; Mikle Kolyada <[email protected]>
   -ExtUtils-XSpp-0.160.200.ebuild, -ExtUtils-XSpp-0.160.300.ebuild:



1.1                  dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild

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

Index: ExtUtils-XSpp-0.180.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/ExtUtils-XSpp/ExtUtils-XSpp-0.180.0.ebuild,v 
1.1 2015/05/18 21:01:42 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=SMUELLER
MODULE_VERSION=0.18
inherit perl-module

DESCRIPTION="XS for C++"

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

RDEPEND="
        >=virtual/perl-Digest-MD5-2.0.0
        >=virtual/perl-ExtUtils-ParseXS-3.70.0
"
DEPEND="${RDEPEND}
        >=virtual/perl-Module-Build-0.400.0
        test? (
                dev-perl/Test-Differences
                dev-perl/Test-Base
        )
"

SRC_TEST="do parallel"




Reply via email to