public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-zope/zope-sequencesort: zope-sequencesort-3.4.0.ebuild
@ 2010-10-30 19:10 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-30 19:10 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/10/30 19:10:25

  Modified:             zope-sequencesort-3.4.0.ebuild
  Log:
  Use PyPI mirrors.
  
  (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild?r1=1.4&r2=1.5

Index: zope-sequencesort-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- zope-sequencesort-3.4.0.ebuild	14 Feb 2010 19:16:54 -0000	1.4
+++ zope-sequencesort-3.4.0.ebuild	30 Oct 2010 19:10:25 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild,v 1.4 2010/02/14 19:16:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild,v 1.5 2010/10/30 19:10:25 arfrever Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Sequence Sorting"
 HOMEPAGE="http://pypi.python.org/pypi/zope.sequencesort"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="ZPL"
 SLOT="0"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-zope/zope-sequencesort: zope-sequencesort-3.4.0.ebuild
@ 2011-04-03 17:27 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-03 17:27 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/03 17:27:34

  Modified:             zope-sequencesort-3.4.0.ebuild
  Log:
  Fix dependencies.
  
  (Portage version: 2.2.0_alpha29_p6/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild?r1=1.5&r2=1.6

Index: zope-sequencesort-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zope-sequencesort-3.4.0.ebuild	30 Oct 2010 19:10:25 -0000	1.5
+++ zope-sequencesort-3.4.0.ebuild	3 Apr 2011 17:27:34 -0000	1.6
@@ -1,9 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild,v 1.5 2010/10/30 19:10:25 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sequencesort/zope-sequencesort-3.4.0.ebuild,v 1.6 2011/04/03 17:27:34 arfrever Exp $
 
-EAPI="2"
+EAPI="3"
+PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
 
 inherit distutils
 
@@ -21,9 +23,8 @@
 
 DEPEND="dev-python/setuptools"
 RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
 
 S="${WORKDIR}/${MY_P}"
 
-PYTHON_MODNAME="${PN/-//}"
 DOCS="CHANGES.txt README.txt"
+PYTHON_MODNAME="${PN/-//}"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-03 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-03 17:27 [gentoo-commits] gentoo-x86 commit in net-zope/zope-sequencesort: zope-sequencesort-3.4.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-30 19:10 Arfrever Frehtes Taifersar Arahesis (arfrever)

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