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

arfrever    10/10/30 19:01:49

  Modified:             zope-filerepresentation-3.6.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-filerepresentation/zope-filerepresentation-3.6.0.ebuild

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

Index: zope-filerepresentation-3.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- zope-filerepresentation-3.6.0.ebuild	14 Feb 2010 19:17:36 -0000	1.4
+++ zope-filerepresentation-3.6.0.ebuild	30 Oct 2010 19:01:49 -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-filerepresentation/zope-filerepresentation-3.6.0.ebuild,v 1.4 2010/02/14 19:17:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild,v 1.5 2010/10/30 19:01:49 arfrever Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="File-system Representation Interfaces"
 HOMEPAGE="http://pypi.python.org/pypi/zope.filerepresentation"
-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-filerepresentation: zope-filerepresentation-3.6.0.ebuild
@ 2010-12-23 12:56 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-23 12:56 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/12/23 12:56:37

  Modified:             zope-filerepresentation-3.6.0.ebuild
  Log:
  Update EAPI. Fix dependencies.
  
  (Portage version: 2.2.0_alpha10_p4/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild

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

Index: zope-filerepresentation-3.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zope-filerepresentation-3.6.0.ebuild	30 Oct 2010 19:01:49 -0000	1.5
+++ zope-filerepresentation-3.6.0.ebuild	23 Dec 2010 12:56:37 -0000	1.6
@@ -1,9 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild,v 1.5 2010/10/30 19:01:49 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild,v 1.6 2010/12/23 12:56:37 arfrever Exp $
 
-EAPI="2"
+EAPI="3"
+PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
 
 inherit distutils
 
@@ -19,12 +21,12 @@
 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-RDEPEND="net-zope/zope-interface"
+RDEPEND="net-zope/zope-interface
+	net-zope/zope-schema"
 DEPEND="${RDEPEND}
 	dev-python/setuptools"
-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:[~2010-12-23 12:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23 12:56 [gentoo-commits] gentoo-x86 commit in net-zope/zope-filerepresentation: zope-filerepresentation-3.6.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-30 19:01 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