diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-16 19:02:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-16 19:02:15 +0000 |
commit | 442782a4fbb9b30f67cb5aee8deb0eabd288847f (patch) | |
tree | eb308e37e4f949d9c6e9009382de9cdc3adac23c /www-client | |
parent | Remove python.eclass traces (python now controlled by mozcoreconf-2.eclass). (diff) | |
download | gentoo-2-442782a4fbb9b30f67cb5aee8deb0eabd288847f.tar.gz gentoo-2-442782a4fbb9b30f67cb5aee8deb0eabd288847f.tar.bz2 gentoo-2-442782a4fbb9b30f67cb5aee8deb0eabd288847f.zip |
Remove python.eclass traces (python now controlled by mozcoreconf-2.eclass).
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/firefox/firefox-10.0.10.ebuild | 8 | ||||
-rw-r--r-- | www-client/firefox/firefox-10.0.11.ebuild | 8 | ||||
-rw-r--r-- | www-client/firefox/firefox-10.0.6.ebuild | 8 | ||||
-rw-r--r-- | www-client/firefox/firefox-10.0.7.ebuild | 8 | ||||
-rw-r--r-- | www-client/firefox/firefox-10.0.9.ebuild | 8 | ||||
-rw-r--r-- | www-client/firefox/firefox-17.0.2.ebuild | 6 | ||||
-rw-r--r-- | www-client/firefox/firefox-18.0-r1.ebuild | 5 |
8 files changed, 25 insertions, 33 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index d7aae6ea0d9d..26b0808100bf 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/firefox # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.203 2013/01/16 18:11:37 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.204 2013/01/16 19:02:15 mgorny Exp $ + + 16 Jan 2013; Michał Górny <mgorny@gentoo.org> firefox-10.0.10.ebuild, + firefox-10.0.11.ebuild, firefox-10.0.6.ebuild, firefox-10.0.7.ebuild, + firefox-10.0.9.ebuild, firefox-17.0.2.ebuild, firefox-18.0-r1.ebuild: + Remove python.eclass traces (python now controlled by mozcoreconf-2.eclass). 16 Jan 2013; <anarchy@gentoo.org> firefox-18.0-r1.ebuild: Fix linguas support in fx-18 diff --git a/www-client/firefox/firefox-10.0.10.ebuild b/www-client/firefox/firefox-10.0.10.ebuild index 5712c6f36381..338262ddbd39 100644 --- a/www-client/firefox/firefox-10.0.10.ebuild +++ b/www-client/firefox/firefox-10.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.10.ebuild,v 1.2 2012/11/03 12:30:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.10.ebuild,v 1.3 2013/01/16 19:02:15 mgorny Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -32,7 +32,7 @@ PATCH="${PN}-10.0-patches-0.9" # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools python virtualx nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx nsplugins mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -61,11 +61,9 @@ RDEPEND=" webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" -# We don't use PYTHON_DEPEND/PYTHON_USE_WITH for some silly reason DEPEND="${RDEPEND} virtual/pkgconfig pgo? ( - =dev-lang/python-2*[sqlite] >=sys-devel/gcc-4.5 ) webm? ( virtual/opengl x86? ( ${ASM_DEPEND} ) diff --git a/www-client/firefox/firefox-10.0.11.ebuild b/www-client/firefox/firefox-10.0.11.ebuild index b31c11980468..9b16da442c5f 100644 --- a/www-client/firefox/firefox-10.0.11.ebuild +++ b/www-client/firefox/firefox-10.0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.11.ebuild,v 1.7 2012/12/29 08:54:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.11.ebuild,v 1.8 2013/01/16 19:02:14 mgorny Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -32,7 +32,7 @@ PATCH="${PN}-10.0-patches-0.9" # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools python virtualx nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx nsplugins mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -61,11 +61,9 @@ RDEPEND=" webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" -# We don't use PYTHON_DEPEND/PYTHON_USE_WITH for some silly reason DEPEND="${RDEPEND} virtual/pkgconfig pgo? ( - =dev-lang/python-2*[sqlite] >=sys-devel/gcc-4.5 ) webm? ( virtual/opengl x86? ( ${ASM_DEPEND} ) diff --git a/www-client/firefox/firefox-10.0.6.ebuild b/www-client/firefox/firefox-10.0.6.ebuild index d1745b74111f..02872bc5b625 100644 --- a/www-client/firefox/firefox-10.0.6.ebuild +++ b/www-client/firefox/firefox-10.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.6 2012/08/25 07:09:30 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.7 2013/01/16 19:02:15 mgorny Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -32,7 +32,7 @@ PATCH="${PN}-10.0-patches-0.9" # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools python virtualx nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx nsplugins mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -61,11 +61,9 @@ RDEPEND=" webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" -# We don't use PYTHON_DEPEND/PYTHON_USE_WITH for some silly reason DEPEND="${RDEPEND} virtual/pkgconfig pgo? ( - =dev-lang/python-2*[sqlite] >=sys-devel/gcc-4.5 ) webm? ( virtual/opengl x86? ( ${ASM_DEPEND} ) diff --git a/www-client/firefox/firefox-10.0.7.ebuild b/www-client/firefox/firefox-10.0.7.ebuild index 8bd18cd400af..30b8e205cac7 100644 --- a/www-client/firefox/firefox-10.0.7.ebuild +++ b/www-client/firefox/firefox-10.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.7.ebuild,v 1.6 2012/11/28 14:01:56 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.7.ebuild,v 1.7 2013/01/16 19:02:15 mgorny Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -32,7 +32,7 @@ PATCH="${PN}-10.0-patches-0.9" # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools python virtualx nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx nsplugins mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -61,11 +61,9 @@ RDEPEND=" webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" -# We don't use PYTHON_DEPEND/PYTHON_USE_WITH for some silly reason DEPEND="${RDEPEND} virtual/pkgconfig pgo? ( - =dev-lang/python-2*[sqlite] >=sys-devel/gcc-4.5 ) webm? ( virtual/opengl x86? ( ${ASM_DEPEND} ) diff --git a/www-client/firefox/firefox-10.0.9.ebuild b/www-client/firefox/firefox-10.0.9.ebuild index 1dfd9e23b547..52145b895910 100644 --- a/www-client/firefox/firefox-10.0.9.ebuild +++ b/www-client/firefox/firefox-10.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.9.ebuild,v 1.2 2012/10/23 15:56:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.9.ebuild,v 1.3 2013/01/16 19:02:14 mgorny Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -32,7 +32,7 @@ PATCH="${PN}-10.0-patches-0.9" # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools python virtualx nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx nsplugins mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -61,11 +61,9 @@ RDEPEND=" webm? ( >=media-libs/libvpx-1.0.0 media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" -# We don't use PYTHON_DEPEND/PYTHON_USE_WITH for some silly reason DEPEND="${RDEPEND} virtual/pkgconfig pgo? ( - =dev-lang/python-2*[sqlite] >=sys-devel/gcc-4.5 ) webm? ( virtual/opengl x86? ( ${ASM_DEPEND} ) diff --git a/www-client/firefox/firefox-17.0.2.ebuild b/www-client/firefox/firefox-17.0.2.ebuild index 84ea8da518d1..fe4faf082c05 100644 --- a/www-client/firefox/firefox-17.0.2.ebuild +++ b/www-client/firefox/firefox-17.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-17.0.2.ebuild,v 1.3 2013/01/16 16:04:07 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-17.0.2.ebuild,v 1.4 2013/01/16 19:02:14 mgorny Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -30,7 +30,7 @@ PATCH="${PN}-17.0-patches-0.4" # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools python virtualx nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx nsplugins mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -61,11 +61,9 @@ RDEPEND=" >=media-libs/libvpx-1.0.0 kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" -# We don't use PYTHON_DEPEND/PYTHON_USE_WITH for some silly reason DEPEND="${RDEPEND} virtual/pkgconfig pgo? ( - =dev-lang/python-2*[sqlite] >=sys-devel/gcc-4.5 ) amd64? ( ${ASM_DEPEND} virtual/opengl ) diff --git a/www-client/firefox/firefox-18.0-r1.ebuild b/www-client/firefox/firefox-18.0-r1.ebuild index 36787c462850..f7b424d94e90 100644 --- a/www-client/firefox/firefox-18.0-r1.ebuild +++ b/www-client/firefox/firefox-18.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-18.0-r1.ebuild,v 1.2 2013/01/16 18:11:37 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-18.0-r1.ebuild,v 1.3 2013/01/16 19:02:15 mgorny Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -30,7 +30,7 @@ PATCH="${PN}-18.0-patches-0.7" # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools python virtualx nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx nsplugins mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" @@ -62,7 +62,6 @@ RDEPEND=" >=media-libs/libvpx-1.0.0 kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" -# We don't use PYTHON_DEPEND/PYTHON_USE_WITH for some silly reason DEPEND="${RDEPEND} virtual/pkgconfig pgo? ( |