summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-15 23:49:26 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-15 23:49:26 +0000
commit7fd5dcbf7fc32f79d657edd4da0b03e4cce95b94 (patch)
treecf3eb38bba0efec2d1b87f812ae51ab2ee198669 /sys-apps/s390-oco
parentVersion bump. (diff)
downloadgentoo-2-7fd5dcbf7fc32f79d657edd4da0b03e4cce95b94.tar.gz
gentoo-2-7fd5dcbf7fc32f79d657edd4da0b03e4cce95b94.tar.bz2
gentoo-2-7fd5dcbf7fc32f79d657edd4da0b03e4cce95b94.zip
old
Diffstat (limited to 'sys-apps/s390-oco')
-rw-r--r--sys-apps/s390-oco/files/digest-s390-oco-2.4.21-r11
-rw-r--r--sys-apps/s390-oco/s390-oco-2.4.21-r1.ebuild48
2 files changed, 0 insertions, 49 deletions
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
index 06a16264bdd1..000000000000
--- a/sys-apps/s390-oco/files/digest-s390-oco-2.4.21-r1
+++ /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
index 3552c121a7e1..000000000000
--- a/sys-apps/s390-oco/s390-oco-2.4.21-r1.ebuild
+++ /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
-}