summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-03-03 14:28:30 +0000
committerAron Griffis <agriffis@gentoo.org>2004-03-03 14:28:30 +0000
commit9bf88551b409d941296fd217b24b904e698a71e0 (patch)
tree120f5ef3de337783b28c176a97c59de05455eb98 /media-video
parentdeclaring stable (Manifest recommit) (diff)
downloadgentoo-2-9bf88551b409d941296fd217b24b904e698a71e0.tar.gz
gentoo-2-9bf88551b409d941296fd217b24b904e698a71e0.tar.bz2
gentoo-2-9bf88551b409d941296fd217b24b904e698a71e0.zip
Minor fix to src_install and mark stable on hppa
Diffstat (limited to 'media-video')
-rw-r--r--media-video/xanim/ChangeLog5
-rw-r--r--media-video/xanim/xanim-2.80.1-r4.ebuild14
2 files changed, 12 insertions, 7 deletions
diff --git a/media-video/xanim/ChangeLog b/media-video/xanim/ChangeLog
index 1705dee42db3..9d73869b8455 100644
--- a/media-video/xanim/ChangeLog
+++ b/media-video/xanim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/xanim
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/ChangeLog,v 1.15 2004/03/02 23:44:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/ChangeLog,v 1.16 2004/03/03 14:28:30 agriffis Exp $
+
+ 03 Mar 2004; <agriffis@gentoo.org> xanim-2.80.1-r4.ebuild:
+ Minor fix to src_install and mark stable on hppa
02 Mar 2004; <agriffis@gentoo.org> xanim-2.80.1-r4.ebuild:
Do a cleanup of the arch support in this ebuild so that ia64 can build. These
diff --git a/media-video/xanim/xanim-2.80.1-r4.ebuild b/media-video/xanim/xanim-2.80.1-r4.ebuild
index ea9db091222b..d39b8f1b9b31 100644
--- a/media-video/xanim/xanim-2.80.1-r4.ebuild
+++ b/media-video/xanim/xanim-2.80.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.21 2004/03/02 23:44:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.22 2004/03/03 14:28:30 agriffis Exp $
inherit flag-o-matic
@@ -8,7 +8,7 @@ DESCRIPTION="program for playing a wide variety of animation, audio and video fo
HOMEPAGE="http://smurfland.cit.buffalo.edu/xanim/home.html"
SLOT="0"
LICENSE="XAnim"
-KEYWORDS="x86 ppc sparc alpha -mips -hppa amd64 ia64"
+KEYWORDS="x86 ppc sparc alpha -mips hppa amd64 ia64"
RDEPEND="virtual/x11
>=sys-libs/zlib-1.1.3"
@@ -104,8 +104,10 @@ src_install () {
# I don't know why we're installing these modules when they're
# statically linked, but whatever...
- insinto /usr/lib/xanim/mods
- doins mods/${_XA_CVID}
- doins mods/${_XA_CYUV}
- doins mods/${_XA_IV32}
+ if [[ -n ${_XA_EXT} ]]; then
+ insinto /usr/lib/xanim/mods
+ doins mods/${_XA_CVID}
+ doins mods/${_XA_CYUV}
+ doins mods/${_XA_IV32}
+ fi
}