idella4 14/10/11 05:02:55 Modified: ChangeLog Added: clint-0.3.1-r1.ebuild Log: revbump; add patch to correct install of data files to a most unexpected location in only 0.3.1, authority given to commit by maintainer (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/clint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clint/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clint/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clint/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/clint/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 7 Oct 2014 17:58:44 -0000 1.1 +++ ChangeLog 11 Oct 2014 05:02:55 -0000 1.2 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/clint # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/clint/ChangeLog,v 1.1 2014/10/07 17:58:44 alunduil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/clint/ChangeLog,v 1.2 2014/10/11 05:02:55 idella4 Exp $ + +*clint-0.3.1-r1 (11 Oct 2014) + + 11 Oct 2014; Ian Delaney <[email protected]> +clint-0.3.1-r1.ebuild, + +files/clint-setup.patch: + revbump; add patch to correct install of data files to a most unexpected + location in only 0.3.1, authority given to commit by maintainer *clint-0.3.7 (07 Oct 2014) *clint-0.3.1 (07 Oct 2014) @@ -8,4 +15,3 @@ 07 Oct 2014; Alex Brandt <[email protected]> +clint-0.3.1.ebuild, +clint-0.3.7.ebuild, +metadata.xml: add ebuild written by me - 1.1 dev-python/clint/clint-0.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clint/clint-0.3.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/clint/clint-0.3.1-r1.ebuild?rev=1.1&content-type=text/plain Index: clint-0.3.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/clint/clint-0.3.1-r1.ebuild,v 1.1 2014/10/11 05:02:55 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 ) inherit distutils-r1 vcs-snapshot DESCRIPTION="Python Command-line Application Tools" HOMEPAGE="https://github.com/kennethreitz/clint" SRC_URI="https://github.com/kennethreitz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" IUSE="doc examples test" DEPEND=" doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] ) " RDEPEND="" # Prevent install of files to wrong location PATCHES=( "${FILESDIR}"/${PN}-setup.patch ) python_compile_all() { use doc && emake -C docs html } python_test() { py.test || die "Tests failed under ${EPYTHON}" } python_install_all() { use doc && local HTML_DOCS=( docs/_build/html/. ) use examples && local EXAMPLES=( examples/. ) distutils-r1_python_install_all }
