alunduil 15/03/02 23:58:38 Modified: ChangeLog Added: docker-compose-1.1.0.ebuild Log: add version 1.1.0 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Revision Changes Path 1.2 app-emulation/docker-compose/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker-compose/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 31 Jan 2015 16:49:42 -0000 1.1 +++ ChangeLog 2 Mar 2015 23:58:38 -0000 1.2 @@ -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.1 2015/01/31 16:49:42 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker-compose/ChangeLog,v 1.2 2015/03/02 23:58:38 alunduil Exp $ + +*docker-compose-1.1.0 (02 Mar 2015) + + 02 Mar 2015; Alex Brandt <[email protected]> +docker-compose-1.1.0.ebuild: + add version 1.1.0 *docker-compose-1.1.0_rc2 (31 Jan 2015) *docker-compose-1.1.0_rc1 (31 Jan 2015) 1.1 app-emulation/docker-compose/docker-compose-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/docker-compose-1.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker-compose/docker-compose-1.1.0.ebuild?rev=1.1&content-type=text/plain Index: docker-compose-1.1.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.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}" }
