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 C49B4139085 for ; Wed, 4 Jan 2017 16:19:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 296FBE0DBE; Wed, 4 Jan 2017 16:19:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EFEF0E0DBE for ; Wed, 4 Jan 2017 16:19:36 +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 C80BE33FECD for ; Wed, 4 Jan 2017 16:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FD18261D for ; Wed, 4 Jan 2017 16:19:34 +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: <1483546758.c8e459adccf6ae88ceaa891c93eb03db9da9aa06.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.ebuild X-VCS-Directories: app-emulation/docker-compose/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c8e459adccf6ae88ceaa891c93eb03db9da9aa06 X-VCS-Branch: master Date: Wed, 4 Jan 2017 16:19:34 +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: c457393e-765a-4c82-9e6e-4cf64fc5e1fd X-Archives-Hash: b5b8fc0bbe6a81f33f81972c980064bd commit: c8e459adccf6ae88ceaa891c93eb03db9da9aa06 Author: Manuel Rüger gentoo org> AuthorDate: Wed Jan 4 16:19:18 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Jan 4 16:19:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e459ad app-emulation/docker-compose: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../docker-compose-1.10.0_pre20161220.ebuild | 67 ---------------------- 1 file changed, 67 deletions(-) diff --git a/app-emulation/docker-compose/docker-compose-1.10.0_pre20161220.ebuild b/app-emulation/docker-compose/docker-compose-1.10.0_pre20161220.ebuild deleted file mode 100644 index 9996706..00000000 --- a/app-emulation/docker-compose/docker-compose-1.10.0_pre20161220.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# 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/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 '