diff options
author | Timo Gurr <tgurr@gentoo.org> | 2009-06-17 23:35:11 +0000 |
---|---|---|
committer | Timo Gurr <tgurr@gentoo.org> | 2009-06-17 23:35:11 +0000 |
commit | 65bbcd3065d4232b16b08219d75746bbaba12a35 (patch) | |
tree | d8ff0b3d344eedcb9ca23acb85583db8aa76aae2 /app-text/acroread | |
parent | Respect LDFLAGS; install menu entry (diff) | |
download | gentoo-2-65bbcd3065d4232b16b08219d75746bbaba12a35.tar.gz gentoo-2-65bbcd3065d4232b16b08219d75746bbaba12a35.tar.bz2 gentoo-2-65bbcd3065d4232b16b08219d75746bbaba12a35.zip |
Version bumps fixing security issues, see bug #267846 and #273908.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/acroread')
-rw-r--r-- | app-text/acroread/ChangeLog | 11 | ||||
-rw-r--r-- | app-text/acroread/acroread-8.1.6.ebuild (renamed from app-text/acroread/acroread-8.1.3.ebuild) | 22 | ||||
-rw-r--r-- | app-text/acroread/acroread-9.1.2.ebuild (renamed from app-text/acroread/acroread-9.1.0.ebuild) | 4 |
3 files changed, 28 insertions, 9 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index e88fbefae02c..5fe09d8d843d 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,13 @@ # 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.126 2009/04/14 10:25:16 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.127 2009/06/17 23:35:11 tgurr Exp $ + +*acroread-9.1.2 (17 Jun 2009) +*acroread-8.1.6 (17 Jun 2009) + + 17 Jun 2009; Timo Gurr <tgurr@gentoo.org> -acroread-8.1.3.ebuild, + +acroread-8.1.6.ebuild, -acroread-9.1.0.ebuild, +acroread-9.1.2.ebuild: + Version bumps fixing security issues, see bug #267846 and #273908. 14 Apr 2009; Raúl Porcel <armin76@gentoo.org> acroread-8.1.4.ebuild: x86 stable wrt #259992 diff --git a/app-text/acroread/acroread-8.1.3.ebuild b/app-text/acroread/acroread-8.1.6.ebuild index 8a8042a4b1b7..0f7669d46787 100644 --- a/app-text/acroread/acroread-8.1.3.ebuild +++ b/app-text/acroread/acroread-8.1.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.3.ebuild,v 1.3 2008/11/08 13:36:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-8.1.6.ebuild,v 1.1 2009/06/17 23:35:11 tgurr Exp $ inherit eutils gnome2-utils nsplugins DESCRIPTION="Adobe's PDF reader" -HOMEPAGE="http://www.adobe.com/products/acrobat/" +HOMEPAGE="http://www.adobe.com/products/reader/" IUSE="cups ldap minimal nsplugin" SRC_HEAD="http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${PV}" @@ -26,7 +26,7 @@ SRC_URI="${SRC_URI} LICENSE="Adobe" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* ~amd64 ~x86" RESTRICT="strip mirror" # mozilla-firefox-bin won't work because it doesn't have gtkembedmoz.so @@ -125,7 +125,7 @@ src_unpack() { for launcher in ${LAUNCHERS} ; do cat > ${launcher} <<-EOF #!/bin/bash - # Copyright 1999-2008 Gentoo Foundation + # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # Automatically generated by ${CATEGORY}/${PF} @@ -229,16 +229,28 @@ pkg_postinst () { use linguas_${ll/:*} && (( lc = ${lc} + 1 )) done if [[ ${lc} > 1 ]] ; then + echo elog "Multiple languages have been installed, selected via a wrapper script." elog "The language is selected according to the LANG environment variable" elog "(defaulting to English if LANG is not set, or no matching language" elog "version is installed). Users may need to remove their preferences in" elog "~/.adobe to switch languages." + echo fi if use minimal ; then + echo ewarn "If you want html support and/or view the Adobe Reader help you have" ewarn "to re-emerge acroread with USE=\"-minimal\"." + echo + fi + + if use nsplugin ; then + echo + elog "If you're running a 64bit browser you may also want to install" + elog "\"www-plugins/nspluginwrapper\" to be able to use the Adobe Reader" + elog "browser plugin." + echo fi gnome2_icon_cache_update diff --git a/app-text/acroread/acroread-9.1.0.ebuild b/app-text/acroread/acroread-9.1.2.ebuild index e0c5e5ce64b1..e6cf8c2350bd 100644 --- a/app-text/acroread/acroread-9.1.0.ebuild +++ b/app-text/acroread/acroread-9.1.2.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.2 2009/04/09 21:35:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.1.2.ebuild,v 1.1 2009/06/17 23:35:11 tgurr Exp $ inherit eutils gnome2-utils nsplugins @@ -8,7 +8,7 @@ DESCRIPTION="Adobe's PDF reader" HOMEPAGE="http://www.adobe.com/products/reader/" IUSE="cups ldap minimal nsplugin" -SRC_HEAD="http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.1" +SRC_HEAD="http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/${PV}" SRC_FOOT=".tar.bz2" # languages not available yet: it:ita es:esp pt:ptb sv:sve zh_CN:chs zh_TW:cht fi:suo nb:nor nl:nld ko:kor da:dan |