summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-06-21 19:24:24 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-06-21 19:24:24 +0000
commite35779441dffb19f62cdd3949af219eda2d57929 (patch)
treeb4ac77cadf080e82beb07585e0b030673d4b05a9 /media-libs/libswf
parentAdded the 'old' directory to SRC_URI. (diff)
downloadhistorical-e35779441dffb19f62cdd3949af219eda2d57929.tar.gz
historical-e35779441dffb19f62cdd3949af219eda2d57929.tar.bz2
historical-e35779441dffb19f62cdd3949af219eda2d57929.zip
Removed hppa and ppc keywords. This is native x86! Fixed BUG #96458.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-libs/libswf')
-rw-r--r--media-libs/libswf/ChangeLog8
-rw-r--r--media-libs/libswf/Manifest14
-rw-r--r--media-libs/libswf/libswf-0.99.ebuild10
3 files changed, 25 insertions, 7 deletions
diff --git a/media-libs/libswf/ChangeLog b/media-libs/libswf/ChangeLog
index 934bbe173a7d..47f68ac91c71 100644
--- a/media-libs/libswf/ChangeLog
+++ b/media-libs/libswf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libswf
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libswf/ChangeLog,v 1.12 2004/07/20 14:40:36 phosphan Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libswf/ChangeLog,v 1.13 2005/06/21 19:24:24 kugelfang Exp $
+
+ 21 Jun 2005; Danny van Dyk <kugelfang@gentoo.org> libswf-0.99.ebuild:
+ Fixed keywords. This package is natively x86 and doesn't run on hppa or ppc!
+ Added logic to work cleanly on amd64 (BUG #96458).
20 Jul 2004; Patrick Kursawe <phosphan@gentoo.org> libswf-0.99.ebuild:
Fixing bug 57334 by changing swftest to ./swftest in the Makefile.
diff --git a/media-libs/libswf/Manifest b/media-libs/libswf/Manifest
index 53c77e19eb19..295f6bebf505 100644
--- a/media-libs/libswf/Manifest
+++ b/media-libs/libswf/Manifest
@@ -1,3 +1,13 @@
-MD5 6e4a89a51b50d9e847d3299a6b796cdf libswf-0.99.ebuild 902
-MD5 00e2f3373312afae45157fcbb1dfd022 ChangeLog 1821
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 0bc5aa45509b480de452aa0e09a5451d ChangeLog 2027
+MD5 58328e5f298c10c3acf9470f7b39f6ad libswf-0.99.ebuild 956
MD5 da1f46d6038291fc16289587f34f034b files/digest-libswf-0.99 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCuGpL5mJXAu5GbtIRAuXfAJ0VZcT8JAuHEeJzPEh/VVJjkxij3wCZAbpL
+Kl8NLUVEQ2vr9ImoRcpzTR4=
+=skxo
+-----END PGP SIGNATURE-----
diff --git a/media-libs/libswf/libswf-0.99.ebuild b/media-libs/libswf/libswf-0.99.ebuild
index 8c458cf71ddc..c25cfe9a5940 100644
--- a/media-libs/libswf/libswf-0.99.ebuild
+++ b/media-libs/libswf/libswf-0.99.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libswf/libswf-0.99.ebuild,v 1.18 2004/07/20 14:40:36 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libswf/libswf-0.99.ebuild,v 1.19 2005/06/21 19:24:24 kugelfang Exp $
+
+inherit multilib
S=${WORKDIR}/dist
DESCRIPTION="A library for flash movies"
@@ -9,9 +11,11 @@ HOMEPAGE="ftp://ftp.sgi.com/sgi/graphics/grafica/flash/index.html"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 -sparc ppc hppa -mips amd64"
+KEYWORDS="x86 -sparc -ppc -hppa -mips amd64"
IUSE=""
+has_multilib_profile && ABI=x86
+
DEPEND="virtual/libc
app-arch/unzip"