public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/elixir: elixir-0.7.1.ebuild
@ 2010-02-06 14:32 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-06 14:32 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/02/06 14:32:25

  Modified:             elixir-0.7.1.ebuild
  Log:
  Use $(PYTHON -f) instead of ${python}.
  (Portage version: 15324-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/elixir/elixir-0.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/elixir/elixir-0.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/elixir/elixir-0.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/elixir/elixir-0.7.1.ebuild?r1=1.1&r2=1.2

Index: elixir-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/elixir/elixir-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- elixir-0.7.1.ebuild	21 Dec 2009 06:37:53 -0000	1.1
+++ elixir-0.7.1.ebuild	6 Feb 2010 14:32:25 -0000	1.2
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/elixir/elixir-0.7.1.ebuild,v 1.1 2009/12/21 06:37:53 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/elixir/elixir-0.7.1.ebuild,v 1.2 2010/02/06 14:32:25 arfrever Exp $
 
 EAPI="2"
+PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
@@ -36,10 +37,9 @@
 	distutils_src_compile
 
 	if use doc; then
-		python_version
 		einfo "Generation of documentation"
-		"${python}" setup.py addcommand -p buildutils.pudge_command
-		PYTHONPATH=. "${python}" setup.py pudge || die "Generation of documentation failed"
+		"$(PYTHON -f)" setup.py addcommand -p buildutils.pudge_command
+		PYTHONPATH=. "$(PYTHON -f)" setup.py pudge || die "Generation of documentation failed"
 	fi
 }
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/elixir: elixir-0.7.1.ebuild
@ 2010-10-30 19:35 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-30 19:35 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/10/30 19:35:38

  Modified:             elixir-0.7.1.ebuild
  Log:
  Use PyPI mirrors.
  
  (Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/elixir/elixir-0.7.1.ebuild

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

Index: elixir-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/elixir/elixir-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- elixir-0.7.1.ebuild	6 Feb 2010 14:32:25 -0000	1.2
+++ elixir-0.7.1.ebuild	30 Oct 2010 19:35:38 -0000	1.3
@@ -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/dev-python/elixir/elixir-0.7.1.ebuild,v 1.2 2010/02/06 14:32:25 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/elixir/elixir-0.7.1.ebuild,v 1.3 2010/10/30 19:35:38 arfrever Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
 
 DESCRIPTION="Declarative Mapper for SQLAlchemy"
 HOMEPAGE="http://elixir.ematia.de/trac/wiki http://pypi.python.org/pypi/Elixir"
-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="MIT"
 SLOT="0"






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

end of thread, other threads:[~2010-10-30 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-06 14:32 [gentoo-commits] gentoo-x86 commit in dev-python/elixir: elixir-0.7.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-30 19:35 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