diff options
author | Jim Ramsay <lack@gentoo.org> | 2010-09-17 18:25:17 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2010-09-17 18:25:17 +0000 |
commit | 7ddd34900f7852f8dc011274c1b68e0a58b23386 (patch) | |
tree | e2aeabe703bb958858f8f6a8659f18243db52255 /www-plugins | |
parent | Version bump (diff) | |
download | gentoo-2-7ddd34900f7852f8dc011274c1b68e0a58b23386.tar.gz gentoo-2-7ddd34900f7852f8dc011274c1b68e0a58b23386.tar.bz2 gentoo-2-7ddd34900f7852f8dc011274c1b68e0a58b23386.zip |
Minor QA bug (trying to install readme.txt where there is no such file in the Square release)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/adobe-flash/ChangeLog | 7 | ||||
-rw-r--r-- | www-plugins/adobe-flash/adobe-flash-10.2.161.22_pre20100915.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-plugins/adobe-flash/ChangeLog b/www-plugins/adobe-flash/ChangeLog index b617c4e79279..a87c5270483b 100644 --- a/www-plugins/adobe-flash/ChangeLog +++ b/www-plugins/adobe-flash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-plugins/adobe-flash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.47 2010/09/17 16:41:24 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.48 2010/09/17 18:25:17 lack Exp $ + + 17 Sep 2010; Jim Ramsay <lack@gentoo.org> + adobe-flash-10.2.161.22_pre20100915.ebuild: + Minor QA bug (trying to install readme.txt where there is no such file in + the Square release) *adobe-flash-10.2.161.22_pre20100915 (17 Sep 2010) diff --git a/www-plugins/adobe-flash/adobe-flash-10.2.161.22_pre20100915.ebuild b/www-plugins/adobe-flash/adobe-flash-10.2.161.22_pre20100915.ebuild index ae6881e77265..ca8608ac99ad 100644 --- a/www-plugins/adobe-flash/adobe-flash-10.2.161.22_pre20100915.ebuild +++ b/www-plugins/adobe-flash/adobe-flash-10.2.161.22_pre20100915.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.2.161.22_pre20100915.ebuild,v 1.1 2010/09/17 16:41:24 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-10.2.161.22_pre20100915.ebuild,v 1.2 2010/09/17 18:25:17 lack Exp $ EAPI=3 inherit nsplugins multilib toolchain-funcs versionator @@ -149,7 +149,6 @@ src_install() { exeinto /${INSTALL_BASE}32 doexe libflashplayer.so inst_plugin /${INSTALL_BASE}32/libflashplayer.so - dodoc "${S}/usr/share/doc/flash-plugin-${PV}/readme.txt" popd ABI="${oldabi}" |