diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-12 01:38:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-12 01:38:16 +0000 |
commit | c853058076097c5dced1e1d5c875de652d982361 (patch) | |
tree | 8df4438840bda8b1020d2864f5d87474a174fc83 /sys-apps/s390-oco | |
parent | mask glitz (diff) | |
download | gentoo-2-c853058076097c5dced1e1d5c875de652d982361.tar.gz gentoo-2-c853058076097c5dced1e1d5c875de652d982361.tar.bz2 gentoo-2-c853058076097c5dced1e1d5c875de652d982361.zip |
get rid of s390x IUSE flag
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/s390-oco')
-rw-r--r-- | sys-apps/s390-oco/s390-oco-2.4.21-r1.ebuild | 18 | ||||
-rw-r--r-- | sys-apps/s390-oco/s390-oco-2.6.5.ebuild | 18 |
2 files changed, 22 insertions, 14 deletions
diff --git a/sys-apps/s390-oco/s390-oco-2.4.21-r1.ebuild b/sys-apps/s390-oco/s390-oco-2.4.21-r1.ebuild index edee3c78bb75..cc9b1b58cf58 100644 --- a/sys-apps/s390-oco/s390-oco-2.4.21-r1.ebuild +++ b/sys-apps/s390-oco/s390-oco-2.4.21-r1.ebuild @@ -1,19 +1,23 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-oco/s390-oco-2.4.21-r1.ebuild,v 1.2 2005/07/11 02:40:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-oco/s390-oco-2.4.21-r1.ebuild,v 1.3 2005/07/12 01:38:16 vapier Exp $ DESCRIPTION="Object-code only (OCO) modules for s390" -SRC_URI="s390x? ( tape3590-2.4.21-s390x-02-june2003.tar.gz ) - !s390x? ( tape3590-2.4.21-s390-02-june2003.tar.gz )" HOMEPAGE="http://oss.software.ibm.com/developerworks/opensource/linux390/june2003_recommended.shtml" +if [[ ${CTARGET:-${CHOST}} == s390x-* ]] ; then +SRC_URI="tape3590-2.4.21-s390x-02-june2003.tar.gz" +else +SRC_URI="tape3590-2.4.21-s390-02-june2003.tar.gz" +fi + LICENSE="IBM-ILNWP" -KEYWORDS="~s390" SLOT="${KV}" -DEPEND="=sys-kernel/vanilla-sources-2.4.21" -IUSE="s390x" - +KEYWORDS="~s390" +IUSE="" RESTRICT="fetch" +DEPEND="~sys-kernel/vanilla-sources-2.4.21" + pkg_nofetch() { einfo "Please download ${A} from" einfo "" diff --git a/sys-apps/s390-oco/s390-oco-2.6.5.ebuild b/sys-apps/s390-oco/s390-oco-2.6.5.ebuild index 45a00f5a5166..1a8e69e451b6 100644 --- a/sys-apps/s390-oco/s390-oco-2.6.5.ebuild +++ b/sys-apps/s390-oco/s390-oco-2.6.5.ebuild @@ -1,19 +1,23 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-oco/s390-oco-2.6.5.ebuild,v 1.6 2005/07/11 02:40:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-oco/s390-oco-2.6.5.ebuild,v 1.7 2005/07/12 01:38:16 vapier Exp $ DESCRIPTION="Object-code only (OCO) modules for s390" -SRC_URI="s390x? ( tape_3590-2.6.5-s390x-april2004.tar.gz ) - !s390x? ( tape_3590-2.6.5-s390-april2004.tar.gz )" HOMEPAGE="http://www10.software.ibm.com/developerworks/opensource/linux390/tape_3590-2.6.5-s390-april2004.shtml" +if [[ ${CTARGET:-${CHOST}} == s390x-* ]] ; then +SRC_URI="tape_3590-2.6.5-s390x-april2004.tar.gz" +else +SRC_URI="tape_3590-2.6.5-s390-april2004.tar.gz" +fi + LICENSE="IBM-ILNWP" -KEYWORDS="~s390" SLOT="${KV}" -DEPEND="~sys-kernel/vanilla-sources-2.6.5" -IUSE="s390x" - +KEYWORDS="~s390" +IUSE="" RESTRICT="fetch" +DEPEND="~sys-kernel/vanilla-sources-2.6.5" + pkg_nofetch() { einfo "Please download ${A} from" einfo "" |