From b9ec5463afeb7f904f8f45d3890dc9e4c0fd92e6 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 16 Sep 2005 06:24:46 +0000 Subject: Initial commit. Ebuild by Robin H. Johnson . (Portage version: 2.0.52-r1) --- sys-block/aoetools/ChangeLog | 10 ++++++++++ sys-block/aoetools/Manifest | 2 ++ sys-block/aoetools/aoetools-7.ebuild | 32 ++++++++++++++++++++++++++++++ sys-block/aoetools/files/digest-aoetools-7 | 1 + sys-block/aoetools/metadata.xml | 7 +++++++ 5 files changed, 52 insertions(+) create mode 100644 sys-block/aoetools/ChangeLog create mode 100644 sys-block/aoetools/Manifest create mode 100644 sys-block/aoetools/aoetools-7.ebuild create mode 100644 sys-block/aoetools/files/digest-aoetools-7 create mode 100644 sys-block/aoetools/metadata.xml (limited to 'sys-block/aoetools') diff --git a/sys-block/aoetools/ChangeLog b/sys-block/aoetools/ChangeLog new file mode 100644 index 000000000000..9137f24e6843 --- /dev/null +++ b/sys-block/aoetools/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sys-block/aoetools +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/ChangeLog,v 1.1 2005/09/16 06:24:46 robbat2 Exp $ + +*aoetools-7 (16 Sep 2005) + + 16 Sep 2005; Robin H. Johnson +metadata.xml, + +aoetools-7.ebuild: + Initial commit. Ebuild by Robin H. Johnson . + diff --git a/sys-block/aoetools/Manifest b/sys-block/aoetools/Manifest new file mode 100644 index 000000000000..337274ff1a49 --- /dev/null +++ b/sys-block/aoetools/Manifest @@ -0,0 +1,2 @@ +MD5 a5273189a13a5648ca9cec094fe1f92f aoetools-7.ebuild 913 +MD5 6c05cd4bb5f058ba1e31130d59f21da6 files/digest-aoetools-7 61 diff --git a/sys-block/aoetools/aoetools-7.ebuild b/sys-block/aoetools/aoetools-7.ebuild new file mode 100644 index 000000000000..9f7a30e309f9 --- /dev/null +++ b/sys-block/aoetools/aoetools-7.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-7.ebuild,v 1.1 2005/09/16 06:24:46 robbat2 Exp $ + +DESCRIPTION="aoetools are programs for users of the ATA over Ethernet (AoE) network storage protocol" +HOMEPAGE="http://sf.net/projects/aoetools/" +SRC_URI="mirror://sourceforge/aoetools/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="virtual/libc" +RDEPEND="${DEPEND} + sys-apps/util-linux" + +src_unpack() { + unpack ${A} + cd ${S} + # messy tarball + make clean || die "Failed to clean up source" + sed -i 's,^CFLAGS.*,CFLAGS += -Wall,' Makefile || die "Failed to clean up makefile" +} +src_compile() { + emake || die "emake failed" +} + +src_install() { + into /usr + doman *.8 + dodoc HACKING NEWS README TODO + dosbin aoe-discover aoe-interfaces aoe-mkdevs aoe-mkshelf aoe-stat aoeping +} diff --git a/sys-block/aoetools/files/digest-aoetools-7 b/sys-block/aoetools/files/digest-aoetools-7 new file mode 100644 index 000000000000..a60ae0ff8c01 --- /dev/null +++ b/sys-block/aoetools/files/digest-aoetools-7 @@ -0,0 +1 @@ +MD5 b22e7bb051a9f981a134b093db6eb3dc aoetools-7.tar.gz 18229 diff --git a/sys-block/aoetools/metadata.xml b/sys-block/aoetools/metadata.xml new file mode 100644 index 000000000000..c6d862855eb5 --- /dev/null +++ b/sys-block/aoetools/metadata.xml @@ -0,0 +1,7 @@ + + + + + robbat2@gentoo.org + + -- cgit v1.2.3-65-gdbad