public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/Shapely: Shapely-1.3.2.ebuild Shapely-1.3.0.ebuild ChangeLog
@ 2015-04-03 12:43 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-04-03 12:43 UTC (permalink / raw
  To: gentoo-commits

jlec        15/04/03 12:43:10

  Modified:             Shapely-1.3.2.ebuild Shapely-1.3.0.ebuild ChangeLog
  Log:
  Fix usage of distutils-r1.eclass
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  sci-libs/Shapely/Shapely-1.3.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild?r1=1.3&r2=1.4

Index: Shapely-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Shapely-1.3.2.ebuild	8 Jan 2015 12:53:15 -0000	1.3
+++ Shapely-1.3.2.ebuild	3 Apr 2015 12:43:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild,v 1.3 2015/01/08 12:53:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.2.ebuild,v 1.4 2015/04/03 12:43:10 jlec Exp $
 
 EAPI="5"
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="Geometric objects, predicates, and operations"
 HOMEPAGE="https://pypi.python.org/pypi/Shapely"
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
@@ -22,9 +22,7 @@
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
-src_prepare() {
-	epatch "${FILESDIR}/setup_unicode.patch"
-}
+PATCHES=( "${FILESDIR}"/setup_unicode.patch )
 
 python_test() {
 	esetup.py test



1.4                  sci-libs/Shapely/Shapely-1.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/Shapely-1.3.0.ebuild?r1=1.3&r2=1.4

Index: Shapely-1.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Shapely-1.3.0.ebuild	8 Jan 2015 12:53:15 -0000	1.3
+++ Shapely-1.3.0.ebuild	3 Apr 2015 12:43:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.0.ebuild,v 1.3 2015/01/08 12:53:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/Shapely-1.3.0.ebuild,v 1.4 2015/04/03 12:43:10 jlec Exp $
 
 EAPI="5"
 
@@ -22,9 +22,7 @@
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
-src_prepare() {
-	epatch "${FILESDIR}"/setup_unicode.patch
-}
+PATCHES=( "${FILESDIR}"/setup_unicode.patch )
 
 python_test() {
 	esetup.py test



1.6                  sci-libs/Shapely/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/Shapely/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	8 Jan 2015 12:53:15 -0000	1.5
+++ ChangeLog	3 Apr 2015 12:43:10 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/Shapely
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v 1.5 2015/01/08 12:53:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/Shapely/ChangeLog,v 1.6 2015/04/03 12:43:10 jlec Exp $
+
+  03 Apr 2015; Justin Lecher <jlec@gentoo.org> Shapely-1.3.0.ebuild,
+  Shapely-1.3.2.ebuild:
+  Fix usage of distutils-r1.eclass
 
   08 Jan 2015; Justin Lecher <jlec@gentoo.org> Shapely-1.3.0.ebuild,
   Shapely-1.3.2.ebuild, Shapely-9999.ebuild:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-03 12:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-03 12:43 [gentoo-commits] gentoo-x86 commit in sci-libs/Shapely: Shapely-1.3.2.ebuild Shapely-1.3.0.ebuild ChangeLog Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox