summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-07-31 09:04:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-07-31 09:04:38 +0000
commitfe18d1df4eac77056df8639904f5be05f57fda89 (patch)
treede0890204bdfd54691b7cf9e28a3a17fcc10f344 /sys-block/aoetools
parentVersion bump. (diff)
downloadgentoo-2-fe18d1df4eac77056df8639904f5be05f57fda89.tar.gz
gentoo-2-fe18d1df4eac77056df8639904f5be05f57fda89.tar.bz2
gentoo-2-fe18d1df4eac77056df8639904f5be05f57fda89.zip
old
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sys-block/aoetools')
-rw-r--r--sys-block/aoetools/ChangeLog6
-rw-r--r--sys-block/aoetools/aoetools-30.ebuild24
-rw-r--r--sys-block/aoetools/aoetools-32.ebuild26
3 files changed, 5 insertions, 51 deletions
diff --git a/sys-block/aoetools/ChangeLog b/sys-block/aoetools/ChangeLog
index 1a11c8fa1743..99a1496bc52b 100644
--- a/sys-block/aoetools/ChangeLog
+++ b/sys-block/aoetools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-block/aoetools
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/ChangeLog,v 1.39 2012/07/31 09:03:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/ChangeLog,v 1.40 2012/07/31 09:04:38 ssuominen Exp $
+
+ 31 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> -aoetools-30.ebuild,
+ -aoetools-32.ebuild:
+ old
*aoetools-34 (31 Jul 2012)
diff --git a/sys-block/aoetools/aoetools-30.ebuild b/sys-block/aoetools/aoetools-30.ebuild
deleted file mode 100644
index e16f9b563322..000000000000
--- a/sys-block/aoetools/aoetools-30.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-30.ebuild,v 1.1 2009/07/23 17:50:15 alexxy 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="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-RDEPEND="${DEPEND}
- sys-apps/util-linux"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e 's,^CFLAGS.*,CFLAGS += -Wall,g' Makefile || die "Failed to clean up makefile"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "install failed"
- dodoc NEWS README
-}
diff --git a/sys-block/aoetools/aoetools-32.ebuild b/sys-block/aoetools/aoetools-32.ebuild
deleted file mode 100644
index a22a24ad9600..000000000000
--- a/sys-block/aoetools/aoetools-32.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-32.ebuild,v 1.1 2010/12/13 10:30:37 vapier Exp $
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="tools for ATA over Ethernet (AoE) network storage protocol"
-HOMEPAGE="http://aoetools.sourceforge.net/"
-SRC_URI="mirror://sourceforge/aoetools/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-32-build.patch
- tc-export CC
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc NEWS README
-}