diff options
author | 2011-02-25 21:04:41 +0000 | |
---|---|---|
committer | 2011-02-25 21:04:41 +0000 | |
commit | 3ae9391973756f0ad1e7ca7fa2a1bd69e485d7bb (patch) | |
tree | 12ba7c1875af063ee9880555db60a2c100d3f524 | |
parent | depend virtual/jpeg (diff) | |
download | gentoo-2-3ae9391973756f0ad1e7ca7fa2a1bd69e485d7bb.tar.gz gentoo-2-3ae9391973756f0ad1e7ca7fa2a1bd69e485d7bb.tar.bz2 gentoo-2-3ae9391973756f0ad1e7ca7fa2a1bd69e485d7bb.zip |
Version bump wrt security bug #354211, remove old.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
-rw-r--r-- | app-text/acroread/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/acroread/acroread-9.4.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/acroread/acroread-9.4.2.ebuild (renamed from app-text/acroread/acroread-9.4.0.ebuild) | 16 |
3 files changed, 17 insertions, 13 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index 1ae16d17b8e3..48f57cce73ba 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/acroread -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.161 2010/12/09 11:53:46 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.162 2011/02/25 21:04:40 tgurr Exp $ + +*acroread-9.4.2 (25 Feb 2011) + + 25 Feb 2011; Timo Gurr <tgurr@gentoo.org> -acroread-9.4.0.ebuild, + +acroread-9.4.2.ebuild: + Version bump wrt security bug #354211, remove old. 09 Dec 2010; Markos Chandras <hwoarang@gentoo.org> acroread-9.4.1.ebuild: Stable on amd64 wrt bug #343091 diff --git a/app-text/acroread/acroread-9.4.1.ebuild b/app-text/acroread/acroread-9.4.1.ebuild index edf49b023621..3a2c1e433e62 100644 --- a/app-text/acroread/acroread-9.4.1.ebuild +++ b/app-text/acroread/acroread-9.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.1.ebuild,v 1.3 2010/12/09 11:53:46 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.1.ebuild,v 1.4 2011/02/25 21:04:41 tgurr Exp $ inherit eutils gnome2-utils nsplugins diff --git a/app-text/acroread/acroread-9.4.0.ebuild b/app-text/acroread/acroread-9.4.2.ebuild index 6d459763b960..2b0dc61a5019 100644 --- a/app-text/acroread/acroread-9.4.0.ebuild +++ b/app-text/acroread/acroread-9.4.2.ebuild @@ -1,35 +1,33 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.0.ebuild,v 1.3 2010/10/11 11:25:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.4.2.ebuild,v 1.1 2011/02/25 21:04:41 tgurr Exp $ -inherit eutils gnome2-utils nsplugins versionator +inherit eutils gnome2-utils nsplugins DESCRIPTION="Adobe's PDF reader" HOMEPAGE="http://www.adobe.com/products/reader/" IUSE="cups ldap minimal nsplugin" -SRC_HEAD="ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/${PV}" +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 LINGUA_LIST="de:deu en:enu fr:fra ja:jpn" -# idiots, seriously... -FIX_PV=$(get_version_component_range 1-2) -DEFAULT_URI="${SRC_HEAD}/enu/AdbeRdr${FIX_PV}-1_i486linux_enu${SRC_FOOT}" +DEFAULT_URI="${SRC_HEAD}/enu/AdbeRdr${PV}-1_i486linux_enu${SRC_FOOT}" for ll in ${LINGUA_LIST} ; do iuse_l="linguas_${ll/:*}" src_l=${ll/*:} IUSE="${IUSE} ${iuse_l}" DEFAULT_URI="!${iuse_l}? ( ${DEFAULT_URI} )" SRC_URI="${SRC_URI} - ${iuse_l}? ( ${SRC_HEAD}/${src_l}/AdbeRdr${FIX_PV}-1_i486linux_${src_l}${SRC_FOOT} )" + ${iuse_l}? ( ${SRC_HEAD}/${src_l}/AdbeRdr${PV}-1_i486linux_${src_l}${SRC_FOOT} )" done SRC_URI="${SRC_URI} ${DEFAULT_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 |