diff options
author | 2015-04-11 20:51:04 +0000 | |
---|---|---|
committer | 2015-04-11 20:51:04 +0000 | |
commit | c26c7c1dbf7c92f34809189ee7208bc5c54429f3 (patch) | |
tree | dea6d9636752ac974cf2f467d3f355f5c5c544c2 /app-emulation/docker-compose | |
parent | Actually make the monthly auto-check work. (diff) | |
download | gentoo-2-c26c7c1dbf7c92f34809189ee7208bc5c54429f3.tar.gz gentoo-2-c26c7c1dbf7c92f34809189ee7208bc5c54429f3.tar.bz2 gentoo-2-c26c7c1dbf7c92f34809189ee7208bc5c54429f3.zip |
remove version 1.1.0
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Diffstat (limited to 'app-emulation/docker-compose')
-rw-r--r-- | app-emulation/docker-compose/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/docker-compose/docker-compose-1.1.0.ebuild | 49 |
2 files changed, 4 insertions, 50 deletions
diff --git a/app-emulation/docker-compose/ChangeLog b/app-emulation/docker-compose/ChangeLog index 3136e3940dcd..c9a5d0e3739e 100644 --- a/app-emulation/docker-compose/ChangeLog +++ b/app-emulation/docker-compose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/docker-compose # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker-compose/ChangeLog,v 1.5 2015/04/11 20:49:13 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker-compose/ChangeLog,v 1.6 2015/04/11 20:51:04 alunduil Exp $ + + 11 Apr 2015; Alex Brandt <alunduil@gentoo.org> -docker-compose-1.1.0.ebuild: + remove version 1.1.0 *docker-compose-1.2.0_rc4 (11 Apr 2015) diff --git a/app-emulation/docker-compose/docker-compose-1.1.0.ebuild b/app-emulation/docker-compose/docker-compose-1.1.0.ebuild deleted file mode 100644 index 6759cbed04df..000000000000 --- a/app-emulation/docker-compose/docker-compose-1.1.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker-compose/docker-compose-1.1.0.ebuild,v 1.1 2015/03/02 23:58:38 alunduil Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Multi-container orchestration for Docker" -HOMEPAGE="https://www.docker.com/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -CDEPEND=" - >=dev-python/dockerpty-0.3.2[${PYTHON_USEDEP}] - <dev-python/dockerpty-0.4[${PYTHON_USEDEP}] - >=dev-python/docker-py-0.6.0[${PYTHON_USEDEP}] - <dev-python/docker-py-0.8[${PYTHON_USEDEP}] - >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}] - <dev-python/docopt-0.7[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] - <dev-python/pyyaml-4[${PYTHON_USEDEP}] - >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] - <dev-python/requests-2.5.0[${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.11.0[${PYTHON_USEDEP}] - <dev-python/websocket-client-1.0[${PYTHON_USEDEP}] -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${CDEPEND} - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - ) -" -RDEPEND="${CDEPEND}" - -python_test() { - nosetests tests/unit || die "Tests failed under ${EPYTHON}" -} |