From 9c612e4d15f043c25aecbb5c099cf5bdd7ad2901 Mon Sep 17 00:00:00 2001 From: fake Date: Sat, 24 Jul 2004 20:36:53 +0000 Subject: [PATCH] fake: remove cloop, which sucks, replaced by squashfs(-tools), which rules ;) [2004071719441624355] git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3656 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/fake/cloop/cloop.cache | 35 ---------------- package/fake/cloop/cloop.conf | 29 ------------- package/fake/cloop/cloop.desc | 41 ------------------- .../cloop/makefile-install-noconfvars.patch | 20 --------- 4 files changed, 125 deletions(-) delete mode 100644 package/fake/cloop/cloop.cache delete mode 100644 package/fake/cloop/cloop.conf delete mode 100644 package/fake/cloop/cloop.desc delete mode 100644 package/fake/cloop/makefile-install-noconfvars.patch diff --git a/package/fake/cloop/cloop.cache b/package/fake/cloop/cloop.cache deleted file mode 100644 index c80079e43..000000000 --- a/package/fake/cloop/cloop.cache +++ /dev/null @@ -1,35 +0,0 @@ -[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- -[COPY] -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] Please add additional copyright information _after_ the line containing -[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -[COPY] -[COPY] ROCK Linux: rock-src/package/fake/cloop/cloop.cache -[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; either version 2 of the License, or -[COPY] (at your option) any later version. A copy of the GNU General Public -[COPY] License can be found at Documentation/COPYING. -[COPY] -[COPY] Many people helped and are helping developing ROCK Linux. Please -[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM -[COPY] file for details. -[COPY] -[COPY] --- ROCK-COPYRIGHT-NOTE-END --- - -[TIMESTAMP] 1086993344 Sat Jun 12 00:35:44 2004 -[CONFIG-ID] 2.1.0-DEV-x86-reference-expert -[ROCKVER] 2.1.0-DEV - -[LOGS] 1-cloop.log 5-cloop.log - -[BUILDTIME] 882 (5) -[SIZE] 0.10 MB, 14 files - -[DEP] 00-dirtree bash binutils bzip2 ccache coreutils findutils gcc3 -[DEP] glibc23 grep linux24-header linux24-src make patch sed sysfiles -[DEP] tar zlib - diff --git a/package/fake/cloop/cloop.conf b/package/fake/cloop/cloop.conf deleted file mode 100644 index c96fcbc6a..000000000 --- a/package/fake/cloop/cloop.conf +++ /dev/null @@ -1,29 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/fake/cloop/cloop.conf -# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. A copy of the GNU General Public -# License can be found at Documentation/COPYING. -# -# Many people helped and are helping developing ROCK Linux. Please -# have a look at http://www.rocklinux.org/ and the Documentation/TEAM -# file for details. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -. $base/package/base/linux/kernelversion.sh - -var_append makeopt ' ' 'KERNDIR=$root/usr/src/linux-$kernelversion' - -var_remove makeinstopt ' ' 'install' -var_append makeinstopt ' ' 'MODDIR=$root/lib/modules/$kernelversion/misc PREFIX=$root/$prefix install' - diff --git a/package/fake/cloop/cloop.desc b/package/fake/cloop/cloop.desc deleted file mode 100644 index 1edcad62c..000000000 --- a/package/fake/cloop/cloop.desc +++ /dev/null @@ -1,41 +0,0 @@ -[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- -[COPY] -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] Please add additional copyright information _after_ the line containing -[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -[COPY] -[COPY] ROCK Linux: rock-src/package/fake/cloop/cloop.desc -[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; either version 2 of the License, or -[COPY] (at your option) any later version. A copy of the GNU General Public -[COPY] License can be found at Documentation/COPYING. -[COPY] -[COPY] Many people helped and are helping developing ROCK Linux. Please -[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM -[COPY] file for details. -[COPY] -[COPY] --- ROCK-COPYRIGHT-NOTE-END --- - -[I] a transparently decompressing block device - -[T] based on a driver developed by Paul 'Rusty' Russel for reading block-wise -[T] compressed images transparently. Ported to 2.4/2.6 by Klaus Knopper. - -[U] http://developer.linuxtag.net/knoppix/sources/ - -[A] Klaus Knopper -[M] fake - -[C] base/system - -[L] GPL -[S] Stable -[V] 2.01 -[P] X -1---5---- 106.100 - -[D] 577776819 cloop_2.01-1.tar.gz http://developer.linuxtag.net/knoppix/sources/ - diff --git a/package/fake/cloop/makefile-install-noconfvars.patch b/package/fake/cloop/makefile-install-noconfvars.patch deleted file mode 100644 index 84176dcba..000000000 --- a/package/fake/cloop/makefile-install-noconfvars.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ./Makefile.orig 2004-05-08 15:39:45.882594296 +0200 -+++ ./Makefile 2004-05-08 16:25:36.674410376 +0200 -@@ -6,7 +6,6 @@ - CFLAGS:=-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -s -I. -fno-strict-aliasing -fno-common -fomit-frame-pointer - else - include $(KERNEL_DIR)/.config --include $(KERNEL_DIR)/conf.vars - endif - - CKERNOPS:=-D__KERNEL__ -DMODULE -fno-builtin -nostdlib -DKBUILD_MODNAME="cloop" -DKBUILD_BASENAME="cloop" -@@ -50,3 +49,9 @@ - $(CC) -I$(KERNEL_DIR)/include -I$(KERNEL_DIR)/include/asm/mach-default $(CFLAGS) $(CKERNOPS) $< -c -o $@ - - compressed_loop.o create_compressed_fs.o: compressed_loop.h -+ -+install: -+ mkdir -p $(MODDIR) -+ install -m 755 cloop.o $(MODDIR) -+ install -m 755 create_compressed_fs $(PREFIX)/sbin -+ install -m 755 extract_compressed_fs $(PREFIX)/sbin