Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/motif-config/files: motif-config-0.9 motif-config-0.10 digest-motif-config-0.10-r1 digest-motif-config-0.9-r1 digest-motif-config-0.10 digest-motif-config-0.9
Date: Wed, 26 Sep 2007 18:26:30
Message-Id: E1IabSO-00039r-G7@stork.gentoo.org
1 jer 07/09/26 18:17:56
2
3 Modified: motif-config-0.9 motif-config-0.10
4 Added: digest-motif-config-0.10-r1
5 digest-motif-config-0.9-r1
6 Removed: digest-motif-config-0.10 digest-motif-config-0.9
7 Log:
8 Don't mess with /usr/bin.
9 (Portage version: 2.1.3.9)
10
11 Revision Changes Path
12 1.2 x11-libs/motif-config/files/motif-config-0.9
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/motif-config/files/motif-config-0.9?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/motif-config/files/motif-config-0.9?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/motif-config/files/motif-config-0.9?r1=1.1&r2=1.2
17
18 Index: motif-config-0.9
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/motif-config/files/motif-config-0.9,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- motif-config-0.9 26 Apr 2005 13:56:50 -0000 1.1
25 +++ motif-config-0.9 26 Sep 2007 18:17:56 -0000 1.2
26 @@ -79,12 +79,6 @@
27 rm -f /usr/include/${file}
28 ln -s /usr/include/${new}/${file} /usr/include/${file}
29 done
30 - # binaries
31 - for file in `ls /usr/@@LIBDIR@@/${new} | grep -v lib`; do
32 - files="${files} /usr/bin/${file}"
33 - rm -f /usr/bin/${file}
34 - ln -s /usr/@@LIBDIR@@/${new}/${file} /usr/bin/${file}
35 - done
36 # man pages
37 for file in `find /usr/share/man -regex ".*-${new}\..x?.gz"`; do
38 files="${files} ${file/-${new}/}"
39
40
41
42 1.2 x11-libs/motif-config/files/motif-config-0.10
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/motif-config/files/motif-config-0.10?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/motif-config/files/motif-config-0.10?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/motif-config/files/motif-config-0.10?r1=1.1&r2=1.2
47
48 Index: motif-config-0.10
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/x11-libs/motif-config/files/motif-config-0.10,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- motif-config-0.10 20 Feb 2006 10:24:02 -0000 1.1
55 +++ motif-config-0.10 26 Sep 2007 18:17:56 -0000 1.2
56 @@ -84,14 +84,6 @@
57 ln -s /usr/include/${new}/${file} /usr/include/${file}
58 retval=$((retval | $? ))
59 done
60 - # binaries
61 - for file in `ls /usr/@@LIBDIR@@/${new} | grep -v lib`; do
62 - files="${files} /usr/bin/${file}"
63 - rm -rf /usr/bin/${file}
64 - retval=$((retval | $? ))
65 - ln -s /usr/@@LIBDIR@@/${new}/${file} /usr/bin/${file}
66 - retval=$((retval | $? ))
67 - done
68 # man pages
69 for file in `find /usr/share/man -regex ".*-${new}\..x?.gz"`; do
70 files="${files} ${file/-${new}/}"
71
72
73
74 1.1 x11-libs/motif-config/files/digest-motif-config-0.10-r1
75
76 <<Binary file>>
77
78
79 1.1 x11-libs/motif-config/files/digest-motif-config-0.9-r1
80
81 <<Binary file>>
82
83
84 --
85 gentoo-commits@g.o mailing list