summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-16 03:21:34 +0000
committerMike Frysinger <vapier@gentoo.org>2009-07-16 03:21:34 +0000
commit6b4cfeac5a2e7414e00f678ac082a765cb58447b (patch)
tree21dabe29dcabf6132119b22283c9a673eb73156a /sys-block
parentVersion bump #269378 by Matthias Schwarzott. (diff)
downloadhistorical-6b4cfeac5a2e7414e00f678ac082a765cb58447b.tar.gz
historical-6b4cfeac5a2e7414e00f678ac082a765cb58447b.tar.bz2
historical-6b4cfeac5a2e7414e00f678ac082a765cb58447b.zip
old
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/nbd/files/nbd-2.9.2-gznbd.patch13
-rw-r--r--sys-block/nbd/files/nbd-2.9.2-no-page-header.patch10
-rw-r--r--sys-block/nbd/nbd-2.9.10.ebuild45
-rw-r--r--sys-block/nbd/nbd-2.9.8.ebuild46
4 files changed, 0 insertions, 114 deletions
diff --git a/sys-block/nbd/files/nbd-2.9.2-gznbd.patch b/sys-block/nbd/files/nbd-2.9.2-gznbd.patch
deleted file mode 100644
index 1b3f4ff7892d..000000000000
--- a/sys-block/nbd/files/nbd-2.9.2-gznbd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gznbd/gznbd.c
-+++ gznbd/gznbd.c
-@@ -49,8 +49,8 @@
- /* asm/types defines __u??, at least on my system */
- #include <asm/types.h>
-
--#define u32 __u32
--#define u64 __u64
-+#include <syslog.h>
-+#define MY_NAME "gznbd"
-
- /* these headers take care of endianness */
- #include "../config.h"
diff --git a/sys-block/nbd/files/nbd-2.9.2-no-page-header.patch b/sys-block/nbd/files/nbd-2.9.2-no-page-header.patch
deleted file mode 100644
index 8e1717f1bb74..000000000000
--- a/sys-block/nbd/files/nbd-2.9.2-no-page-header.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- nbd-client.c
-+++ nbd-client.c
-@@ -16,7 +16,6 @@
- #include "config.h"
- #include "lfs.h"
-
--#include <asm/page.h>
- #include <sys/ioctl.h>
- #include <sys/socket.h>
- #include <sys/types.h>
diff --git a/sys-block/nbd/nbd-2.9.10.ebuild b/sys-block/nbd/nbd-2.9.10.ebuild
deleted file mode 100644
index c60b2d454004..000000000000
--- a/sys-block/nbd/nbd-2.9.10.ebuild
+++ /dev/null
@@ -1,45 +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/nbd/nbd-2.9.10.ebuild,v 1.3 2008/05/05 13:27:52 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.8.ebuild b/sys-block/nbd/nbd-2.9.8.ebuild
deleted file mode 100644
index c95da708fda9..000000000000
--- a/sys-block/nbd/nbd-2.9.8.ebuild
+++ /dev/null
@@ -1,46 +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/nbd/nbd-2.9.8.ebuild,v 1.6 2008/05/05 13:27:52 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.2-gznbd.patch
- 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
-}