From b325f92ccce2244ccf05188bb08e1bec68dedb43 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Mon, 6 Nov 2017 08:57:26 -0200 Subject: [PATCH] linux-user-chroot: remove, now replaced by bubblewrap (#8928) See: https://git.gnome.org/browse/linux-user-chroot/tree/README --- srcpkgs/linux-user-chroot/INSTALL | 7 ------- srcpkgs/linux-user-chroot/template | 19 ------------------- srcpkgs/linux-user-chroot/update | 1 - 3 files changed, 27 deletions(-) delete mode 100644 srcpkgs/linux-user-chroot/INSTALL delete mode 100644 srcpkgs/linux-user-chroot/template delete mode 100644 srcpkgs/linux-user-chroot/update diff --git a/srcpkgs/linux-user-chroot/INSTALL b/srcpkgs/linux-user-chroot/INSTALL deleted file mode 100644 index 37c9c483668..00000000000 --- a/srcpkgs/linux-user-chroot/INSTALL +++ /dev/null @@ -1,7 +0,0 @@ -case ${ACTION} in -post) - # Restrict access to users in wheel group. - chown root:wheel usr/bin/linux-user-chroot - chmod 4750 usr/bin/linux-user-chroot - ;; -esac diff --git a/srcpkgs/linux-user-chroot/template b/srcpkgs/linux-user-chroot/template deleted file mode 100644 index 59a55001338..00000000000 --- a/srcpkgs/linux-user-chroot/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'linux-user-chroot' -pkgname=linux-user-chroot -version=v2013.1 -revision=1 -build_style=gnu-configure -hostmakedepends="automake libtool git" -short_desc="Setuid helper for making bind mounts and chrooting" -maintainer="Juan RP " -homepage="http://git.gnome.org/browse/linux-user-chroot/" -license="GPL-2" - -do_fetch() { - local url="git://git.gnome.org/linux-user-chroot" - msg_normal "Fetching source from $url ...\n" - git clone -b${version} ${url} ${pkgname}-${version} -} -pre_configure() { - NOCONFIGURE=1 ./autogen.sh -} diff --git a/srcpkgs/linux-user-chroot/update b/srcpkgs/linux-user-chroot/update deleted file mode 100644 index aee0aee3628..00000000000 --- a/srcpkgs/linux-user-chroot/update +++ /dev/null @@ -1 +0,0 @@ -version="${version#v*}"