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

arfrever    09/12/28 22:40:08

  Modified:             beanstalkc-0.2.0.ebuild
  Log:
  Fix dependencies.
  (Portage version: 15153-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/beanstalkc/beanstalkc-0.2.0.ebuild

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

Index: beanstalkc-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- beanstalkc-0.2.0.ebuild	28 Dec 2009 02:04:53 -0000	1.1
+++ beanstalkc-0.2.0.ebuild	28 Dec 2009 22:40:08 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.1 2009/12/28 02:04:53 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.2 2009/12/28 22:40:08 arfrever Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -16,8 +16,9 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-python/setuptools"
-RDEPEND=""
+RDEPEND="dev-python/pyyaml"
+DEPEND="${RDEPEND}
+	dev-python/setuptools"
 RESTRICT_PYTHON_ABIS="3.*"
 
 DOCS="README"






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

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

arfrever    10/10/30 19:24:41

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

Revision  Changes    Path
1.5                  dev-python/beanstalkc/beanstalkc-0.2.0.ebuild

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

Index: beanstalkc-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- beanstalkc-0.2.0.ebuild	21 May 2010 18:57:28 -0000	1.4
+++ beanstalkc-0.2.0.ebuild	30 Oct 2010 19:24:41 -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/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.4 2010/05/21 18:57:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.2.0.ebuild,v 1.5 2010/10/30 19:24:41 arfrever Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -9,7 +9,7 @@
 
 DESCRIPTION="A simple beanstalkd client library"
 HOMEPAGE="http://github.com/earl/beanstalkc http://pypi.python.org/pypi/beanstalkc"
-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="Apache-2.0"
 SLOT="0"






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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-28 22:40 [gentoo-commits] gentoo-x86 commit in dev-python/beanstalkc: beanstalkc-0.2.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-30 19:24 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