summaryrefslogtreecommitdiff
path: root/unofficial/modules/yaourt
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-02-22 17:29:59 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-02-22 17:29:59 +0100
commit71f5510aaaa20ae5ae9c773dca12028bd96aafdf (patch)
treec3dee60f77a5c2954bf0a9a4e73befd0b916460e /unofficial/modules/yaourt
parentf9126402b343aea8f2766bc16c10577b833b6703 (diff)
parentf4bd7c36b44da0c9a5985868aa8b0183cd4414c8 (diff)
pull in a shitload of fixes and some features from the experimental branch
Diffstat (limited to 'unofficial/modules/yaourt')
-rw-r--r--unofficial/modules/yaourt/libs/lib-yaourt-sh23
-rw-r--r--unofficial/modules/yaourt/whatsthis.txt4
2 files changed, 0 insertions, 27 deletions
diff --git a/unofficial/modules/yaourt/libs/lib-yaourt-sh b/unofficial/modules/yaourt/libs/lib-yaourt-sh
deleted file mode 100644
index fd9c4d0..0000000
--- a/unofficial/modules/yaourt/libs/lib-yaourt-sh
+++ /dev/null
@@ -1,23 +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/i686'
- fi
- $PACMAN -Sy yaourt || die_error "_runtime_yaourt Cannot install yaourt"
- YAOURT=`sed 's/pacman/yaourt/' <<< $PACMAN`
- YAOURT_TARGET=`sed 's/pacman/yaourt/' <<< $PACMAN_TARGET`
-}
-
-
-_yaourt_replace_pacman ()
-{
- _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 ;-)