summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-03-25 17:13:26 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-03-25 17:13:26 +0000
commitd5269440c546528e1ed6bfc7e9b1cd1a153be00e (patch)
treee4845768cc336a9caa8cfcdb64ac7e453072ab82 /app-text/acroread
parentstable on amd64 (diff)
downloadhistorical-d5269440c546528e1ed6bfc7e9b1cd1a153be00e.tar.gz
historical-d5269440c546528e1ed6bfc7e9b1cd1a153be00e.tar.bz2
historical-d5269440c546528e1ed6bfc7e9b1cd1a153be00e.zip
Fixed BUG #85654. Plugins are installed into lib32 now.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text/acroread')
-rw-r--r--app-text/acroread/ChangeLog7
-rw-r--r--app-text/acroread/Manifest16
-rw-r--r--app-text/acroread/acroread-5.10.ebuild6
-rw-r--r--app-text/acroread/acroread-7.0.ebuild6
4 files changed, 29 insertions, 6 deletions
diff --git a/app-text/acroread/ChangeLog b/app-text/acroread/ChangeLog
index f8b1f339e1e5..31636448b5b5 100644
--- a/app-text/acroread/ChangeLog
+++ b/app-text/acroread/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/acroread
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.48 2005/03/18 09:43:20 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/ChangeLog,v 1.49 2005/03/25 17:13:26 kugelfang Exp $
+
+ 25 Mar 2005; Danny van Dyk <kugelfang@gentoo.org> acroread-5.10.ebuild,
+ acroread-7.0.ebuild:
+ Acroread provides x86 binaries/plugins only. Set ABI to x86 to make sure the
+ plugins end up in lib32.
18 Mar 2005; Stefan Schweizer <genstef@gentoo.org> acroread-7.0.ebuild:
Fix plugin-installation thanks to Kevin Andre Vatn.
diff --git a/app-text/acroread/Manifest b/app-text/acroread/Manifest
index 3f5f0c72bb9a..e71e4dbe7879 100644
--- a/app-text/acroread/Manifest
+++ b/app-text/acroread/Manifest
@@ -1,6 +1,16 @@
-MD5 631a8ea5acd60b2ebdb650cfc77a9a3b acroread-7.0.ebuild 2309
-MD5 c6d652ceac26d8852481efc293bff3bd acroread-5.10.ebuild 2364
-MD5 e7abb6e4aa6b68af70e9b52d94267477 ChangeLog 8257
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 9e05ffd990a0641c5a3d00c6c7e6996c ChangeLog 8463
+MD5 3692882a042ad2ac2f9cc2d6def7f506 acroread-5.10.ebuild 2479
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
+MD5 e9c2256f6e80bb4397f0ca4284df497d acroread-7.0.ebuild 2426
MD5 d0981fc5a58874b78a6f2a2b73d3e43d files/digest-acroread-5.10 63
MD5 c54a04836864a99a8792ef5817a968c1 files/digest-acroread-7.0 73
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFCREgk5mJXAu5GbtIRAmfBAJ9K7gpIOFldeKZjq5I+EgHRfg9HQQCffnBr
+Xy0cD29T61df52hVthKhcXs=
+=MdPe
+-----END PGP SIGNATURE-----
diff --git a/app-text/acroread/acroread-5.10.ebuild b/app-text/acroread/acroread-5.10.ebuild
index a34d186e9296..fccfec997b62 100644
--- a/app-text/acroread/acroread-5.10.ebuild
+++ b/app-text/acroread/acroread-5.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.10.ebuild,v 1.5 2005/03/16 20:03:28 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-5.10.ebuild,v 1.6 2005/03/25 17:13:26 kugelfang Exp $
inherit nsplugins eutils
@@ -25,6 +25,10 @@ INSTALLDIR=/opt/Acrobat5
S="${WORKDIR}/installers"
+# x86 binary package, ABI=x86
+# Danny van Dyk <kugelfang@gentoo.org> 2005/03/25
+has_multilib_profile && ABI="x86"
+
pkg_setup() {
if ! use noplugin ; then
einfo
diff --git a/app-text/acroread/acroread-7.0.ebuild b/app-text/acroread/acroread-7.0.ebuild
index 1d69f4e3dedb..1c6d5485a306 100644
--- a/app-text/acroread/acroread-7.0.ebuild
+++ b/app-text/acroread/acroread-7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-7.0.ebuild,v 1.5 2005/03/18 09:43:20 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/acroread/acroread-7.0.ebuild,v 1.6 2005/03/25 17:13:26 kugelfang Exp $
inherit nsplugins eutils
@@ -23,6 +23,10 @@ INSTALLDIR=/opt/Acrobat7
S=${WORKDIR}/AdobeReader
+# x86 binary package, ABI=x86
+# Danny van Dyk <kugelfang@gentoo.org> 2005/03/25
+has_multilib_profile && ABI="x86"
+
src_unpack() {
unpack ${A}
cd ${S}