public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/boto: boto-2.3.0.ebuild ChangeLog boto-2.4.1.ebuild
@ 2012-06-13 21:03 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-06-13 21:03 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/06/13 21:03:33

  Modified:             boto-2.3.0.ebuild ChangeLog boto-2.4.1.ebuild
  Log:
  Remove unused eutils inherit.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-python/boto/boto-2.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild?r1=1.6&r2=1.7

Index: boto-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- boto-2.3.0.ebuild	29 May 2012 20:08:32 -0000	1.6
+++ boto-2.3.0.ebuild	13 Jun 2012 21:03:33 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild,v 1.6 2012/05/29 20:08:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild,v 1.7 2012/06/13 21:03:33 radhermit Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
@@ -8,7 +8,7 @@
 RESTRICT_PYTHON_ABIS="2.4 3.*"
 DISTUTILS_SRC_TEST="setup.py"
 
-inherit distutils eutils
+inherit distutils
 
 DESCRIPTION="Amazon Web Services API"
 HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"



1.49                 dev-python/boto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	29 May 2012 20:08:32 -0000	1.48
+++ ChangeLog	13 Jun 2012 21:03:33 -0000	1.49
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/boto
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.48 2012/05/29 20:08:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.49 2012/06/13 21:03:33 radhermit Exp $
+
+  13 Jun 2012; Tim Harder <radhermit@gentoo.org> boto-2.3.0.ebuild,
+  boto-2.4.1.ebuild:
+  Remove unused eutils inherit.
 
   29 May 2012; Brent Baude <ranger@gentoo.org> boto-2.3.0.ebuild:
   Marking boto-2.3.0 ppc for bug 416861



1.2                  dev-python/boto/boto-2.4.1.ebuild

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

Index: boto-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boto-2.4.1.ebuild	21 May 2012 18:22:40 -0000	1.1
+++ boto-2.4.1.ebuild	13 Jun 2012 21:03:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.4.1.ebuild,v 1.1 2012/05/21 18:22:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.4.1.ebuild,v 1.2 2012/06/13 21:03:33 radhermit Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.5"
@@ -8,7 +8,7 @@
 RESTRICT_PYTHON_ABIS="2.4 3.*"
 DISTUTILS_SRC_TEST="setup.py"
 
-inherit distutils eutils
+inherit distutils
 
 DESCRIPTION="Amazon Web Services API"
 HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-13 21:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13 21:03 [gentoo-commits] gentoo-x86 commit in dev-python/boto: boto-2.3.0.ebuild ChangeLog boto-2.4.1.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox