Version bump. Also Fix bug #136080 by pulling in sys-devel/bc for -9, and by fixing...
authorRobin H. Johnson <robbat2@gentoo.org>
Thu, 8 Jun 2006 17:16:17 +0000 (17:16 +0000)
committerRobin H. Johnson <robbat2@gentoo.org>
Thu, 8 Jun 2006 17:16:17 +0000 (17:16 +0000)
Package-Manager: portage-2.1_rc4-r4

sys-block/aoetools/ChangeLog
sys-block/aoetools/aoetools-10.ebuild [new file with mode: 0644]
sys-block/aoetools/aoetools-9.ebuild
sys-block/aoetools/files/digest-aoetools-10 [new file with mode: 0644]

index 7438dd8c7fc139bfc202a2836ceba35f1a8f5b1f..d275f0f72083ed73ce3342d87eb7ae1a70b6058d 100644 (file)
@@ -1,6 +1,13 @@
 # ChangeLog for sys-block/aoetools
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/ChangeLog,v 1.4 2006/05/23 01:53:38 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/ChangeLog,v 1.5 2006/06/08 17:16:17 robbat2 Exp $
+
+*aoetools-10 (08 Jun 2006)
+
+  08 Jun 2006; Robin H. Johnson <robbat2@gentoo.org> -aoetools-7.ebuild,
+  aoetools-9.ebuild, +aoetools-10.ebuild:
+  Version bump. Also Fix bug #136080 by pulling in sys-devel/bc for -9, and by
+  fixing -10. Remove old -7 version.
 
   23 May 2006; Robin H. Johnson <robbat2@gentoo.org> aoetools-9.ebuild:
   Add ~ppc.
diff --git a/sys-block/aoetools/aoetools-10.ebuild b/sys-block/aoetools/aoetools-10.ebuild
new file mode 100644 (file)
index 0000000..3ac0a88
--- /dev/null
@@ -0,0 +1,41 @@
+# 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-10.ebuild,v 1.1 2006/06/08 17:16:17 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="~ppc64 ~ppc ~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"
+       for i in aoe-stat aoe-mkshelf.in ; do
+               sed -i \
+                       -e '/bc/s!\\\*!*!g' \
+                       -e '/bc/s!"!!g' \
+                       -e '/bc/s!=`echo \(.*\) | bc`!=$((\1))!g' \
+                       ${i}
+       done
+}
+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
+}
index 3bf0a7e7921102f1b4469a8e2c9a62a11d8f9d82..7d603e410a56e3a02a5c21a357d92897e222b091 100644 (file)
@@ -1,6 +1,6 @@
 # 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.3 2006/05/23 01:53:38 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-9.ebuild,v 1.4 2006/06/08 17:16:17 robbat2 Exp $
 
 DESCRIPTION="aoetools are programs for users of the ATA over Ethernet (AoE) network storage protocol"
 HOMEPAGE="http://sf.net/projects/aoetools/"
@@ -11,7 +11,8 @@ KEYWORDS="~ppc64 ~ppc ~x86"
 IUSE=""
 DEPEND="virtual/libc"
 RDEPEND="${DEPEND}
-               sys-apps/util-linux"
+               sys-apps/util-linux
+               sys-devel/bc"
 
 src_unpack() {
        unpack ${A}
diff --git a/sys-block/aoetools/files/digest-aoetools-10 b/sys-block/aoetools/files/digest-aoetools-10
new file mode 100644 (file)
index 0000000..29ca258
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 af89514d4abf5dd18d116dccea13a6fc aoetools-10.tar.gz 19399
+RMD160 e55208eab53e7bc1f8bf346db2499125c49ffbd7 aoetools-10.tar.gz 19399
+SHA256 b44b88ee71c56cc23c0d01909199e1b6d51c642ac2201f984e87ba822f27768c aoetools-10.tar.gz 19399