diff options
author | Timo Gurr <tgurr@gentoo.org> | 2010-03-03 19:48:32 +0000 |
---|---|---|
committer | Timo Gurr <tgurr@gentoo.org> | 2010-03-03 19:48:32 +0000 |
commit | 0ab1a03455ccde023952cb0134457a885a365fcf (patch) | |
tree | edecf7c68f2ca62479d28b6d37a19d23ac005d4a /app-text | |
parent | Add dev-util/pkgconfig to DEPEND, bug #306125 (diff) | |
download | gentoo-2-0ab1a03455ccde023952cb0134457a885a365fcf.tar.gz gentoo-2-0ab1a03455ccde023952cb0134457a885a365fcf.tar.bz2 gentoo-2-0ab1a03455ccde023952cb0134457a885a365fcf.zip |
Version bump, fixing security issues bug #306429 and typo bug #303907. Remove old.
(Portage version: 2.2_rc64/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/acroread/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/acroread/acroread-9.3.1.ebuild (renamed from app-text/acroread/acroread-9.2.ebuild) | 8 |
2 files changed, 12 insertions, 5 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog index a12eade40645..f0aa0e8e6eed 100644 --- a/app-text/acroread/ChangeLog +++ b/app-text/acroread/ChangeLog @@ -1,6 +1,13 @@ # 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.139 2010/02/09 12:16:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.140 2010/03/03 19:48:32 tgurr Exp $ + +*acroread-9.3.1 (03 Mar 2010) + + 03 Mar 2010; Timo Gurr <tgurr@gentoo.org> -acroread-9.2.ebuild, + +acroread-9.3.1.ebuild: + Version bump, fixing security issues bug #306429 and typo bug #303907. + Remove old. 09 Feb 2010; Pacho Ramos <pacho@gentoo.org> acroread-9.3.ebuild: amd64 stable, security bug 297385 diff --git a/app-text/acroread/acroread-9.2.ebuild b/app-text/acroread/acroread-9.3.1.ebuild index 1931971fdde7..4d957cf65afe 100644 --- a/app-text/acroread/acroread-9.2.ebuild +++ b/app-text/acroread/acroread-9.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.2.ebuild,v 1.3 2009/10/24 15:24:42 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-9.3.1.ebuild,v 1.1 2010/03/03 19:48:32 tgurr Exp $ inherit eutils gnome2-utils nsplugins @@ -27,7 +27,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 @@ -166,7 +166,7 @@ src_install() { doins Adobe/Reader9/Resource/Icons/${res}/* || die "Installing icons failed." done - dodir /opt || die "Creating directoy failed." + dodir /opt || die "Creating directory failed." chown -R --dereference -L root:0 Adobe cp -dpR Adobe "${D}"opt/ |