commit:     b3e3c2c442e7801fd4e3f66a0dda855488ab53e1
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 13:16:25 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 13:16:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e3c2c4

app-emulation/docker-compose: Remove old

Package-Manager: portage-2.3.2

 app-emulation/docker-compose/Manifest              |  1 -
 .../docker-compose/docker-compose-1.9.0_rc4.ebuild | 67 ----------------------
 2 files changed, 68 deletions(-)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 217f295..dbcebca 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,3 +1,2 @@
 DIST docker-compose-1.8.1.tar.gz 151478 SHA256 
1c72725a0a5cd41f56021cb51c6cba86932fb5b4155378ce883500d2644efc84 SHA512 
8b33bf5b1fa3eeb5c5724e7ada8c61cf054a5cc1af68c9c9ab40955958f0f6a537f5bad8d54367dddc5ae66930d0555c83da47a48fc43f623d92fd60ad01cb62
 WHIRLPOOL 
5dca7ff3303833a45b0e7f462a375c58f68f4a19659e66b93bfc564701df8dfba70311151eb674a84c5a3b81703ddcc8809c6c7b89574c738ac9db96a32c93e6
 DIST docker-compose-1.9.0.tar.gz 156392 SHA256 
98fb664c79c06a0777af2540b83eaa63c6a05ae7eb9e7417193899df2f96e27f SHA512 
9d145807406ce4de3e91245bba4f774d80e0a39a81115fc111624e1a56b7e8a7505d49700df68b062efc65f8de661c8dca08067615a7504b3d7adf6c15d156d0
 WHIRLPOOL 
ca64f1e8e9c830c3cab01193be0d809cbb80fbea2a451dd7f51ff688d76a376a047bdc781471b292de06a275f933ebf755c4b24cc60fe19fe77fb4729101b9e5
-DIST docker-compose-1.9.0_rc4.tar.gz 156319 SHA256 
41925ed34fdfb998dce903db30de8f3655ba9e6797b1ce659fca40f6ca8134d1 SHA512 
55cf4a8d4641830c3d683a1aa9d8eb8feefef095b857774d9c23c4743808d6694b9381498ac5e803a32112af48ef428fa209433c9aaa115c98b77b7ed388abf6
 WHIRLPOOL 
a8cd0bf69d842c21932a64dd284b9b8ecb87973312284811f55aa070fa72c093ee2a89bff5109ebb7b86730fd9f71e8e7e97d3360be5fee84f6f37bad87e81aa

diff --git a/app-emulation/docker-compose/docker-compose-1.9.0_rc4.ebuild 
b/app-emulation/docker-compose/docker-compose-1.9.0_rc4.ebuild
deleted file mode 100644
index 88561bd..00000000
--- a/app-emulation/docker-compose/docker-compose-1.9.0_rc4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit bash-completion-r1 distutils-r1 vcs-snapshot
-
-MY_PV=${PV//_/}
-
-DESCRIPTION="Multi-container orchestration for Docker"
-HOMEPAGE="https://www.docker.com/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.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/cached-property-2[${PYTHON_USEDEP}]
-       >=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
-       <dev-python/dockerpty-0.5[${PYTHON_USEDEP}]
-       >=dev-python/docker-py-1.10.6[${PYTHON_USEDEP}]
-       <dev-python/docker-py-2.0[${PYTHON_USEDEP}]
-       >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
-       <dev-python/docopt-0.7[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
-       <dev-python/jsonschema-3[${PYTHON_USEDEP}]
-       >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-       <dev-python/pyyaml-4[${PYTHON_USEDEP}]
-       !~dev-python/requests-2.11.0[${PYTHON_USEDEP}]
-       <dev-python/requests-2.12[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.6.1[${PYTHON_USEDEP}]
-       >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
-       <dev-python/six-2[${PYTHON_USEDEP}]
-       >=dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
-       <dev-python/texttable-0.9[${PYTHON_USEDEP}]
-       >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-       <dev-python/websocket-client-1.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
-       $(python_gen_cond_dep '<dev-python/enum34-2[${PYTHON_USEDEP}]' 
'python2_7' )
-"
-DEPEND="
-       ${CDEPEND}
-       test? (
-               dev-python/pytest[${PYTHON_USEDEP}]
-               $(python_gen_cond_dep 
'>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
-       )
-"
-RDEPEND="${CDEPEND}"
-
-python_test() {
-       ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-       newbashcomp contrib/completion/bash/docker-compose ${PN}
-
-       insinto /usr/share/zsh/site-functions
-       doins contrib/completion/zsh/*
-
-       distutils-r1_python_install_all
-}

Reply via email to