summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McCabe <randy@gentoo.org>2004-04-20 20:13:13 +0000
committerMichael McCabe <randy@gentoo.org>2004-04-20 20:13:13 +0000
commit4c75792ada777e4f2ee11e8d6d5164e01b3c6126 (patch)
tree323a4f145dd629444ded00b04c83be221efc4594
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-4c75792ada777e4f2ee11e8d6d5164e01b3c6126.tar.gz
gentoo-2-4c75792ada777e4f2ee11e8d6d5164e01b3c6126.tar.bz2
gentoo-2-4c75792ada777e4f2ee11e8d6d5164e01b3c6126.zip
Initial commit of cpint
-rw-r--r--sys-apps/cpint/ChangeLog7
-rw-r--r--sys-apps/cpint/Manifest2
-rw-r--r--sys-apps/cpint/cpint-1.1.6.ebuild32
-rw-r--r--sys-apps/cpint/files/digest-cpint-1.1.61
-rw-r--r--sys-apps/cpint/metadata.xml9
5 files changed, 51 insertions, 0 deletions
diff --git a/sys-apps/cpint/ChangeLog b/sys-apps/cpint/ChangeLog
new file mode 100644
index 000000000000..11c51e672c5e
--- /dev/null
+++ b/sys-apps/cpint/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for sys-apps/cpint
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/ChangeLog,v 1.1 2004/04/20 20:13:13 randy Exp $
+
+ 20 Apr 2004; Michael McCabe <randy@gentoo.org> :
+ Initial Commit. Submitted by Jochen Eisinger jochen.eisinger@gmx.de
+
diff --git a/sys-apps/cpint/Manifest b/sys-apps/cpint/Manifest
new file mode 100644
index 000000000000..a35a662765f0
--- /dev/null
+++ b/sys-apps/cpint/Manifest
@@ -0,0 +1,2 @@
+MD5 4592de78838a90736343e2095c9d48f2 cpint-1.1.6.ebuild 687
+MD5 3162e9d8ca878a18ed17a6800d29048e files/digest-cpint-1.1.6 56
diff --git a/sys-apps/cpint/cpint-1.1.6.ebuild b/sys-apps/cpint/cpint-1.1.6.ebuild
new file mode 100644
index 000000000000..0829e66b2cf9
--- /dev/null
+++ b/sys-apps/cpint/cpint-1.1.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/cpint-1.1.6.ebuild,v 1.1 2004/04/20 20:13:13 randy Exp $
+
+MY_PV=${PV//./}
+
+DESCRIPTION="Linux/390 Interface to z/VM's Control Program"
+SRC_URI="http://linuxvm.org/Patches/s390/${PN}${MY_PV}.tgz"
+HOMEPAGE="http://linuxvm.org/Patches/index.html"
+LICENSE="GPL-2"
+KEYWORDS="s390"
+SLOT="${KV}"
+DEPEND=""
+
+src_unpack() {
+ unpack ${A}
+}
+
+src_compile() {
+ check_KV || die "Cannot find kernel in /usr/src/linux"
+ einfo "Using kernel in /usr/src/linux:- ${KV}"
+
+ emake INCLUDEDIR=-I/usr/src/linux/include || die "emake failed"
+}
+
+src_install() {
+ einstall prefix=${D}
+ rm -rf ${D}/lib/modules/misc
+ dodoc ChangeLog HOW-TO
+}
+
+
diff --git a/sys-apps/cpint/files/digest-cpint-1.1.6 b/sys-apps/cpint/files/digest-cpint-1.1.6
new file mode 100644
index 000000000000..ebfd88f2bb77
--- /dev/null
+++ b/sys-apps/cpint/files/digest-cpint-1.1.6
@@ -0,0 +1 @@
+MD5 d60b7e2bbb996877cd119344b0737e66 cpint116.tgz 20626
diff --git a/sys-apps/cpint/metadata.xml b/sys-apps/cpint/metadata.xml
new file mode 100644
index 000000000000..5b6a1ed89a72
--- /dev/null
+++ b/sys-apps/cpint/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>base-system</herd>
+<maintainer>
+ <email>randy@gentoo.org</email>
+</maintainer>
+<longdescription>Linux/390 Interface to z/VM's Control Program</longdescription>
+</pkgmetadata>