diff options
author | Jim Ramsay <lack@gentoo.org> | 2011-07-18 18:00:01 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2011-07-18 18:00:01 +0000 |
commit | 3e66794519e1fd3fcbd44f7ee5b402cde0eb9081 (patch) | |
tree | 64b2e3a03660118c75bd5f2c0b7c68aeddeed818 /www-plugins/adobe-flash | |
parent | Fix bug #374407 and bug #374869 (diff) | |
download | gentoo-2-3e66794519e1fd3fcbd44f7ee5b402cde0eb9081.tar.gz gentoo-2-3e66794519e1fd3fcbd44f7ee5b402cde0eb9081.tar.bz2 gentoo-2-3e66794519e1fd3fcbd44f7ee5b402cde0eb9081.zip |
Now installs flash-player-properties.desktop (Bug #375509)
(Portage version: 2.1.9.49/cvs/Linux i686)
Diffstat (limited to 'www-plugins/adobe-flash')
-rw-r--r-- | www-plugins/adobe-flash/ChangeLog | 9 | ||||
-rw-r--r-- | www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201107131-r1.ebuild (renamed from www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201107131.ebuild) | 3 |
2 files changed, 10 insertions, 2 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog index e62958de9693..daa5729ece26 100644 --- a/www-plugins/adobe-flash/ChangeLog +++ b/www-plugins/adobe-flash/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-plugins/adobe-flash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.94 2011/07/17 03:46:46 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.95 2011/07/18 18:00:00 lack Exp $ + +*adobe-flash-11.0.1.60_beta201107131-r1 (18 Jul 2011) + + 18 Jul 2011; Jim Ramsay <lack@gentoo.org> + -adobe-flash-11.0.1.60_beta201107131.ebuild, + +adobe-flash-11.0.1.60_beta201107131-r1.ebuild: + Now installs flash-player-properties.desktop (Bug #375509) 17 Jul 2011; Jim Ramsay <lack@gentoo.org> adobe-flash-10.3.181.34.ebuild: Marking amd64 stable (Bug #375239) diff --git a/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201107131.ebuild b/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201107131-r1.ebuild index e933795b4158..f109d3c7a451 100644 --- a/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201107131.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201107131-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201107131.ebuild,v 1.3 2011/07/17 02:41:35 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.0.1.60_beta201107131-r1.ebuild,v 1.1 2011/07/18 18:00:00 lack Exp $ EAPI=4 inherit nsplugins multilib toolchain-funcs versionator @@ -157,6 +157,7 @@ src_install() { insinto usr/share/applications sed -i usr/share/applications/flash-player-properties.desktop \ -e "s:^Exec=:Exec=/${BASE}/bin/:" || die "sed of .desktop file failed" + doins usr/share/applications/flash-player-properties.desktop fi if [[ $need_lahf_wrapper ]]; then |