jlec        14/03/21 08:03:12

  Modified:             lz4-0.6.0_p20140104.ebuild ChangeLog
  Added:                lz4-0.6.1.ebuild
  Log:
  dev-python/lz4: Verion BUmp
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  dev-python/lz4/lz4-0.6.0_p20140104.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild?r1=1.2&r2=1.3

Index: lz4-0.6.0_p20140104.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lz4-0.6.0_p20140104.ebuild  12 Mar 2014 07:25:22 -0000      1.2
+++ lz4-0.6.0_p20140104.ebuild  21 Mar 2014 08:03:12 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild,v 
1.2 2014/03/12 07:25:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.0_p20140104.ebuild,v 
1.3 2014/03/21 08:03:12 jlec Exp $
 
 EAPI=5
 
@@ -10,7 +10,6 @@
 
 DESCRIPTION="LZ4 Bindings for Python"
 HOMEPAGE="https://pypi.python.org/pypi/lz4 
https://github.com/steeve/python-lz4";
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
 
 SLOT="0"
@@ -25,6 +24,7 @@
 python_prepare_all() {
        sed \
                -e '/nose/d' \
+               -e 's:"-O4"::g' \
                -i setup.py || die
 }
 



1.3                  dev-python/lz4/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   12 Mar 2014 07:25:22 -0000      1.2
+++ ChangeLog   21 Mar 2014 08:03:12 -0000      1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/lz4
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.2 2014/03/12 
07:25:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.3 2014/03/21 
08:03:12 jlec Exp $
+
+*lz4-0.6.1 (21 Mar 2014)
+
+  21 Mar 2014; Justin Lecher <[email protected]> lz4-0.6.0_p20140104.ebuild,
+  +lz4-0.6.1.ebuild:
+  Verion BUmp
 
   12 Mar 2014; Justin Lecher <[email protected]> lz4-0.6.0_p20140104.ebuild:
   We don't need nose for installation, #499558



1.1                  dev-python/lz4/lz4-0.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild?rev=1.1&content-type=text/plain

Index: lz4-0.6.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.6.1.ebuild,v 1.1 
2014/03/21 08:03:12 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )

inherit distutils-r1

DESCRIPTION="LZ4 Bindings for Python"
HOMEPAGE="https://pypi.python.org/pypi/lz4 https://github.com/steeve/python-lz4";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND=""
DEPEND="
        test? ( dev-python/nose )"

python_prepare_all() {
        sed \
                -e '/nose/d' \
                -e 's:"-O4"::g' \
                -i setup.py || die
}

python_test() {
        cd tests || die
        nosetests || die
}




Reply via email to