diff --git a/filesystem/libvolume_id/libvolume_id.cache b/filesystem/libvolume_id/libvolume_id.cache deleted file mode 100644 index d4c2db7cb..000000000 --- a/filesystem/libvolume_id/libvolume_id.cache +++ /dev/null @@ -1,23 +0,0 @@ - -[TIMESTAMP] 1165049738 Sat Dec 2 10:55:38 2006 -[BUILDTIME] 5 (9) -[SIZE] 0.14 MB, 12 files - -[DEP] 00-dirtree -[DEP] bash -[DEP] binutils -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] findutils -[DEP] gawk -[DEP] gcc -[DEP] glibc -[DEP] grep -[DEP] linux-header -[DEP] make -[DEP] patch -[DEP] sed -[DEP] sqlite2 -[DEP] sysfiles -[DEP] tar diff --git a/filesystem/libvolume_id/libvolume_id.conf b/filesystem/libvolume_id/libvolume_id.conf deleted file mode 100644 index dd5de77fc..000000000 --- a/filesystem/libvolume_id/libvolume_id.conf +++ /dev/null @@ -1,16 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../libvolume_id/libvolume_id.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 --- - -hook_add preconf 5 'cd extras/volume_id/lib' -var_append makeinstopt ' ' "prefix=" diff --git a/filesystem/libvolume_id/libvolume_id.desc b/filesystem/libvolume_id/libvolume_id.desc deleted file mode 100644 index f95ab8762..000000000 --- a/filesystem/libvolume_id/libvolume_id.desc +++ /dev/null @@ -1,35 +0,0 @@ -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../libvolume_id/libvolume_id.desc -[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project -[COPY] -[COPY] More information can be found in the files COPYING and README. -[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; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] Library to read filesystem label/uuid - -[T] This library is part of udev/vol_id but because of technical reasons we -[T] have to build it separated. - -[U] http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/udev.html - -[A] Kay Sievers -[M] Alejandro Mery - -[C] base/system base/kernel - -[F] DIETLIBC - -[L] GPL -[S] Beta -[V] 118 -[P] X -----5---9 102.040 - -[D] 3168492797 udev-118.tar.bz2 http://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ - diff --git a/filesystem/libvolume_id/makefile.patch b/filesystem/libvolume_id/makefile.patch deleted file mode 100644 index ff6d96101..000000000 --- a/filesystem/libvolume_id/makefile.patch +++ /dev/null @@ -1,28 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../libvolume_id/makefile.patch -# Copyright (C) 2006 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 --- - ---- ./extras/volume_id/lib/Makefile.orig 2006-11-25 15:28:14.000000000 -0300 -+++ ./extras/volume_id/lib/Makefile 2006-11-25 15:28:33.000000000 -0300 -@@ -17,6 +17,9 @@ - SHLIB_AGE = 0 - SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE) - -+E=echo -+Q=@ -+ - OBJS= \ - ext.o \ - fat.o \