From 24324eb46e8a177b24c47b03c38e645c86327386 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 12 Aug 2009 10:56:08 +0200 Subject: [PATCH] Remove util-linux. util-linux-ng is enough. --HG-- extra : convert_revision : 3a39a6b183a09e2fe710155d0fe53a76ba5ae494 --- templates/util-linux/build.diff | 12 ------------ templates/util-linux/template | 25 ------------------------- 2 files changed, 37 deletions(-) delete mode 100644 templates/util-linux/build.diff delete mode 100644 templates/util-linux/template diff --git a/templates/util-linux/build.diff b/templates/util-linux/build.diff deleted file mode 100644 index 0139bcf32d0..00000000000 --- a/templates/util-linux/build.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- disk-utils/fsck.cramfs.c.orig 2008-10-23 00:59:51.000000000 +0200 -+++ disk-utils/fsck.cramfs.c 2008-10-23 01:00:24.000000000 +0200 -@@ -76,7 +76,9 @@ static uid_t euid; /* effective UID */ - - #define PAD_SIZE 512 - -+#ifdef HAVE_asm_page_h - #include -+#endif - #ifdef PAGE_SIZE - #define PAGE_CACHE_SIZE ((int) PAGE_SIZE) - #elif defined __ia64__ diff --git a/templates/util-linux/template b/templates/util-linux/template deleted file mode 100644 index e27b2c98b70..00000000000 --- a/templates/util-linux/template +++ /dev/null @@ -1,25 +0,0 @@ -# Template file for 'util-linux' -pkgname=util-linux -version=2.12r -distfiles="${KERNEL_SITE}/utils/util-linux/$pkgname-$version.tar.bz2" -build_style=gnu_configure -CFLAGS="-I/usr/include" -make_install_args="ETC_DIR=$XBPS_DESTDIR/$pkgname-$version/etc - SBIN_DIR=$XBPS_DESTDIR/$pkgname-$version/sbin - USRSBIN_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/sbin - USRLIB_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/lib - USRBIN_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/bin - USRSHAREMISC_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/misc - LOCALE_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/locale - BIN_DIR=$XBPS_DESTDIR/$pkgname-$version/bin - VAR_PATH=$XBPS_DESTDIR/$pkgname-$version/var - LOG_DIR=$XBPS_DESTDIR/$pkgname-$version/log - MAN_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/man - INFO_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/info" -short_desc="Random collection of Linux utilities" -maintainer="Juan RP " -checksum=b8e499b338ce9fbd1fb315194b26540ec823c0afc46c9e145ac7a3e38ad57e6b -long_desc=" - util-linux is a random collection of Linux utilities." - -build_depends="kernel-libc-headers-2.6.27.3"