diff options
author | 2010-12-13 10:29:07 +0000 | |
---|---|---|
committer | 2010-12-13 10:29:07 +0000 | |
commit | 3bca2a8c626f8d6e3ecb01bf884fe19923cc62fc (patch) | |
tree | b126eaec5e20332891063c550e2bbb58ea22e14b /sys-block/aoetools | |
parent | Version bump #344813 by Johan Bergström. (diff) | |
download | gentoo-2-3bca2a8c626f8d6e3ecb01bf884fe19923cc62fc.tar.gz gentoo-2-3bca2a8c626f8d6e3ecb01bf884fe19923cc62fc.tar.bz2 gentoo-2-3bca2a8c626f8d6e3ecb01bf884fe19923cc62fc.zip |
old
Diffstat (limited to 'sys-block/aoetools')
-rw-r--r-- | sys-block/aoetools/aoetools-24.ebuild | 30 | ||||
-rw-r--r-- | sys-block/aoetools/aoetools-29.ebuild | 24 |
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 -} |