Browse Source

* merged r21437 and r21438 from kernel-cleanup2:

* updated cloop (2.04-1+eb.1-7 -> 2.05~20060829-1)


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21661 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
89ea279d50
  1. 17
      filesystem/cloop/cloop.conf
  2. 10
      filesystem/cloop/cloop.desc
  3. 27
      filesystem/cloop/destdir.patch
  4. 16
      filesystem/cloop/pkg_linux24_post.conf
  5. 16
      filesystem/cloop/pkg_linux26_post.conf
  6. 21
      filesystem/cloop/postlinux.conf

17
filesystem/cloop/cloop.conf

@ -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"

10
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 <amery@opensde.org>
[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/

27
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

16
filesystem/cloop/pkg_linux24_post.conf

@ -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"

16
filesystem/cloop/pkg_linux26_post.conf

@ -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"

21
filesystem/cloop/postlinux.conf

@ -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"
Loading…
Cancel
Save