Gentoo Archives: gentoo-commits

From: Alex Brandt <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-compose/
Date: Fri, 11 Dec 2015 16:48:36
Message-Id: 1449852486.30723ce56c8f62df32b8d808b96cc40f69006608.alunduil@gentoo
1 commit: 30723ce56c8f62df32b8d808b96cc40f69006608
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 11 16:48:06 2015 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 11 16:48:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30723ce5
7
8 app-emulation/docker-compose: remove version 1.2.0-r1
9
10 Package-Manager: portage-2.2.26
11
12 app-emulation/docker-compose/Manifest | 1 -
13 .../docker-compose/docker-compose-1.2.0-r1.ebuild | 62 ----------------------
14 2 files changed, 63 deletions(-)
15
16 diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest
17 index d0d9388..488a7f4 100644
18 --- a/app-emulation/docker-compose/Manifest
19 +++ b/app-emulation/docker-compose/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST docker-compose-1.2.0.tar.gz 57150 SHA256 46ef3c5cb7dd79fa7fd1d5fc5ec5be6a5c634192bc09c604c0ea75adb89cb652 SHA512 d13f6d6d22979dbc4554c003e611097627e2273f06dd13a1c666c1ba138288597ebef08f1beaf6d342721391cb49ad5ce9ae2ff03367a041fc0c53fbb62c9ac4 WHIRLPOOL c7bb3e14a4c2788eb49241ce02dcaed5e49fe60652ca1a51d13e1712f946046415f5397d5bf892b5e0451059a4aee1b156ee7bdfdf64a22d000caae7b17254c0
22 DIST docker-compose-1.4.0.tar.gz 79532 SHA256 2748cc8dd0829b44f0f686e36683cab58e1a4bc869442a04508504d2f62d0337 SHA512 470442aa78ddb24e8b9287953031e17a96a89780edd3a85955c923ffe00f4bfe655412dc15422437121593d7e2899f0847813d3716fc9ed576f93e6455cb868b WHIRLPOOL 9dc6731dad3df6422ec1e1b66049c8e9f04068b2fc2c8180da44220c1fbedc4919dfe17475cd539c3f33a079f3d04f875baaf769a7bc0875de48cf622670dc4b
23 DIST docker-compose-1.5.1.tar.gz 104331 SHA256 df5e885fd758a2b5983574d6718b5a07f92c7166c5706dc6ff88687d27bfaf55 SHA512 be6678c27b73516e14bf80255e52bde72517bd65a91f1be2393a15f0f0b87ff9ddd785e22016a9a5e1a68d5e6b9be395a96d60b7bc862f24647adf81752b9baa WHIRLPOOL 0b1312cb0d99a7cf02d8a88a7b00f3105f497c1cfa0ac3b32b369cd3984f2b1eaa8ea2c9e2e5a70ada3a371fb8a774245b75eaf5a7665170398df5f703793311
24 DIST docker-compose-1.5.2.tar.gz 106583 SHA256 79aa7e2e6ef9ab1936f8777476ffd4bb329875ec3d3664d239896d2f2a3c4f4f SHA512 be671503bbb91fdb5fdf9ff593f28d290d1c65738d055629d8252cf4c4eea7f5931a1e1d6d7a0b27640166671ecb095b413cb694b768437be3ec207e059f4ccc WHIRLPOOL bb12df93739329b9577db41a317a22976dc97ca1d1d3dd72e2ff4b8c245caf106f1aab466d42ffa7b9e6a7bf6f628f8977d2700460591051dade074535f0175e
25
26 diff --git a/app-emulation/docker-compose/docker-compose-1.2.0-r1.ebuild b/app-emulation/docker-compose/docker-compose-1.2.0-r1.ebuild
27 deleted file mode 100644
28 index 45293cc..0000000
29 --- a/app-emulation/docker-compose/docker-compose-1.2.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,62 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit bash-completion-r1 distutils-r1
40 -
41 -DESCRIPTION="Multi-container orchestration for Docker"
42 -HOMEPAGE="https://www.docker.com/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE="test"
49 -
50 -CDEPEND="
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 - >=dev-python/dockerpty-0.3.2[${PYTHON_USEDEP}]
53 - <dev-python/dockerpty-0.4[${PYTHON_USEDEP}]
54 - >=dev-python/docker-py-1.0.0[${PYTHON_USEDEP}]
55 - <dev-python/docker-py-1.2[${PYTHON_USEDEP}]
56 - >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
57 - <dev-python/docopt-0.7[${PYTHON_USEDEP}]
58 - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
59 - <dev-python/pyyaml-4[${PYTHON_USEDEP}]
60 - >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
61 - >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
62 - <dev-python/six-2[${PYTHON_USEDEP}]
63 - >=dev-python/texttable-0.8.1[${PYTHON_USEDEP}]
64 - <dev-python/texttable-0.9[${PYTHON_USEDEP}]
65 - >=dev-python/websocket-client-0.11.0[${PYTHON_USEDEP}]
66 - <dev-python/websocket-client-1.0[${PYTHON_USEDEP}]
67 -"
68 -DEPEND="
69 - test? (
70 - ${CDEPEND}
71 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
72 - dev-python/nose[${PYTHON_USEDEP}]
73 - )
74 -"
75 -RDEPEND="${CDEPEND}"
76 -
77 -python_prepare_all() {
78 - local PATCHES=(
79 - "${FILESDIR}"/requests-requirements.patch
80 - )
81 -
82 - distutils-r1_python_prepare_all
83 -}
84 -
85 -python_test() {
86 - nosetests tests/unit || die "tests failed under ${EPYTHON}"
87 -}
88 -
89 -python_install_all() {
90 - newbashcomp contrib/completion/bash/docker-compose ${PN}
91 -
92 - distutils-r1_python_install_all
93 -}