radhermit 14/10/26 16:15:17 Modified: python-dateutil-2.2.ebuild ChangeLog Log: Add pypi page to HOMEPAGE. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.5 dev-python/python-dateutil/python-dateutil-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild?r1=1.4&r2=1.5 Index: python-dateutil-2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-dateutil-2.2.ebuild 30 Sep 2014 11:50:08 -0000 1.4 +++ python-dateutil-2.2.ebuild 26 Oct 2014 16:15:17 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild,v 1.4 2014/09/30 11:50:08 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild,v 1.5 2014/10/26 16:15:17 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Extensions to the standard Python datetime module" -HOMEPAGE="http://labix.org/python-dateutil" +HOMEPAGE="http://labix.org/python-dateutil https://pypi.python.org/pypi/python-dateutil" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" 1.62 dev-python/python-dateutil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 30 Sep 2014 11:50:08 -0000 1.61 +++ ChangeLog 26 Oct 2014 16:15:17 -0000 1.62 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-dateutil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.61 2014/09/30 11:50:08 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.62 2014/10/26 16:15:17 radhermit Exp $ + + 26 Oct 2014; Tim Harder <radher...@gentoo.org> python-dateutil-2.2.ebuild: + Add pypi page to HOMEPAGE. 30 Sep 2014; Ian Delaney <idel...@gentoo.org> -python-dateutil-1.5.ebuild, -python-dateutil-2.1.ebuild, python-dateutil-2.2.ebuild: