summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-04 22:11:55 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-04 22:11:55 +0000
commit8aa74ca7995cd41ec2cb5fb4f8ebd20838dd915e (patch)
treef15a658f4f9c9b632d4d0c302022ad62210b387e /media-video
parentncompress added properly to non-x86 arches (diff)
downloadgentoo-2-8aa74ca7995cd41ec2cb5fb4f8ebd20838dd915e.tar.gz
gentoo-2-8aa74ca7995cd41ec2cb5fb4f8ebd20838dd915e.tar.bz2
gentoo-2-8aa74ca7995cd41ec2cb5fb4f8ebd20838dd915e.zip
ncompress added properly to non-x86 arches
Diffstat (limited to 'media-video')
-rw-r--r--media-video/xanim/ChangeLog5
-rw-r--r--media-video/xanim/xanim-2.80.1-r4.ebuild23
2 files changed, 9 insertions, 19 deletions
diff --git a/media-video/xanim/ChangeLog b/media-video/xanim/ChangeLog
index f699b913ecfb..79efedcd5e26 100644
--- a/media-video/xanim/ChangeLog
+++ b/media-video/xanim/ChangeLog
@@ -1,13 +1,14 @@
# ChangeLog for media-video/xanim
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/ChangeLog,v 1.5 2002/12/04 22:10:54 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/ChangeLog,v 1.6 2002/12/04 22:11:55 seemant Exp $
*xanim-2.80.1-r4 (3 June 2002)
04 Dec 2002; Seemant Kulleen <seemant@gentoo.org> xanim-2.80.1-r4.ebuild :
Fixed the DEPEND syntax. The case $ARCH stuff for adding ncompress to the
- DEPEND list was not working.
+ DEPEND list was not working. Thanks to [DJ]Hack in #gentoo-sparc for
+ pointing out the failure.
3 June 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog,
xanim-2.80.1-r4.ebuild, files/digest-xanim-2.80.1-r4 :
diff --git a/media-video/xanim/xanim-2.80.1-r4.ebuild b/media-video/xanim/xanim-2.80.1-r4.ebuild
index 4c39903034af..1a05302e1787 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-2002 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.7 2002/10/20 18:49:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1-r4.ebuild,v 1.8 2002/12/04 22:10:57 seemant Exp $
LICENSE="XAnim"
SLOT="0"
@@ -83,22 +83,11 @@ SRC_URI="ftp://xanim.va.pubnix.com/xanim2801.tar.gz
ftp://xanim.va.pubnix.com/modules/${_XA_IV32_I386}${_XA_I386_EXT}"
HOMEPAGE="http://xanim.va.pubnix.com"
-case $ARCH in
- sparc)
- ARCHDEPS="app-arch/ncompress"
- ;;
- sparc64)
- ARCHDEPS="app-arch/ncompress"
- ;;
- ppc)
- ARCHDEPS="app-arch/ncompress"
- ;;
- *)
- ARCHDEPS=""
- ;;
-esac
-
-DEPEND="virtual/glibc virtual/x11 >=sys-libs/zlib-1.1.3 ${ARCHDEPS}"
+DEPEND="virtual/x11
+ >=sys-libs/zlib-1.1.3
+ ppc? ( app-arch/ncompress )
+ sparc? ( app-arch/ncompress )
+ sparc64? ( app-arch/ncompress )"
src_unpack() {