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

arfrever    10/02/05 16:25:51

  Modified:             fusil-1.3.2.ebuild
  Log:
  Fix 'inherit'.
  (Portage version: 15322-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/fusil/fusil-1.3.2.ebuild

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

Index: fusil-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fusil-1.3.2.ebuild	9 Jan 2010 19:59:57 -0000	1.1
+++ fusil-1.3.2.ebuild	5 Feb 2010 16:25:50 -0000	1.2
@@ -1,12 +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/fusil/fusil-1.3.2.ebuild,v 1.1 2010/01/09 19:59:57 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.2 2010/02/05 16:25:50 arfrever Exp $
 
 EAPI="2"
 NEED_PYTHON="2.5"
 SUPPORT_PYTHON_ABIS="1"
 
-inherit distutils
+inherit distutils eutils
 
 DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs."
 HOMEPAGE="http://bitbucket.org/haypo/fusil/wiki/Home http://pypi.python.org/pypi/fusil"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/fusil: fusil-1.3.2.ebuild
@ 2010-02-28 13:39 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-28 13:39 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/02/28 13:39:51

  Modified:             fusil-1.3.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/fusil/fusil-1.3.2.ebuild

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

Index: fusil-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fusil-1.3.2.ebuild	5 Feb 2010 16:25:50 -0000	1.2
+++ fusil-1.3.2.ebuild	28 Feb 2010 13:39:51 -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/fusil/fusil-1.3.2.ebuild,v 1.2 2010/02/05 16:25:50 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.3 2010/02/28 13:39:51 arfrever Exp $
 
 EAPI="2"
 NEED_PYTHON="2.5"
@@ -24,7 +24,7 @@
 DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
 
 src_prepare() {
-	python_copy_sources --no-link
+	python_copy_sources
 
 	conversion() {
 		[[ "${PYTHON_ABI}" == 2.* ]] && return






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

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

arfrever    10/10/30 19:45:18

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

Revision  Changes    Path
1.5                  dev-python/fusil/fusil-1.3.2.ebuild

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

Index: fusil-1.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fusil-1.3.2.ebuild	30 Jun 2010 00:03:15 -0000	1.4
+++ fusil-1.3.2.ebuild	30 Oct 2010 19:45:18 -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/dev-python/fusil/fusil-1.3.2.ebuild,v 1.4 2010/06/30 00:03:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fusil/fusil-1.3.2.ebuild,v 1.5 2010/10/30 19:45:18 arfrever Exp $
 
 EAPI="3"
 PYTHON_DEPEND="*:2.5"
@@ -11,7 +11,7 @@
 
 DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing programs."
 HOMEPAGE="http://bitbucket.org/haypo/fusil/wiki/Home http://pypi.python.org/pypi/fusil"
-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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-05 16:25 [gentoo-commits] gentoo-x86 commit in dev-python/fusil: fusil-1.3.2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-28 13:39 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-10-30 19: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