Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1594 - emacs-updater
Date: Sat, 27 Nov 2010 16:46:22
Message-Id: 20101127164605.DBDBA20051@flycatcher.gentoo.org
1 Author: ulm
2 Date: 2010-11-27 16:46:05 +0000 (Sat, 27 Nov 2010)
3 New Revision: 1594
4
5 Modified:
6 emacs-updater/ChangeLog
7 emacs-updater/emacs-updater
8 Log:
9 Use cave instead of paludis.
10
11 Modified: emacs-updater/ChangeLog
12 ===================================================================
13 --- emacs-updater/ChangeLog 2010-11-23 21:18:45 UTC (rev 1593)
14 +++ emacs-updater/ChangeLog 2010-11-27 16:46:05 UTC (rev 1594)
15 @@ -1,3 +1,8 @@
16 +2010-11-27 Ulrich Mueller <ulm@g.o>
17 +
18 + * emacs-updater (have_paludis, pm_paludis): Use cave instead of
19 + paludis.
20 +
21 2010-11-09 Ulrich Mueller <ulm@g.o>
22
23 * Version 1.7 released.
24
25 Modified: emacs-updater/emacs-updater
26 ===================================================================
27 --- emacs-updater/emacs-updater 2010-11-23 21:18:45 UTC (rev 1593)
28 +++ emacs-updater/emacs-updater 2010-11-27 16:46:05 UTC (rev 1594)
29 @@ -83,8 +83,8 @@
30 have_pkgcore() { type -P pmerge >/dev/null; }
31 pm_pkgcore() { pmerge --oneshot "$@"; }
32
33 -have_paludis() { type -P paludis >/dev/null; }
34 -pm_paludis() { paludis --install --preserve-world "$@"; }
35 +have_paludis() { type -P cave >/dev/null; }
36 +pm_paludis() { cave resolve --execute --preserve-world "$@"; }
37
38 pm_auto() {
39 local pm