Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: www-plugins/freshplayerplugin/
Date: Thu, 03 Jul 2014 19:00:36
Message-Id: 1404413949.a7d6844e0c172fa6bf1204f53de650d2e1e9334c.sping@gentoo
1 commit: a7d6844e0c172fa6bf1204f53de650d2e1e9334c
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Thu Jul 3 18:59:09 2014 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 3 18:59:09 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=a7d6844e
7
8 www-plugins/freshplayerplugin: .so filename changed
9
10 ---
11 www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
15 index 4a8fd6e..0d2e812 100644
16 --- a/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
17 +++ b/www-plugins/freshplayerplugin/freshplayerplugin-9999.ebuild
18 @@ -45,5 +45,5 @@ src_install() {
19 ewarn 'Depending on what branch of Google Chrome you use, the path to libpepflashplayer.so may need editing in /etc/freshwrapper.conf .'
20
21 insinto /usr/lib/nsbrowser/plugins/
22 - doins "${BUILD_DIR}"/libfreshwrapper.so
23 + doins "${BUILD_DIR}"/libfreshwrapper-pepperflash.so
24 }