From b675a17ee32fada1db8d2ba06c963cded6611a47 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Nov 2014 08:34:03 +0100 Subject: [PATCH] chroot-coreutils: removed; superseded by coreutils. --- .../patches/disable-man.patch | 20 ------------- srcpkgs/chroot-coreutils/template | 28 ------------------- 2 files changed, 48 deletions(-) delete mode 100644 srcpkgs/chroot-coreutils/patches/disable-man.patch delete mode 100644 srcpkgs/chroot-coreutils/template diff --git a/srcpkgs/chroot-coreutils/patches/disable-man.patch b/srcpkgs/chroot-coreutils/patches/disable-man.patch deleted file mode 100644 index 30ec64e5670..00000000000 --- a/srcpkgs/chroot-coreutils/patches/disable-man.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig 2014-01-08 09:01:48.970245932 +0100 -+++ Makefile.in 2014-01-08 09:02:23.283386875 +0100 -@@ -7390,7 +7390,7 @@ check-am: all-am - $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local - check: $(BUILT_SOURCES) - $(MAKE) $(AM_MAKEFLAGS) check-recursive --all-am: Makefile $(INFO_DEPS) $(LIBRARIES) $(PROGRAMS) $(MANS) \ -+all-am: Makefile $(LIBRARIES) $(PROGRAMS) \ - $(HEADERS) all-local - installdirs: installdirs-recursive - installdirs-am: -@@ -7558,7 +7558,7 @@ install-info-am: $(INFO_DEPS) - install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ - done; \ - else : ; fi --install-man: install-man1 -+install-man: - - install-pdf: install-pdf-recursive - diff --git a/srcpkgs/chroot-coreutils/template b/srcpkgs/chroot-coreutils/template deleted file mode 100644 index 4b99c0ae2af..00000000000 --- a/srcpkgs/chroot-coreutils/template +++ /dev/null @@ -1,28 +0,0 @@ -# Template file for 'chroot-coreutils' -pkgname=chroot-coreutils -version=8.22 -revision=3 -wrksrc="${pkgname/chroot-}-${version}" -bootstrap=yes -provides="coreutils-${version}_${revision}" -conflicts="coreutils>=0" -build_style=gnu-configure -configure_args="--without-gmp --disable-libcap --disable-xattr ---disable-acl --disable-rpath --disable-nls ---enable-no-install-program=stdbuf,arch,su ---enable-install-program=hostname gl_cv_func_realpath_works=yes" -short_desc="The GNU core utilities - for xbps-src use" -maintainer="Juan RP " -homepage="http://www.gnu.org/software/coreutils" -license="GPL-3" -distfiles="http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz" -checksum=5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212 - -case "$XBPS_TARGET_MACHINE" in - *-musl) CFLAGS+=" -DSLOW_BUT_NO_HACKS";; -esac - -post_install() { - rm -rf ${DESTDIR}/usr/lib - rm -rf ${DESTDIR}/usr/share -}