radhermit 15/01/19 16:28:44 Modified: ChangeLog Added: robotframework-2.8.7.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.11 dev-python/robotframework/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/robotframework/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/robotframework/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/robotframework/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/robotframework/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 8 Oct 2014 02:11:31 -0000 1.10 +++ ChangeLog 19 Jan 2015 16:28:44 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/robotframework -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/robotframework/ChangeLog,v 1.10 2014/10/08 02:11:31 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/robotframework/ChangeLog,v 1.11 2015/01/19 16:28:44 radhermit Exp $ + +*robotframework-2.8.7 (19 Jan 2015) + + 19 Jan 2015; Tim Harder <[email protected]> +robotframework-2.8.7.ebuild: + Version bump. 08 Oct 2014; Tim Harder <[email protected]> -robotframework-2.7.6.ebuild, -robotframework-2.7.7.ebuild, -robotframework-2.8.1.ebuild, 1.1 dev-python/robotframework/robotframework-2.8.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/robotframework/robotframework-2.8.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/robotframework/robotframework-2.8.7.ebuild?rev=1.1&content-type=text/plain Index: robotframework-2.8.7.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/robotframework/robotframework-2.8.7.ebuild,v 1.1 2015/01/19 16:28:44 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A generic test automation framework for acceptance testing and acceptance test-driven development" HOMEPAGE="http://robotframework.org/ https://pypi.python.org/pypi/robotframework/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86"
