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
commit236f14e5bacc3e8e9a7082c68ccc29647a5d650f (patch)
treef447a8bcadc84ecbdc2b5d291bedd11bf3e7c0c6
parentStable on hppa, ppc. (diff)
downloadhistorical-236f14e5bacc3e8e9a7082c68ccc29647a5d650f.tar.gz
historical-236f14e5bacc3e8e9a7082c68ccc29647a5d650f.tar.bz2
historical-236f14e5bacc3e8e9a7082c68ccc29647a5d650f.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.
Package-Manager: portage-2.0.51.22-r2
-rw-r--r--sys-block/scsiping/ChangeLog12
-rw-r--r--sys-block/scsiping/Manifest4
-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, 50 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..22a6627aa22e
--- /dev/null
+++ b/sys-block/scsiping/Manifest
@@ -0,0 +1,4 @@
+MD5 366408fc8216888e6224d7a3d8e25990 scsiping-0.0.1.ebuild 658
+MD5 375aecfbcd7a00db813796ed5ae0f19b ChangeLog 511
+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!"
+}