summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-09-19 22:02:15 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-09-19 22:02:15 +0000
commitec0ba77815ac1c99d2ddc1008268b256f0e4121d (patch)
treec21d30dbf20538d84397b133a724edab9969b1c4 /sys-block
parentStable on amd64. (diff)
downloadgentoo-2-ec0ba77815ac1c99d2ddc1008268b256f0e4121d.tar.gz
gentoo-2-ec0ba77815ac1c99d2ddc1008268b256f0e4121d.tar.bz2
gentoo-2-ec0ba77815ac1c99d2ddc1008268b256f0e4121d.zip
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. A special thanks to The Gallery Group (www.thegallerygroup.com) for helping to support iSCSI on Gentoo.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/scsiping/ChangeLog12
-rw-r--r--sys-block/scsiping/Manifest3
-rw-r--r--sys-block/scsiping/files/digest-scsiping-0.0.11
-rw-r--r--sys-block/scsiping/metadata.xml8
-rw-r--r--sys-block/scsiping/scsiping-0.0.1.ebuild25
5 files changed, 49 insertions, 0 deletions
diff --git a/sys-block/scsiping/ChangeLog b/sys-block/scsiping/ChangeLog
new file mode 100644
index 000000000000..3123d3d7b978
--- /dev/null
+++ b/sys-block/scsiping/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for sys-block/scsiping
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/scsiping/ChangeLog,v 1.1 2005/09/19 22:02:15 robbat2 Exp $
+
+*scsiping-0.0.1 (19 Sep 2005)
+
+ 19 Sep 2005; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml,
+ +scsiping-0.0.1.ebuild:
+ Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. A special
+ thanks to The Gallery Group (www.thegallerygroup.com) for helping to support
+ iSCSI on Gentoo.
+
diff --git a/sys-block/scsiping/Manifest b/sys-block/scsiping/Manifest
new file mode 100644
index 000000000000..4776faef7a0d
--- /dev/null
+++ b/sys-block/scsiping/Manifest
@@ -0,0 +1,3 @@
+MD5 e541717f2dd45c69ce0af83d89438ad4 scsiping-0.0.1.ebuild 650
+MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223
+MD5 72a2e38ce147633d3210c8b29f7c0849 files/digest-scsiping-0.0.1 61
diff --git a/sys-block/scsiping/files/digest-scsiping-0.0.1 b/sys-block/scsiping/files/digest-scsiping-0.0.1
new file mode 100644
index 000000000000..6fd6e4fbb6ef
--- /dev/null
+++ b/sys-block/scsiping/files/digest-scsiping-0.0.1
@@ -0,0 +1 @@
+MD5 af98fb0adc1c883b5d1bbcab8da57308 scsiping-0.0.1.tgz 1633
diff --git a/sys-block/scsiping/metadata.xml b/sys-block/scsiping/metadata.xml
new file mode 100644
index 000000000000..5d9f5be9d49d
--- /dev/null
+++ b/sys-block/scsiping/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>robbat2@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/sys-block/scsiping/scsiping-0.0.1.ebuild b/sys-block/scsiping/scsiping-0.0.1.ebuild
new file mode 100644
index 000000000000..983207752cbd
--- /dev/null
+++ b/sys-block/scsiping/scsiping-0.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/scsiping/scsiping-0.0.1.ebuild,v 1.1 2005/09/19 22:02:15 robbat2 Exp $
+
+DESCRIPTION="SCSIPing pings a host on the SCSI-chain"
+HOMEPAGE="http://www.vanheusden.com/Linux/"
+SRC_URI="http://www.vanheusden.com/Linux/${P}.tgz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ emake DEBUG=''
+}
+
+src_install() {
+ dosbin scsiping
+}
+
+pkg_postinst() {
+ ewarn "WARNING: using scsiping on a device with mounted partitions may be hazardous to your system!"
+}