diff options
author | 2004-08-24 03:27:26 +0000 | |
---|---|---|
committer | 2004-08-24 03:27:26 +0000 | |
commit | 27a7ee6fb7f928c0db462d7f8b73f5b1f4e63002 (patch) | |
tree | b14463d91735a6ff7196418e9f86779e749c9f1d /sys-apps/s390-oco | |
parent | Marking stable on x86 & cleanup (Manifest recommit) (diff) | |
download | gentoo-2-27a7ee6fb7f928c0db462d7f8b73f5b1f4e63002.tar.gz gentoo-2-27a7ee6fb7f928c0db462d7f8b73f5b1f4e63002.tar.bz2 gentoo-2-27a7ee6fb7f928c0db462d7f8b73f5b1f4e63002.zip |
Added missing IUSE=""
Diffstat (limited to 'sys-apps/s390-oco')
-rw-r--r-- | sys-apps/s390-oco/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/s390-oco/s390-oco-2.4.21.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/s390-oco/s390-oco-2.6.5.ebuild | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/sys-apps/s390-oco/ChangeLog b/sys-apps/s390-oco/ChangeLog index 215a154837d6..5af087de25d2 100644 --- a/sys-apps/s390-oco/ChangeLog +++ b/sys-apps/s390-oco/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/s390-oco # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-oco/ChangeLog,v 1.4 2004/06/24 22:24:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-oco/ChangeLog,v 1.5 2004/08/24 03:27:26 swegener Exp $ + + 24 Aug 2004; Sven Wegener <swegener@gentoo.org> s390-oco-2.4.21.ebuild, + s390-oco-2.6.5.ebuild: + Added missing IUSE="" *s390-oco-2.6.5 (11 May 2004) diff --git a/sys-apps/s390-oco/s390-oco-2.4.21.ebuild b/sys-apps/s390-oco/s390-oco-2.4.21.ebuild index 5ae999bb21e9..9e94ad466dcc 100644 --- a/sys-apps/s390-oco/s390-oco-2.4.21.ebuild +++ b/sys-apps/s390-oco/s390-oco-2.4.21.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2004 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.ebuild,v 1.2 2004/06/24 22:24:35 agriffis Exp $ - +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-oco/s390-oco-2.4.21.ebuild,v 1.3 2004/08/24 03:27:26 swegener Exp $ DESCRIPTION="Object-code only (OCO) modules for s390" SRC_URI="s390x?( tape3590-2.4.21-s390x-01-june2003.tar.gz ) :( tape3590-2.4.21-s390-01-june2003.tar.gz )" @@ -10,11 +9,12 @@ LICENSE="IBM-ILNWP" KEYWORDS="~s390" SLOT="${KV}" DEPEND="=sys-kernel/vanilla-sources-2.4.21" +IUSE="" RESTRICT="fetch" pkg_nofetch() { - einfo "Please download ${SRC_URI} from" + einfo "Please download ${A} from" einfo "" einfo " o ${HOMEPAGE}" einfo "" @@ -43,5 +43,3 @@ src_install() { dodoc README LICENSE } - - 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 39fe97ad8125..f5a5e028ae4f 100644 --- a/sys-apps/s390-oco/s390-oco-2.6.5.ebuild +++ b/sys-apps/s390-oco/s390-oco-2.6.5.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2004 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.2 2004/06/24 22:24:35 agriffis Exp $ - +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-oco/s390-oco-2.6.5.ebuild,v 1.3 2004/08/24 03:27:26 swegener Exp $ DESCRIPTION="Object-code only (OCO) modules for s390" SRC_URI="s390x?( tape_3590-2.6.5-s390x-april2004.tar.gz ) :( tape_3590-2.6.5-s390-april2004.tar.gz )" @@ -10,11 +9,12 @@ LICENSE="IBM-ILNWP" KEYWORDS="~s390" SLOT="${KV}" DEPEND="=sys-kernel/development-sources-2.6.5" +IUSE="" RESTRICT="fetch" pkg_nofetch() { - einfo "Please download ${SRC_URI} from" + einfo "Please download ${A} from" einfo "" einfo " o ${HOMEPAGE}" einfo "" @@ -43,5 +43,3 @@ src_install() { dodoc README LICENSE } - - |