dilfridge    15/07/04 12:40:08

  Modified:             ChangeLog
  Added:                Inline-Python-0.490.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  Changes    Path
1.32                 dev-perl/Inline-Python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   13 Dec 2014 23:07:42 -0000      1.31
+++ ChangeLog   4 Jul 2015 12:40:08 -0000       1.32
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/Inline-Python
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.31 
2014/12/13 23:07:42 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.32 
2015/07/04 12:40:08 dilfridge Exp $
+
+*Inline-Python-0.490.0 (04 Jul 2015)
+
+  04 Jul 2015; Andreas K. Huettel <[email protected]>
+  +Inline-Python-0.490.0.ebuild:
+  Version bump
 
   13 Dec 2014; Mikle Kolyada <[email protected]> 
-Inline-Python-0.430.0.ebuild:
   Drop old



1.1                  dev-perl/Inline-Python/Inline-Python-0.490.0.ebuild

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

Index: Inline-Python-0.490.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/Inline-Python/Inline-Python-0.490.0.ebuild,v 
1.1 2015/07/04 12:40:08 dilfridge Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3} )
# Feel free to add more targets after testing.

MODULE_AUTHOR=NINE
MODULE_VERSION=0.49
inherit python-single-r1 perl-module

DESCRIPTION="Easy implementation of Python extensions"

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

RDEPEND="
        virtual/perl-Data-Dumper
        >=virtual/perl-Digest-MD5-2.500.0
        >=dev-perl/Inline-0.46
        ${PYTHON_DEPS}
"
DEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? (
                virtual/perl-Test-Simple
                virtual/perl-Test
        )
"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

PATCHES=( "${FILESDIR}/${PN}-0.460.0-insanepython.patch" )

SRC_TEST="do"




Reply via email to