From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CB70139085 for ; Wed, 4 Jan 2017 16:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAAABE0DD1; Wed, 4 Jan 2017 16:19:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7282DE0DD1 for ; Wed, 4 Jan 2017 16:19:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28B7D34121E for ; Wed, 4 Jan 2017 16:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1B512521 for ; Wed, 4 Jan 2017 16:19:33 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1483546730.f1ede227d321561f7771909e4d9d7cf2a59c59b9.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-compose/docker-compose-1.10.0_pre20161220-r1.ebuild X-VCS-Directories: app-emulation/docker-compose/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: f1ede227d321561f7771909e4d9d7cf2a59c59b9 X-VCS-Branch: master Date: Wed, 4 Jan 2017 16:19:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6df9ee78-c38f-4556-a52c-2c608f20370b X-Archives-Hash: e48993f74d707f98e94804a65755c497 commit: f1ede227d321561f7771909e4d9d7cf2a59c59b9 Author: Manuel Rüger gentoo org> AuthorDate: Wed Jan 4 16:18:50 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Jan 4 16:18:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ede227 app-emulation/docker-compose: Fix dependencies Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../docker-compose-1.10.0_pre20161220-r1.ebuild | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/app-emulation/docker-compose/docker-compose-1.10.0_pre20161220-r1.ebuild b/app-emulation/docker-compose/docker-compose-1.10.0_pre20161220-r1.ebuild new file mode 100644 index 00000000..9dcd804 --- /dev/null +++ b/app-emulation/docker-compose/docker-compose-1.10.0_pre20161220-r1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_4} ) + +inherit bash-completion-r1 distutils-r1 vcs-snapshot + +GIT_COMMIT="09690e1758d39f1213a9f44ab027ad69e1de0653" + +DESCRIPTION="Multi-container orchestration for Docker" +HOMEPAGE="https://www.docker.com/" +SRC_URI="https://github.com/docker/compose/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +CDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}] + =dev-python/colorama-0.3.7[${PYTHON_USEDEP}] + =dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}] + =dev-python/docker-py-2.0.0[${PYTHON_USEDEP}] + =dev-python/docopt-0.6.1[${PYTHON_USEDEP}] + =dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}] + =dev-python/pyyaml-3.10[${PYTHON_USEDEP}] + =dev-python/requests-2.6.1[${PYTHON_USEDEP}] + >=dev-python/six-1.3.0[${PYTHON_USEDEP}] + =dev-python/texttable-0.8.1[${PYTHON_USEDEP}] + =dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}] + =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' ) + $(python_gen_cond_dep '