diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-05-28 02:12:04 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-05-28 02:12:04 +0000 |
commit | ca98b4fbbea294e37b2f70122809c6d2cc6a81e1 (patch) | |
tree | a5b70da5322187eb048c0ef059e4e9458eae6b83 /www-plugins | |
parent | Apply patch for security bug #508984. Add missing deps. (diff) | |
download | gentoo-2-ca98b4fbbea294e37b2f70122809c6d2cc6a81e1.tar.gz gentoo-2-ca98b4fbbea294e37b2f70122809c6d2cc6a81e1.tar.bz2 gentoo-2-ca98b4fbbea294e37b2f70122809c6d2cc6a81e1.zip |
Drop pdf plugin; it is now part of chromium.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/chrome-binary-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2008.2_alpha1.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www-plugins/chrome-binary-plugins/ChangeLog b/www-plugins/chrome-binary-plugins/ChangeLog index 39b9ef7bc811..d745bb3c71e5 100644 --- a/www-plugins/chrome-binary-plugins/ChangeLog +++ b/www-plugins/chrome-binary-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/chrome-binary-plugins # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.140 2014/05/28 01:12:08 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.141 2014/05/28 02:12:04 floppym Exp $ + + 28 May 2014; Mike Gilbert <floppym@gentoo.org> + chrome-binary-plugins-37.0.2008.2_alpha1.ebuild: + Drop pdf plugin; it is now part of chromium. 28 May 2014; Mike Gilbert <floppym@gentoo.org> chrome-binary-plugins-35.0.1916.114_p1.ebuild, diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2008.2_alpha1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2008.2_alpha1.ebuild index 1696c22e71ad..db2fe16c8dc7 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2008.2_alpha1.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2008.2_alpha1.ebuild @@ -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/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2008.2_alpha1.ebuild,v 1.2 2014/05/28 01:12:08 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-37.0.2008.2_alpha1.ebuild,v 1.3 2014/05/28 02:12:04 floppym Exp $ EAPI=4 @@ -41,7 +41,7 @@ SRC_URI=" LICENSE="google-chrome" KEYWORDS="~amd64 ~x86" -IUSE="+flash +pdf" +IUSE="+flash" RESTRICT="bindist mirror strip" RDEPEND="=www-client/chromium-${PV%%.*}*" @@ -64,8 +64,6 @@ src_install() { insinto /usr/$(get_libdir)/chromium-browser/ - use pdf && doins libpdf.so - if use flash; then doins -r PepperFlash |