summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-05-09 23:27:42 +0000
committerMike Frysinger <vapier@gentoo.org>2011-05-09 23:27:42 +0000
commit7ec7e74c4c9afb444987107398c2ee0f4ade13f6 (patch)
treef3ba1d5e65b6568a13397233f3bf403ef0b9e7f8 /sys-block
parentVersion bump. (diff)
downloadhistorical-7ec7e74c4c9afb444987107398c2ee0f4ade13f6.tar.gz
historical-7ec7e74c4c9afb444987107398c2ee0f4ade13f6.tar.bz2
historical-7ec7e74c4c9afb444987107398c2ee0f4ade13f6.zip
old
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/nbd/files/nbd-2.9.1-headers.patch26
-rw-r--r--sys-block/nbd/nbd-2.9.13.ebuild45
-rw-r--r--sys-block/nbd/nbd-2.9.15.ebuild45
-rw-r--r--sys-block/nbd/nbd-2.9.19.ebuild35
4 files changed, 0 insertions, 151 deletions
diff --git a/sys-block/nbd/files/nbd-2.9.1-headers.patch b/sys-block/nbd/files/nbd-2.9.1-headers.patch
deleted file mode 100644
index c77b344c8ab3..000000000000
--- a/sys-block/nbd/files/nbd-2.9.1-headers.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-kernel headers fixes this so no point in hacking the crap out of userspace
-
---- configure
-+++ configure
-@@ -7743,10 +7743,6 @@
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
--#define u32 int
--#define u64 int
--#define __be32 int
--#define __be64 int
- #include "nbd.h"
-
- int
-@@ -7803,10 +7803,6 @@
- cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
--#define u32 int
--#define u64 int
--#define __be32 int
--#define __be64 int
- #include <linux/nbd.h>
-
- int
diff --git a/sys-block/nbd/nbd-2.9.13.ebuild b/sys-block/nbd/nbd-2.9.13.ebuild
deleted file mode 100644
index 50a7a7e84ff8..000000000000
--- a/sys-block/nbd/nbd-2.9.13.ebuild
+++ /dev/null
@@ -1,45 +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/nbd/nbd-2.9.13.ebuild,v 1.4 2009/10/31 14:19:26 ranger Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/"
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.bz2
- mirror://gentoo/nbd-linux-include.h.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-2.9.1-headers.patch
- sed -i 's:/usr/bin/klcc:/suck/it/k/l/c/c:g' configure || die
-
- mkdir -p "${S}"/inc-after/linux
- mv "${WORKDIR}"/nbd-linux-include.h "${S}"/inc-after/linux/nbd.h
- append-flags -idirafter "${S}"/inc-after
-}
-
-src_compile() {
- econf \
- --enable-lfs \
- --enable-syslog \
- || die
- emake || die
- emake -C gznbd || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dobin gznbd/gznbd || die
- dodoc README
-}
diff --git a/sys-block/nbd/nbd-2.9.15.ebuild b/sys-block/nbd/nbd-2.9.15.ebuild
deleted file mode 100644
index 4ed98effb7e3..000000000000
--- a/sys-block/nbd/nbd-2.9.15.ebuild
+++ /dev/null
@@ -1,45 +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/nbd/nbd-2.9.15.ebuild,v 1.1 2010/04/11 20:55:41 vapier Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/"
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.bz2
- mirror://gentoo/nbd-linux-include.h.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-2.9.1-headers.patch
- sed -i 's:/usr/bin/klcc:/suck/it/k/l/c/c:g' configure || die
-
- mkdir -p "${S}"/inc-after/linux
- mv "${WORKDIR}"/nbd-linux-include.h "${S}"/inc-after/linux/nbd.h
- append-flags -idirafter "${S}"/inc-after
-}
-
-src_compile() {
- econf \
- --enable-lfs \
- --enable-syslog \
- || die
- emake || die
- emake -C gznbd || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dobin gznbd/gznbd || die
- dodoc README
-}
diff --git a/sys-block/nbd/nbd-2.9.19.ebuild b/sys-block/nbd/nbd-2.9.19.ebuild
deleted file mode 100644
index 4de113b5f216..000000000000
--- a/sys-block/nbd/nbd-2.9.19.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.19.ebuild,v 1.1 2011/01/16 02:47:27 vapier Exp $
-
-EAPI="2"
-
-DESCRIPTION="Userland client/server for kernel network block device"
-HOMEPAGE="http://nbd.sourceforge.net/"
-SRC_URI="mirror://sourceforge/nbd/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_configure() {
- econf \
- --enable-lfs \
- --enable-syslog
-}
-
-src_compile() {
- emake || die
- emake -C gznbd || die
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dobin gznbd/gznbd || die
- dodoc README
-}