diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 03:47:53 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 03:47:53 +0000 |
commit | e7edc0735f1066c562e6180e90d68bdca3c74d05 (patch) | |
tree | b1968b50344f75e680652c14bef905c91f96f8a1 /dev-python/kombu | |
parent | Whitespace (diff) | |
download | gentoo-2-e7edc0735f1066c562e6180e90d68bdca3c74d05.tar.gz gentoo-2-e7edc0735f1066c562e6180e90d68bdca3c74d05.tar.bz2 gentoo-2-e7edc0735f1066c562e6180e90d68bdca3c74d05.zip |
Whitespace
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/kombu')
-rw-r--r-- | dev-python/kombu/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/kombu/kombu-2.5.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/kombu/ChangeLog b/dev-python/kombu/ChangeLog index 8ff98687910b..a7b55e5a0c37 100644 --- a/dev-python/kombu/ChangeLog +++ b/dev-python/kombu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/kombu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/ChangeLog,v 1.25 2013/06/27 17:31:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/ChangeLog,v 1.26 2013/08/15 03:47:53 patrick Exp $ + + 15 Aug 2013; Patrick Lauer <patrick@gentoo.org> kombu-2.5.10.ebuild: + Whitespace 27 Jun 2013; Ian Delaney <idella4@gentoo.org> +files/kombu-2.5.10-tests.patch, kombu-2.5.10.ebuild: diff --git a/dev-python/kombu/kombu-2.5.10.ebuild b/dev-python/kombu/kombu-2.5.10.ebuild index 81c5edb552b6..fed59a396549 100644 --- a/dev-python/kombu/kombu-2.5.10.ebuild +++ b/dev-python/kombu/kombu-2.5.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-2.5.10.ebuild,v 1.3 2013/06/27 17:31:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kombu/kombu-2.5.10.ebuild,v 1.4 2013/08/15 03:47:53 patrick Exp $ EAPI=5 @@ -54,7 +54,7 @@ python_test() { nosetests || die "Tests failed under ${EPYTHON}" fi } - + python_install_all() { use examples && local EXAMPLES=( examples/. ) use doc && local HTML_DOCS=( docs/.build/html/. ) |