From 11810c0a4a8ae5782611076539cfff4b7431048f Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 20 Dec 2008 17:29:28 +0100 Subject: todo updates --- unofficial/modules/yaourt/libs/lib-yaourt-sh | 24 ------------------------ unofficial/modules/yaourt/whatsthis.txt | 4 ---- 2 files changed, 28 deletions(-) delete mode 100644 unofficial/modules/yaourt/libs/lib-yaourt-sh delete mode 100644 unofficial/modules/yaourt/whatsthis.txt (limited to 'unofficial/modules/yaourt') diff --git a/unofficial/modules/yaourt/libs/lib-yaourt-sh b/unofficial/modules/yaourt/libs/lib-yaourt-sh deleted file mode 100644 index 56e03df..0000000 --- a/unofficial/modules/yaourt/libs/lib-yaourt-sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -# See http://wiki.archlinux.org/index.php/Yaourt - -_runtime_yaourt () -{ - if ! list_pacman_repos runtime | grep -q archlinuxfr - then - add_pacman_repo runtime archlinuxfr "Server = http://repo.archlinux.fr/$var_ARCH" - fi - $PACMAN -Sy yaourt || die_error "_runtime_yaourt Cannot install yaourt" #TODO: library-ize package installation - YAOURT=${PACMAN//pacman/yaourt} - YAOURT_TARGET=${PACMAN_TARGET//pacman/yaourt} -} - - -_yaourt_replace_pacman () -{ - show_warning "Security warning!" "Keep in mind that packages on AUR are untrusted! Install them on your own risk" - _runtime_yaourt - PACMAN=$YAOURT - PACMAN_TARGET=$YAOURT_TARGET -} - diff --git a/unofficial/modules/yaourt/whatsthis.txt b/unofficial/modules/yaourt/whatsthis.txt deleted file mode 100644 index 66a393f..0000000 --- a/unofficial/modules/yaourt/whatsthis.txt +++ /dev/null @@ -1,4 +0,0 @@ -I plan to someday write a module that will make yaourt available during -installation, so you can imediately install packages from AUR on your system -during installation. This is something that does not belong in core, it's -for power users only ;-) -- cgit v1.2.3-54-g00ecf