alunduil 15/04/18 00:56:00 Modified: ChangeLog Added: docker-compose-1.2.0.ebuild Log: add version 1.2.0 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Revision Changes Path 1.7 app-emulation/docker-compose/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker-compose/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 11 Apr 2015 20:51:04 -0000 1.6 +++ ChangeLog 18 Apr 2015 00:56:00 -0000 1.7 @@ -1,6 +1,11 @@ # 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.6 2015/04/11 20:51:04 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker-compose/ChangeLog,v 1.7 2015/04/18 00:56:00 alunduil Exp $ + +*docker-compose-1.2.0 (18 Apr 2015) + + 18 Apr 2015; Alex Brandt <[email protected]> +docker-compose-1.2.0.ebuild: + add version 1.2.0 11 Apr 2015; Alex Brandt <[email protected]> -docker-compose-1.1.0.ebuild: remove version 1.1.0 1.1 app-emulation/docker-compose/docker-compose-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/docker-compose-1.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/docker-compose-1.2.0.ebuild?rev=1.1&content-type=text/plain Index: docker-compose-1.2.0.ebuild =================================================================== # 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.2.0.ebuild,v 1.1 2015/04/18 00:56:00 alunduil Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit bash-completion-r1 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/setuptools[${PYTHON_USEDEP}] >=dev-python/dockerpty-0.3.2[${PYTHON_USEDEP}] <dev-python/dockerpty-0.4[${PYTHON_USEDEP}] >=dev-python/docker-py-1.0.0[${PYTHON_USEDEP}] <dev-python/docker-py-1.2[${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.6[${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=" 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}" } python_install_all() { newbashcomp contrib/completion/bash/docker-compose ${PN} distutils-r1_python_install_all }
