idella4 14/04/08 10:39:25 Modified: ChangeLog Added: certifi-1.0.1.ebuild Log: bump; add py3.4 pypy support (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 dev-python/certifi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 26 Apr 2012 21:11:11 -0000 1.4 +++ ChangeLog 8 Apr 2014 10:39:25 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/certifi -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v 1.4 2012/04/26 21:11:11 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/ChangeLog,v 1.5 2014/04/08 10:39:25 idella4 Exp $ + +*certifi-1.0.1 (08 Apr 2014) + + 08 Apr 2014; Ian Delaney <[email protected]> +certifi-1.0.1.ebuild: + bump; add py3.4 pypy support 26 Apr 2012; Mike Frysinger <[email protected]> certifi-0.0.8.ebuild: Add arm love for ChromiumOS. @@ -19,4 +24,3 @@ 02 Jan 2012; Mike Gilbert <[email protected]> +certifi-0.0.6.ebuild, +metadata.xml: New package. - 1.1 dev-python/certifi/certifi-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/certifi-1.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/certifi/certifi-1.0.1.ebuild?rev=1.1&content-type=text/plain Index: certifi-1.0.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/certifi/certifi-1.0.1.ebuild,v 1.1 2014/04/08 10:39:25 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 pypy ) inherit distutils-r1 DESCRIPTION="SSL root certificate bundle" HOMEPAGE="http://python-requests.org/" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND="app-misc/ca-certificates" python_install() { distutils-r1_python_install # Overwrite bundled certificates with a symlink. dosym "${EPREFIX}/etc/ssl/certs/ca-certificates.crt" "${sitedir#${EPREFIX}}/certifi/cacert.pem" }
