Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r502 - in trunk: . libs
Date: Sat, 25 Apr 2009 13:03:47
Message-Id: E1LxhXk-0007K4-NV@stork.gentoo.org
1 Author: ulm
2 Date: 2009-04-25 13:03:44 +0000 (Sat, 25 Apr 2009)
3 New Revision: 502
4
5 Modified:
6 trunk/ChangeLog
7 trunk/libs/Makefile.am
8 Log:
9 Remove unused Paludis substitution.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2009-04-25 08:13:56 UTC (rev 501)
14 +++ trunk/ChangeLog 2009-04-25 13:03:44 UTC (rev 502)
15 @@ -1,3 +1,8 @@
16 +2009-04-25 Ulrich Mueller <ulm@g.o>
17 +
18 + * libs/Makefile.am (dosed): Remove Paludis substitution, it is
19 + unused since the change of 2008-01-28.
20 +
21 2009-04-23 Ulrich Mueller <ulm@g.o>
22
23 * libs/package-manager.bash.in (package-manager):
24
25 Modified: trunk/libs/Makefile.am
26 ===================================================================
27 --- trunk/libs/Makefile.am 2009-04-25 08:13:56 UTC (rev 501)
28 +++ trunk/libs/Makefile.am 2009-04-25 13:03:44 UTC (rev 502)
29 @@ -32,7 +32,6 @@
30
31 dosed = @SED@ \
32 -e 's,\@SED\@,@SED@,g' \
33 - -e 's,\@PALUDIS\@,@PALUDIS@,g' \
34 -e 's,\@PORTAGEQ\@,@PORTAGEQ@,g' \
35 -e 's,\@CANONICALISE\@,@CANONICALISE@,g'