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

arfrever    10/02/28 13:45:44

  Modified:             python-ptrace-0.6.2.ebuild
  Log:
  Don't use --no-link option of python_copy_sources().
  (Portage version: 15497-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/python-ptrace/python-ptrace-0.6.2.ebuild

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

Index: python-ptrace-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-ptrace-0.6.2.ebuild	8 Feb 2010 08:44:19 -0000	1.2
+++ python-ptrace-0.6.2.ebuild	28 Feb 2010 13:45:43 -0000	1.3
@@ -1,13 +1,12 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v 1.2 2010/02/08 08:44:19 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v 1.3 2010/02/28 13:45:43 arfrever Exp $
 
 EAPI="2"
-
-NEED_PYTHON="2.5"
+PYTHON_DEPEND="2:2.5"
 SUPPORT_PYTHON_ABIS="1"
 
-inherit eutils distutils
+inherit distutils eutils
 
 DESCRIPTION="python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes)."
 HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/ http://pypi.python.org/pypi/python-ptrace"
@@ -26,7 +25,7 @@
 PYTHON_MODNAME="ptrace"
 
 src_prepare() {
-	python_copy_sources --no-link
+	python_copy_sources
 
 	conversion() {
 		[[ "${PYTHON_ABI}" == 2.* ]] && return






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

* [gentoo-commits] gentoo-x86 commit in dev-python/python-ptrace: python-ptrace-0.6.2.ebuild
@ 2010-12-26 15:30 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-26 15:30 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/12/26 15:30:10

  Modified:             python-ptrace-0.6.2.ebuild
  Log:
  Use PyPI mirrors.
  
  (Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/python-ptrace/python-ptrace-0.6.2.ebuild

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

Index: python-ptrace-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-ptrace-0.6.2.ebuild	28 Feb 2010 13:45:43 -0000	1.3
+++ python-ptrace-0.6.2.ebuild	26 Dec 2010 15:30:10 -0000	1.4
@@ -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/python-ptrace/python-ptrace-0.6.2.ebuild,v 1.3 2010/02/28 13:45:43 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ptrace/python-ptrace-0.6.2.ebuild,v 1.4 2010/12/26 15:30:10 arfrever Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2:2.5"
@@ -10,7 +10,7 @@
 
 DESCRIPTION="python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes)."
 HOMEPAGE="http://bitbucket.org/haypo/python-ptrace/ http://pypi.python.org/pypi/python-ptrace"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"






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

end of thread, other threads:[~2010-12-26 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-26 15:30 [gentoo-commits] gentoo-x86 commit in dev-python/python-ptrace: python-ptrace-0.6.2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-28 13:45 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