idella4 14/04/11 11:50:47 Modified: ChangeLog Added: hcs-utils-1.5.ebuild Removed: hcs-utils-1.4_rc5.ebuild hcs-utils-1.1.1.ebuild hcs-utils-1.2.ebuild hcs-utils-1.3.ebuild Log: bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.9 dev-python/hcs-utils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 26 Nov 2013 06:38:58 -0000 1.8 +++ ChangeLog 11 Apr 2014 11:50:47 -0000 1.9 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/hcs-utils -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/ChangeLog,v 1.8 2013/11/26 06:38:58 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/ChangeLog,v 1.9 2014/04/11 11:50:47 idella4 Exp $ + +*hcs-utils-1.5 (11 Apr 2014) + + 11 Apr 2014; Ian Delaney <idel...@gentoo.org> +hcs-utils-1.5.ebuild, + -hcs-utils-1.1.1.ebuild, -hcs-utils-1.2.ebuild, -hcs-utils-1.3.ebuild, + -hcs-utils-1.4_rc5.ebuild: + bump *hcs-utils-1.4 (26 Nov 2013) 1.1 dev-python/hcs-utils/hcs-utils-1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/hcs-utils-1.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/hcs-utils-1.5.ebuild?rev=1.1&content-type=text/plain Index: hcs-utils-1.5.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/hcs-utils-1.5.ebuild,v 1.1 2014/04/11 11:50:47 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_P=${P/_rc/rc} DESCRIPTION="A library containing some useful snippets" HOMEPAGE="http://pypi.python.org/pypi/hcs_utils" SRC_URI="mirror://pypi/h/${PN/-/_}/${MY_P/-/_}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" RDEPEND="" S="${WORKDIR}/${MY_P/-/_}" python_test() { pushd "${BUILD_DIR}/lib" > /dev/null py.test --doctest-modules hcs_utils || die "Tests failed" }