public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/libcloud: libcloud-0.12.4.ebuild ChangeLog
@ 2013-05-02  4:11 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2013-05-02  4:11 UTC (permalink / raw
  To: gentoo-commits

patrick     13/05/02 04:11:07

  Modified:             ChangeLog
  Added:                libcloud-0.12.4.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  dev-python/libcloud/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/libcloud/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	2 Apr 2013 05:00:13 -0000	1.8
+++ ChangeLog	2 May 2013 04:11:07 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/libcloud
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/libcloud/ChangeLog,v 1.8 2013/04/02 05:00:13 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/libcloud/ChangeLog,v 1.9 2013/05/02 04:11:07 patrick Exp $
+
+*libcloud-0.12.4 (02 May 2013)
+
+  02 May 2013; Patrick Lauer <patrick@gentoo.org> +libcloud-0.12.4.ebuild:
+  Bump
 
 *libcloud-0.12.3 (02 Apr 2013)
 



1.1                  dev-python/libcloud/libcloud-0.12.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libcloud/libcloud-0.12.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libcloud/libcloud-0.12.4.ebuild?rev=1.1&content-type=text/plain

Index: libcloud-0.12.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/libcloud/libcloud-0.12.4.ebuild,v 1.1 2013/05/02 04:11:07 patrick Exp $

EAPI="3"

PYTHON_DEPEND="2:2.6 3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] *-jython"
DISTUTILS_SRC_TEST="setup.py"
PYTHON_TESTS_RESTRICTED_ABIS="3.*"
PYTHON_USE_WITH="ssl"

inherit distutils

DESCRIPTION="Unified Interface to the Cloud - python support libs"
HOMEPAGE="http://libcloud.apache.org/index.html"
SRC_URI="mirror://apache/${PN}/apache-${P}.tar.bz2"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples test"

RDEPEND=""
DEPEND="test? ( dev-python/mock )"

S="${WORKDIR}/apache-${P}"

src_test() {
	cp libcloud/test/secrets.py-dist libcloud/test/secrets.py || die
	distutils_src_test
}

src_install() {
	distutils_src_install
	if use examples ; then
		docinto examples/
		dodoc "${S}"/example_*.py || die
	fi
}





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

only message in thread, other threads:[~2013-05-02  4:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02  4:11 [gentoo-commits] gentoo-x86 commit in dev-python/libcloud: libcloud-0.12.4.ebuild ChangeLog Patrick Lauer (patrick)

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