radhermit 15/08/02 00:01:40 Modified: ChangeLog cffi-1.1.2.ebuild Log: Add pypi site to HOMEPAGE. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.69 dev-python/cffi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 20 Jul 2015 03:31:54 -0000 1.68 +++ ChangeLog 2 Aug 2015 00:01:40 -0000 1.69 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cffi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.68 2015/07/20 03:31:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.69 2015/08/02 00:01:40 radhermit Exp $ + + 02 Aug 2015; Tim Harder <[email protected]> cffi-1.1.2.ebuild: + Add pypi site to HOMEPAGE. 20 Jul 2015; Patrick Lauer <[email protected]> cffi-1.1.2.ebuild: Add pypy keyword for xcffib 1.3 dev-python/cffi/cffi-1.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-1.1.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-1.1.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cffi/cffi-1.1.2.ebuild?r1=1.2&r2=1.3 Index: cffi-1.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-1.1.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cffi-1.1.2.ebuild 20 Jul 2015 03:31:54 -0000 1.2 +++ cffi-1.1.2.ebuild 2 Aug 2015 00:01:40 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-1.1.2.ebuild,v 1.2 2015/07/20 03:31:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-1.1.2.ebuild,v 1.3 2015/08/02 00:01:40 radhermit Exp $ EAPI="5" @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Foreign Function Interface for Python calling C code" -HOMEPAGE="http://cffi.readthedocs.org/" +HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"
