public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/Shapely: Shapely-1.3.2.ebuild Shapely-1.3.0.ebuild ChangeLog
Date: Fri,  3 Apr 2015 12:43:10 +0000 (UTC)	[thread overview]
Message-ID: <20150403124311.A3CA983@oystercatcher.gentoo.org> (raw)

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:





                 reply	other threads:[~2015-04-03 12:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150403124311.A3CA983@oystercatcher.gentoo.org \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox