idella4 14/12/30 12:57:16 Modified: ChangeLog Added: sphinxcontrib-googleanalytics-0.1-r1.ebuild Removed: sphinxcontrib-googleanalytics-0.1.ebuild Log: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 dev-python/sphinxcontrib-googleanalytics/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 12 Oct 2012 07:04:45 -0000 1.4 +++ ChangeLog 30 Dec 2014 12:57:16 -0000 1.5 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/sphinxcontrib-googleanalytics -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.4 2012/10/12 07:04:45 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.5 2014/12/30 12:57:16 idella4 Exp $ + +*sphinxcontrib-googleanalytics-0.1-r1 (30 Dec 2014) + + 30 Dec 2014; Ian Delaney <[email protected]> + +sphinxcontrib-googleanalytics-0.1-r1.ebuild, + -sphinxcontrib-googleanalytics-0.1.ebuild: + revbump; conversion -> distutils-r1, rm old 12 Oct 2012; Patrick Lauer <[email protected]> sphinxcontrib-googleanalytics-0.1.ebuild: 1.1 dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild?rev=1.1&content-type=text/plain Index: sphinxcontrib-googleanalytics-0.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/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild,v 1.1 2014/12/30 12:57:16 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Sphinx extension googleanalytics" HOMEPAGE="http://bitbucket.org/birkenfeld/sphinx-contrib" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=">=dev-python/sphinx-0.6[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}/setup.py.utf-8.patch" )
