diff --git a/filesystem/cloop/cloop.conf b/filesystem/cloop/cloop.conf deleted file mode 100644 index 506d23776..000000000 --- a/filesystem/cloop/cloop.conf +++ /dev/null @@ -1,17 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../cloop/cloop.conf -# Copyright (C) 2006 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# 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; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -var_append makeopt " " "DESTDIR=$root/$prefix" -makeinstopt="$makeopt install-utils" -makeopt="$makeopt utils" diff --git a/filesystem/cloop/cloop.desc b/filesystem/cloop/cloop.desc index 42a4f3cc1..a09806e15 100644 --- a/filesystem/cloop/cloop.desc +++ b/filesystem/cloop/cloop.desc @@ -2,7 +2,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../cloop/cloop.desc -[COPY] Copyright (C) 2006 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -25,11 +25,11 @@ [M] Alejandro Mery [C] base/system +[F] NOPARALLEL [L] GPL -[S] Stable -[V] 2.04-1+eb.1-7 +[S] Beta +[V] 2.05~20060829-1 [P] O -----5---9 106.100 -[D] 3487075756 cloop_2.04-1+eb.1-7.tar.gz http://ftp.debian.org/debian/pool/main/c/cloop/ - +[D] 1337994039 cloop_2.05~20060829-1.tar.gz http://ftp.debian.org/debian/pool/main/c/cloop/ diff --git a/filesystem/cloop/destdir.patch b/filesystem/cloop/destdir.patch new file mode 100644 index 000000000..648942e93 --- /dev/null +++ b/filesystem/cloop/destdir.patch @@ -0,0 +1,27 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../cloop/destdir.patch +# Copyright (C) 2007 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./Makefile.orig 2007-06-24 18:09:20.000000000 -0400 ++++ ./Makefile 2007-06-24 18:09:53.000000000 -0400 +@@ -3,7 +3,7 @@ + KVERSION=$(shell uname -r) + KERNEL_DIR=/lib/modules/$(KVERSION)/build + +-DESTDIR=/usr/local ++DESTDIR= + #INSTALL_MOD_PATH:=/tmp + + # Add compressloop when it has been fixed diff --git a/filesystem/cloop/pkg_linux24_post.conf b/filesystem/cloop/pkg_linux24_post.conf deleted file mode 100644 index 95976302c..000000000 --- a/filesystem/cloop/pkg_linux24_post.conf +++ /dev/null @@ -1,16 +0,0 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# T2 SDE: package/.../cloop/pkg_linux24_post.conf -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# 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; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- - -var_append lx_3rd_party_modules " " "cloop" - diff --git a/filesystem/cloop/pkg_linux26_post.conf b/filesystem/cloop/pkg_linux26_post.conf deleted file mode 100644 index 42a5b5faa..000000000 --- a/filesystem/cloop/pkg_linux26_post.conf +++ /dev/null @@ -1,16 +0,0 @@ -# --- T2-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# T2 SDE: package/.../cloop/pkg_linux26_post.conf -# Copyright (C) 2004 - 2006 The T2 SDE Project -# -# More information can be found in the files COPYING and README. -# -# 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; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- - -var_append lx_3rd_party_modules " " "cloop" - diff --git a/filesystem/cloop/postlinux.conf b/filesystem/cloop/postlinux.conf deleted file mode 100644 index 391513dc8..000000000 --- a/filesystem/cloop/postlinux.conf +++ /dev/null @@ -1,21 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../cloop/postlinux.conf -# Copyright (C) 2006 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# 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; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -var_append makeopt " " "KERNEL_DIR=$kerneldir" -var_append makeopt " " "KVERSION=$lx_kernelrelease" -var_append makeopt " " "CC=$KCC" - -makeinstopt="$makeopt INSTALL_MOD_PATH=$root DEPMOD=/bin/true install-module" -makeopt="$makeopt module" -