old
authorMike Frysinger <vapier@gentoo.org>
Wed, 15 Mar 2006 23:49:26 +0000 (23:49 +0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 15 Mar 2006 23:49:26 +0000 (23:49 +0000)
sys-apps/s390-oco/files/digest-s390-oco-2.4.21-r1 [deleted file]
sys-apps/s390-oco/s390-oco-2.4.21-r1.ebuild [deleted file]

diff --git a/sys-apps/s390-oco/files/digest-s390-oco-2.4.21-r1 b/sys-apps/s390-oco/files/digest-s390-oco-2.4.21-r1
deleted file mode 100644 (file)
index 06a1626..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d1ac5dc5e664d5927f571320ccd21136 tape3590-2.4.21-s390-02-june2003.tar.gz 12588
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
deleted file mode 100644 (file)
index 3552c12..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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.5 2005/07/13 12:50:32 swegener Exp $
-
-DESCRIPTION="Object-code only (OCO) modules for s390"
-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"
-SLOT="${KV}"
-KEYWORDS="~s390"
-IUSE=""
-RESTRICT="fetch"
-
-DEPEND="~sys-kernel/vanilla-sources-2.4.21"
-
-S=${WORKDIR}
-
-pkg_nofetch() {
-       einfo "Please download ${A} from"
-       einfo
-       einfo " o ${HOMEPAGE}"
-       einfo
-       einfo "and put it into ${DISTDIR}"
-}
-
-src_unpack() {
-       unpack ${A}
-       check_KV || die "Cannot find kernel in /usr/src/linux"
-}
-
-src_compile() {
-       mv tape3590-2.4.21-s390*-02-june2003.o tape_3590.o || die
-}
-
-src_install() {
-       insinto /etc/modules.d
-       doins "${FILESDIR}"/s390-oco || die
-
-       insinto /lib/modules/${KV}/OCO
-       doins tape_3590.o || die
-
-       dodoc README
-}