floppym 14/03/20 02:23:42 Modified: ca-certificates-20140223.3.15.5.ebuild ChangeLog Log: Force usage of python 2.x during build. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.2 app-misc/ca-certificates/ca-certificates-20140223.3.15.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20140223.3.15.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20140223.3.15.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ca-certificates-20140223.3.15.5.ebuild?r1=1.1&r2=1.2 Index: ca-certificates-20140223.3.15.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20140223.3.15.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ca-certificates-20140223.3.15.5.ebuild 19 Mar 2014 22:05:21 -0000 1.1 +++ ca-certificates-20140223.3.15.5.ebuild 20 Mar 2014 02:23:42 -0000 1.2 @@ -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/app-misc/ca-certificates/ca-certificates-20140223.3.15.5.ebuild,v 1.1 2014/03/19 22:05:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ca-certificates-20140223.3.15.5.ebuild,v 1.2 2014/03/20 02:23:42 floppym Exp $ # The Debian ca-certificates package merely takes the CA database as it exists # in the nss package and repackages it for use by openssl. @@ -26,8 +26,9 @@ # https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk EAPI="4" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit eutils +inherit eutils python-any-r1 if [[ ${PV} == *.* ]] ; then # Compile from source ourselves. @@ -73,6 +74,8 @@ dev-libs/openssl sys-apps/debianutils" +DEPEND+=" ${PYTHON_DEPS}" + S=${WORKDIR} pkg_setup() { @@ -80,6 +83,7 @@ # we need to tell users about it once manually first. [[ -f "${EPREFIX}"/etc/env.d/98ca-certificates ]] \ || ewarn "You should run update-ca-certificates manually after etc-update" + python_setup } src_unpack() { 1.99 app-misc/ca-certificates/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?rev=1.99&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?rev=1.99&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ca-certificates/ChangeLog?r1=1.98&r2=1.99 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- ChangeLog 19 Mar 2014 22:05:21 -0000 1.98 +++ ChangeLog 20 Mar 2014 02:23:42 -0000 1.99 @@ -1,6 +1,10 @@ # ChangeLog for app-misc/ca-certificates # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.98 2014/03/19 22:05:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ca-certificates/ChangeLog,v 1.99 2014/03/20 02:23:42 floppym Exp $ + + 20 Mar 2014; Mike Gilbert <[email protected]> + ca-certificates-20140223.3.15.5.ebuild: + Force usage of python 2.x during build. *ca-certificates-20140223.3.15.5 (19 Mar 2014)
