diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-04-09 21:35:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-04-09 21:35:14 +0000 |
commit | 935b16f89c25559c842114303f7d22aeff61570f (patch) | |
tree | 5276272edd6f14efac8245fe8c5ccb68e98ceb59 /app-text | |
parent | Stable on sparc, bug #265376 (diff) | |
download | gentoo-2-935b16f89c25559c842114303f7d22aeff61570f.tar.gz gentoo-2-935b16f89c25559c842114303f7d22aeff61570f.tar.bz2 gentoo-2-935b16f89c25559c842114303f7d22aeff61570f.zip |
Update elog message about nspluginwrapper, reflecting its move to www-plugins, bug 265569.
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/acroread/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/acroread/acroread-8.1.4.ebuild | 5 | ||||
-rw-r--r-- | app-text/acroread/acroread-9.1.0.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index 0c595a0e8940..5eb2a088ddef 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/acroread # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.124 2009/04/08 19:14:56 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.125 2009/04/09 21:35:14 ulm Exp $ + + 09 Apr 2009; Ulrich Mueller <ulm@gentoo.org> acroread-8.1.4.ebuild, + acroread-9.1.0.ebuild: + Update elog message about nspluginwrapper, reflecting its move to + www-plugins, bug 265569. 08 Apr 2009; Tobias Heinlein <keytoaster@gentoo.org> acroread-8.1.4.ebuild: diff --git a/app-text/acroread/acroread-8.1.4.ebuild b/app-text/acroread/acroread-8.1.4.ebuild index a5e7140ee7de..11b037841071 100644 --- a/app-text/acroread/acroread-8.1.4.ebuild +++ b/app-text/acroread/acroread-8.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-8.1.4.ebuild,v 1.2 2009/04/08 19:14:56 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-8.1.4.ebuild,v 1.3 2009/04/09 21:35:14 ulm Exp $ inherit eutils gnome2-utils nsplugins @@ -248,7 +248,8 @@ pkg_postinst () { if use nsplugin ; then echo elog "If you're running a 64bit browser you may also want to install" - elog "\"net-www/nspluginwrapper\" to be able to use the Adobe Reader browser plugin." + elog "\"www-plugins/nspluginwrapper\" to be able to use the Adobe Reader" + elog "browser plugin." echo fi diff --git a/app-text/acroread/acroread-9.1.0.ebuild b/app-text/acroread/acroread-9.1.0.ebuild index 0416a76e7735..e0c5e5ce64b1 100644 --- a/app-text/acroread/acroread-9.1.0.ebuild +++ b/app-text/acroread/acroread-9.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.1.0.ebuild,v 1.1 2009/04/06 22:25:41 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.1.0.ebuild,v 1.2 2009/04/09 21:35:14 ulm Exp $ inherit eutils gnome2-utils nsplugins @@ -240,7 +240,8 @@ pkg_postinst () { if use nsplugin ; then echo elog "If you're running a 64bit browser you may also want to install" - elog "\"net-www/nspluginwrapper\" to be able to use the Adobe Reader browser plugin." + elog "\"www-plugins/nspluginwrapper\" to be able to use the Adobe Reader" + elog "browser plugin." echo fi |