summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-12-13 10:29:07 +0000
committerMike Frysinger <vapier@gentoo.org>2010-12-13 10:29:07 +0000
commit7acbfe344f98bc7f8441faedfc32faf826bbed01 (patch)
treebc6256edd99d953c13cb4cfd1e715d5598ec2b25 /sys-block
parentVersion bump #344813 by Johan Bergström. (diff)
downloadhistorical-7acbfe344f98bc7f8441faedfc32faf826bbed01.tar.gz
historical-7acbfe344f98bc7f8441faedfc32faf826bbed01.tar.bz2
historical-7acbfe344f98bc7f8441faedfc32faf826bbed01.zip
old
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/aoetools/aoetools-24.ebuild30
-rw-r--r--sys-block/aoetools/aoetools-29.ebuild24
2 files changed, 0 insertions, 54 deletions
diff --git a/sys-block/aoetools/aoetools-24.ebuild b/sys-block/aoetools/aoetools-24.ebuild
deleted file mode 100644
index f55b3e0ee752..000000000000
--- a/sys-block/aoetools/aoetools-24.ebuild
+++ /dev/null
@@ -1,30 +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-24.ebuild,v 1.4 2009/09/23 20:29:06 patrick 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 ~x86"
-IUSE=""
-DEPEND=""
-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_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "install failed"
- dodoc NEWS README TODO
-}
diff --git a/sys-block/aoetools/aoetools-29.ebuild b/sys-block/aoetools/aoetools-29.ebuild
deleted file mode 100644
index eb1f5b29a680..000000000000
--- a/sys-block/aoetools/aoetools-29.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-29.ebuild,v 1.3 2009/03/21 12:04:30 caleb 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
-}