summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-01-25 01:29:58 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-01-25 01:29:58 +0000
commit7772df9242d2942e6ff7e3cd60210c158067b521 (patch)
treea3a13b8a14940ce9b2ffd9e23bb9415a0443cebb /sys-block/aoetools
parentMake modular X happy for bug 119783. (diff)
downloadgentoo-2-7772df9242d2942e6ff7e3cd60210c158067b521.tar.gz
gentoo-2-7772df9242d2942e6ff7e3cd60210c158067b521.tar.bz2
gentoo-2-7772df9242d2942e6ff7e3cd60210c158067b521.zip
Version bump, bug #118565.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-block/aoetools')
-rw-r--r--sys-block/aoetools/ChangeLog9
-rw-r--r--sys-block/aoetools/Manifest6
-rw-r--r--sys-block/aoetools/aoetools-9.ebuild34
-rw-r--r--sys-block/aoetools/files/digest-aoetools-91
4 files changed, 46 insertions, 4 deletions
diff --git a/sys-block/aoetools/ChangeLog b/sys-block/aoetools/ChangeLog
index 9137f24e6843..83d4f6b7d904 100644
--- a/sys-block/aoetools/ChangeLog
+++ b/sys-block/aoetools/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/ChangeLog,v 1.2 2006/01/25 01:29:58 robbat2 Exp $
+
+*aoetools-9 (25 Jan 2006)
+
+ 25 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> +aoetools-9.ebuild:
+ Version bump, bug #118565.
*aoetools-7 (16 Sep 2005)
diff --git a/sys-block/aoetools/Manifest b/sys-block/aoetools/Manifest
index 10905ec35b5e..5692a80d968c 100644
--- a/sys-block/aoetools/Manifest
+++ b/sys-block/aoetools/Manifest
@@ -1,4 +1,6 @@
-MD5 533b091b2458551558253527b80f0d69 aoetools-7.ebuild 917
MD5 2b4b0ccdbd840b384ca8a0c0d0eb4f09 ChangeLog 395
-MD5 c8bc5b7915619c3198683ce72b740321 metadata.xml 202
+MD5 533b091b2458551558253527b80f0d69 aoetools-7.ebuild 917
+MD5 c9fb525adf4683292ebb65366cd7db58 aoetools-9.ebuild 965
MD5 6c05cd4bb5f058ba1e31130d59f21da6 files/digest-aoetools-7 61
+MD5 5e16c6a3274d27ce3e2b97c3fd181157 files/digest-aoetools-9 61
+MD5 c8bc5b7915619c3198683ce72b740321 metadata.xml 202
diff --git a/sys-block/aoetools/aoetools-9.ebuild b/sys-block/aoetools/aoetools-9.ebuild
new file mode 100644
index 000000000000..7a0e528dc666
--- /dev/null
+++ b/sys-block/aoetools/aoetools-9.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-9.ebuild,v 1.1 2006/01/25 01:29:58 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 \
+ -e '/mkdir/s, \(${.*}\), ${DESTDIR}\1,g' \
+ -e 's,^CFLAGS.*,CFLAGS += -Wall,g' \
+ Makefile || die "Failed to clean up makefile"
+}
+src_compile() {
+ emake || die "emake failed"
+}
+
+src_install() {
+ into /usr
+ emake -j1 install DESTDIR="${D}" SBINDIR="/usr/sbin" MANDIR="/usr/share/man"
+ dodoc HACKING NEWS README TODO devnodes.txt
+}
diff --git a/sys-block/aoetools/files/digest-aoetools-9 b/sys-block/aoetools/files/digest-aoetools-9
new file mode 100644
index 000000000000..b2e3b42902f6
--- /dev/null
+++ b/sys-block/aoetools/files/digest-aoetools-9
@@ -0,0 +1 @@
+MD5 ac2f0b6f33e6d686a90385c1234748ef aoetools-9.tar.gz 19393