summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-01-07 21:11:10 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-01-07 21:11:10 +0000
commitffc31955bba530303be00b1446c4462e77e0a795 (patch)
tree9a7181e10e162d77ac6c098965d702a4f3514f99
parentInitial commit of logmon for bug 76839. (diff)
downloadgentoo-2-ffc31955bba530303be00b1446c4462e77e0a795.tar.gz
gentoo-2-ffc31955bba530303be00b1446c4462e77e0a795.tar.bz2
gentoo-2-ffc31955bba530303be00b1446c4462e77e0a795.zip
remove old ebuilds, remove build-on-demand support, bug 117834
(Portage version: 2.1_pre3-r1)
-rw-r--r--sys-fs/fuse/ChangeLog9
-rw-r--r--sys-fs/fuse/files/digest-fuse-2.3.01
-rw-r--r--sys-fs/fuse/files/digest-fuse-2.4.01
-rw-r--r--sys-fs/fuse/files/digest-fuse-2.4.11
-rw-r--r--sys-fs/fuse/fuse-2.3.0.ebuild51
-rw-r--r--sys-fs/fuse/fuse-2.4.0.ebuild51
-rw-r--r--sys-fs/fuse/fuse-2.4.1-r1.ebuild9
-rw-r--r--sys-fs/fuse/fuse-2.4.1.ebuild51
-rw-r--r--sys-fs/fuse/fuse-2.4.2.ebuild9
9 files changed, 13 insertions, 170 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog
index 8d06f539b944..6d7252ce2211 100644
--- a/sys-fs/fuse/ChangeLog
+++ b/sys-fs/fuse/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/fuse
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.35 2005/12/04 00:06:31 genstef Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.36 2006/01/07 21:11:10 genstef Exp $
+
+ 07 Jan 2006; Stefan Schweizer <genstef@gentoo.org> -fuse-2.3.0.ebuild,
+ -fuse-2.4.0.ebuild, -fuse-2.4.1.ebuild, fuse-2.4.1-r1.ebuild,
+ fuse-2.4.2.ebuild:
+ remove old ebuilds, remove build-on-demand support, bug 117834
*fuse-2.4.2 (04 Dec 2005)
diff --git a/sys-fs/fuse/files/digest-fuse-2.3.0 b/sys-fs/fuse/files/digest-fuse-2.3.0
deleted file mode 100644
index 0b500d6a2b07..000000000000
--- a/sys-fs/fuse/files/digest-fuse-2.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0bee98df5b2a29841f75fc188975eabc fuse-2.3.0.tar.gz 365847
diff --git a/sys-fs/fuse/files/digest-fuse-2.4.0 b/sys-fs/fuse/files/digest-fuse-2.4.0
deleted file mode 100644
index 31e62eb3eb59..000000000000
--- a/sys-fs/fuse/files/digest-fuse-2.4.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 52444398d4e771bf943d2eb602548db1 fuse-2.4.0.tar.gz 384358
diff --git a/sys-fs/fuse/files/digest-fuse-2.4.1 b/sys-fs/fuse/files/digest-fuse-2.4.1
deleted file mode 100644
index 74dd1a50f700..000000000000
--- a/sys-fs/fuse/files/digest-fuse-2.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 553bd9c5a4f3cd27f3e2b93844711e4c fuse-2.4.1.tar.gz 384631
diff --git a/sys-fs/fuse/fuse-2.3.0.ebuild b/sys-fs/fuse/fuse-2.3.0.ebuild
deleted file mode 100644
index a2fbc7206bf1..000000000000
--- a/sys-fs/fuse/fuse-2.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.3.0.ebuild,v 1.6 2005/11/19 13:38:05 blubb Exp $
-
-inherit linux-mod eutils
-
-MY_P=${P/_/-}
-DESCRIPTION="An interface for filesystems implemented in userspace."
-HOMEPAGE="http://fuse.sourceforge.net"
-SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-S=${WORKDIR}/${MY_P}
-
-CONFIG_CHECK="@FUSE_FS:fuse"
-MODULE_NAMES="fuse(fs:${S}/kernel)"
-BUILD_PARAMS="majver=${KV_MAJOR}.${KV_MINOR}
- fusemoduledir=${ROOT}/lib/modules/${KV_FULL}/fs"
-BUILD_TARGETS="all"
-ECONF_PARAMS="--with-kernel=${KV_OUT_DIR}"
-FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
-We will continue, but we wont build the module this time."
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/fuse-fix-lazy-binding.patch
-}
-
-src_compile() {
- einfo "Preparing fuse userland"
- econf --disable-kernel-module --disable-example || \
- die "econf failed for fuse userland"
- emake || die "emake failed"
-
- sed -i 's/.*depmod.*//g' ${S}/kernel/Makefile.in
- convert_to_m ${S}/kernel/Makefile.in
- linux-mod_src_compile
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS ChangeLog Filesystems README README-2.4 \
- README.NFS NEWS doc/how-fuse-works
- docinto example
- dodoc example/*
-
- linux-mod_src_install
-}
diff --git a/sys-fs/fuse/fuse-2.4.0.ebuild b/sys-fs/fuse/fuse-2.4.0.ebuild
deleted file mode 100644
index 6f7151c6e6d4..000000000000
--- a/sys-fs/fuse/fuse-2.4.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.4.0.ebuild,v 1.1 2005/10/15 14:14:52 genstef Exp $
-
-inherit linux-mod eutils
-
-MY_P=${P/_/-}
-DESCRIPTION="An interface for filesystems implemented in userspace."
-HOMEPAGE="http://fuse.sourceforge.net"
-SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-S=${WORKDIR}/${MY_P}
-
-CONFIG_CHECK="@FUSE_FS:fuse"
-MODULE_NAMES="fuse(fs:${S}/kernel)"
-BUILD_PARAMS="majver=${KV_MAJOR}.${KV_MINOR}
- fusemoduledir=${ROOT}/lib/modules/${KV_FULL}/fs"
-BUILD_TARGETS="all"
-ECONF_PARAMS="--with-kernel=${KV_OUT_DIR}"
-FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
-We will continue, but we wont build the module this time."
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/fuse-fix-lazy-binding.patch
-}
-
-src_compile() {
- einfo "Preparing fuse userland"
- econf --disable-kernel-module --disable-example || \
- die "econf failed for fuse userland"
- emake || die "emake failed"
-
- sed -i 's/.*depmod.*//g' ${S}/kernel/Makefile.in
- convert_to_m ${S}/kernel/Makefile.in
- linux-mod_src_compile
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS ChangeLog Filesystems README README-2.4 \
- README.NFS NEWS doc/how-fuse-works
- docinto example
- dodoc example/*
-
- linux-mod_src_install
-}
diff --git a/sys-fs/fuse/fuse-2.4.1-r1.ebuild b/sys-fs/fuse/fuse-2.4.1-r1.ebuild
index c4ae62ab4e2e..a9c802cfe8a7 100644
--- a/sys-fs/fuse/fuse-2.4.1-r1.ebuild
+++ b/sys-fs/fuse/fuse-2.4.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.4.1-r1.ebuild,v 1.4 2005/11/20 19:30:33 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.4.1-r1.ebuild,v 1.5 2006/01/07 21:11:10 genstef Exp $
inherit linux-mod eutils
@@ -13,14 +13,11 @@ KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""
S=${WORKDIR}/${MY_P}
-CONFIG_CHECK="@FUSE_FS:fuse"
MODULE_NAMES="fuse(fs:${S}/kernel)"
BUILD_PARAMS="majver=${KV_MAJOR}.${KV_MINOR}
fusemoduledir=${ROOT}/lib/modules/${KV_FULL}/fs"
BUILD_TARGETS="all"
-ECONF_PARAMS="--with-kernel=${KV_OUT_DIR}"
-FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
-We will continue, but we wont build the module this time."
+ECONF_PARAMS="--with-kernel=${KV_OUT_DIR} --enable-kernel-module"
src_unpack() {
unpack ${A}
diff --git a/sys-fs/fuse/fuse-2.4.1.ebuild b/sys-fs/fuse/fuse-2.4.1.ebuild
deleted file mode 100644
index d7ebb4eb598c..000000000000
--- a/sys-fs/fuse/fuse-2.4.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.4.1.ebuild,v 1.1 2005/10/23 09:13:45 genstef Exp $
-
-inherit linux-mod eutils
-
-MY_P=${P/_/-}
-DESCRIPTION="An interface for filesystems implemented in userspace."
-HOMEPAGE="http://fuse.sourceforge.net"
-SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-S=${WORKDIR}/${MY_P}
-
-CONFIG_CHECK="@FUSE_FS:fuse"
-MODULE_NAMES="fuse(fs:${S}/kernel)"
-BUILD_PARAMS="majver=${KV_MAJOR}.${KV_MINOR}
- fusemoduledir=${ROOT}/lib/modules/${KV_FULL}/fs"
-BUILD_TARGETS="all"
-ECONF_PARAMS="--with-kernel=${KV_OUT_DIR}"
-FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
-We will continue, but we wont build the module this time."
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/fuse-fix-lazy-binding.patch
-}
-
-src_compile() {
- einfo "Preparing fuse userland"
- econf --disable-kernel-module --disable-example || \
- die "econf failed for fuse userland"
- emake || die "emake failed"
-
- sed -i 's/.*depmod.*//g' ${S}/kernel/Makefile.in
- convert_to_m ${S}/kernel/Makefile.in
- linux-mod_src_compile
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc AUTHORS ChangeLog Filesystems README README-2.4 \
- README.NFS NEWS doc/how-fuse-works
- docinto example
- dodoc example/*
-
- linux-mod_src_install
-}
diff --git a/sys-fs/fuse/fuse-2.4.2.ebuild b/sys-fs/fuse/fuse-2.4.2.ebuild
index 3dee610c6011..656aa6b99e29 100644
--- a/sys-fs/fuse/fuse-2.4.2.ebuild
+++ b/sys-fs/fuse/fuse-2.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.4.2.ebuild,v 1.2 2005/12/04 20:03:10 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.4.2.ebuild,v 1.3 2006/01/07 21:11:10 genstef Exp $
inherit linux-mod eutils
@@ -13,14 +13,11 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
S=${WORKDIR}/${MY_P}
-CONFIG_CHECK="@FUSE_FS:fuse"
MODULE_NAMES="fuse(fs:${S}/kernel)"
BUILD_PARAMS="majver=${KV_MAJOR}.${KV_MINOR}
fusemoduledir=${ROOT}/lib/modules/${KV_FULL}/fs"
BUILD_TARGETS="all"
-ECONF_PARAMS="--with-kernel=${KV_OUT_DIR}"
-FUSE_FS_ERROR="We have detected FUSE already built into the kernel.
-We will continue, but we wont build the module this time."
+ECONF_PARAMS="--with-kernel=${KV_OUT_DIR} --enable-kernel-module"
src_unpack() {
unpack ${A}