summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2008-02-22 18:57:49 +0000
committerCaleb Tennis <caleb@gentoo.org>2008-02-22 18:57:49 +0000
commit5527e791afad331cc6a32c6d17a99f73255d0db7 (patch)
tree756e887e9e3e30eea1982620acf2a61f3af4ffcd /sys-block
parentversion bump (diff)
downloadgentoo-2-5527e791afad331cc6a32c6d17a99f73255d0db7.tar.gz
gentoo-2-5527e791afad331cc6a32c6d17a99f73255d0db7.tar.bz2
gentoo-2-5527e791afad331cc6a32c6d17a99f73255d0db7.zip
remove old versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/aoetools/ChangeLog6
-rw-r--r--sys-block/aoetools/aoetools-10.ebuild41
-rw-r--r--sys-block/aoetools/aoetools-22.ebuild42
-rw-r--r--sys-block/aoetools/aoetools-23.ebuild30
-rw-r--r--sys-block/aoetools/aoetools-9.ebuild35
5 files changed, 5 insertions, 149 deletions
diff --git a/sys-block/aoetools/ChangeLog b/sys-block/aoetools/ChangeLog
index fee83cab3a7b..0b738f1edb42 100644
--- a/sys-block/aoetools/ChangeLog
+++ b/sys-block/aoetools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-block/aoetools
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/ChangeLog,v 1.22 2008/02/22 18:56:57 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/ChangeLog,v 1.23 2008/02/22 18:57:49 caleb Exp $
+
+ 22 Feb 2008; Caleb Tennis <caleb@gentoo.org> -aoetools-9.ebuild,
+ -aoetools-10.ebuild, -aoetools-22.ebuild, -aoetools-23.ebuild:
+ remove old versions
*aoetools-24 (22 Feb 2008)
diff --git a/sys-block/aoetools/aoetools-10.ebuild b/sys-block/aoetools/aoetools-10.ebuild
deleted file mode 100644
index c5d3f05cf057..000000000000
--- a/sys-block/aoetools/aoetools-10.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 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.6 2007/04/22 13:54:29 dertobi123 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="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
-}
diff --git a/sys-block/aoetools/aoetools-22.ebuild b/sys-block/aoetools/aoetools-22.ebuild
deleted file mode 100644
index 0edef9c0968c..000000000000
--- a/sys-block/aoetools/aoetools-22.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-22.ebuild,v 1.1 2007/12/14 12:07:34 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="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-DEPEND="virtual/libc"
-RDEPEND="${DEPEND}
- sys-apps/util-linux"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # messy tarball
- emake -j1 clean || die "Failed to clean up source"
- sed -i \
- -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 -j1 configure || die "emake configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- into /usr
- dodir /usr/sbin /usr/bin
- 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/aoetools-23.ebuild b/sys-block/aoetools/aoetools-23.ebuild
deleted file mode 100644
index f1e40bd4e90f..000000000000
--- a/sys-block/aoetools/aoetools-23.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/aoetools/aoetools-23.ebuild,v 1.1 2008/02/03 20:14:58 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 ~x86"
-IUSE=""
-DEPEND="virtual/libc"
-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-9.ebuild b/sys-block/aoetools/aoetools-9.ebuild
deleted file mode 100644
index 7d603e410a56..000000000000
--- a/sys-block/aoetools/aoetools-9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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.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/"
-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
- sys-devel/bc"
-
-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
-}