public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pylzma: pylzma-0.4.2.ebuild
@ 2010-07-03 22:22 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-03 22:22 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/07/03 22:22:13

  Modified:             pylzma-0.4.2.ebuild
  Log:
  Update usage of inherit().
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/pylzma/pylzma-0.4.2.ebuild

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

Index: pylzma-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylzma/pylzma-0.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylzma-0.4.2.ebuild	3 Jul 2010 22:20:51 -0000	1.1
+++ pylzma-0.4.2.ebuild	3 Jul 2010 22:22:13 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylzma/pylzma-0.4.2.ebuild,v 1.1 2010/07/03 22:20:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylzma/pylzma-0.4.2.ebuild,v 1.2 2010/07/03 22:22:13 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
 RESTRICT_PYTHON_ABIS="3.*"
 
-inherit distutils eutils
+inherit distutils
 
 DESCRIPTION="Python bindings for the LZMA compression library"
 HOMEPAGE="http://www.joachim-bauch.de/projects/python/pylzma/ http://pypi.python.org/pypi/pylzma"






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

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

arfrever    10/12/26 15:18:31

  Modified:             pylzma-0.4.2.ebuild
  Log:
  Use PyPI mirrors.
  
  (Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/pylzma/pylzma-0.4.2.ebuild

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

Index: pylzma-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylzma/pylzma-0.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pylzma-0.4.2.ebuild	3 Jul 2010 22:22:13 -0000	1.2
+++ pylzma-0.4.2.ebuild	26 Dec 2010 15:18:31 -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/pylzma/pylzma-0.4.2.ebuild,v 1.2 2010/07/03 22:22:13 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylzma/pylzma-0.4.2.ebuild,v 1.3 2010/12/26 15:18:31 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="Python bindings for the LZMA compression library"
 HOMEPAGE="http://www.joachim-bauch.de/projects/python/pylzma/ http://pypi.python.org/pypi/pylzma"
-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="LGPL-2.1"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/pylzma: pylzma-0.4.2.ebuild
@ 2011-01-29  0:42 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-29  0:42 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/01/29 00:42:40

  Removed:              pylzma-0.4.2.ebuild
  Log:
  Delete older ebuild.



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

end of thread, other threads:[~2011-01-29  0:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-29  0:42 [gentoo-commits] gentoo-x86 commit in dev-python/pylzma: pylzma-0.4.2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-26 15:18 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-07-03 22:22 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