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
commit0e027e087abd29a5bc85a0d81aab47eabc251290 (patch)
tree7c0c29ae24e032ad5a3ff33a14766160b2121afd /media-video
parentdeclaring stable (diff)
downloadhistorical-0e027e087abd29a5bc85a0d81aab47eabc251290.tar.gz
historical-0e027e087abd29a5bc85a0d81aab47eabc251290.tar.bz2
historical-0e027e087abd29a5bc85a0d81aab47eabc251290.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/Manifest4
-rw-r--r--media-video/xanim/xanim-2.80.1-r4.ebuild14
3 files changed, 14 insertions, 9 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/Manifest b/media-video/xanim/Manifest
index 9a23c6e7b623..41e94e5b2368 100644
--- a/media-video/xanim/Manifest
+++ b/media-video/xanim/Manifest
@@ -1,5 +1,5 @@
-MD5 b0e62abb64e310c934efe4321ef61c57 ChangeLog 2389
-MD5 57660ecda1aee9ee30872aec28b53187 xanim-2.80.1-r4.ebuild 3135
+MD5 ef78f7c583f116628024782abe8b1b9a ChangeLog 2502
+MD5 941d8be83fbab4c497acc4be7df5d464 xanim-2.80.1-r4.ebuild 3172
MD5 6a40e5518b2aaa2929a2572c5d7ca79e files/Makefile 23423
MD5 cd8f40081245fb40b09b20eae7f5fd73 files/Makefile.amd64 23429
MD5 a04e6bf35b1c142eb7bbccfdc6c5280b files/digest-xanim-2.80.1-r4 878
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
}