Gentoo Archives: gentoo-commits

From: "Jauhien Piatlicki (jauhien)" <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/rust: rust-999-r1.ebuild rust-9999-r3.ebuild ChangeLog
Date: Sun, 30 Nov 2014 12:45:19
Message-Id: 20141130124515.5706BB382@oystercatcher.gentoo.org
1 jauhien 14/11/30 12:45:15
2
3 Modified: rust-999-r1.ebuild rust-9999-r3.ebuild ChangeLog
4 Log:
5 support for rust-lldb symlink
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
8
9 Revision Changes Path
10 1.4 dev-lang/rust/rust-999-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-999-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-999-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-999-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: rust-999-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-999-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- rust-999-r1.ebuild 22 Nov 2014 12:20:44 -0000 1.3
23 +++ rust-999-r1.ebuild 30 Nov 2014 12:45:15 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-999-r1.ebuild,v 1.3 2014/11/22 12:20:44 jauhien Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-999-r1.ebuild,v 1.4 2014/11/30 12:45:15 jauhien Exp $
29
30 EAPI="5"
31
32 @@ -22,7 +22,7 @@
33 REQUIRED_USE="libcxx? ( clang )"
34
35 CDEPEND="libcxx? ( sys-libs/libcxx )
36 - >=app-admin/eselect-rust-0.2_pre20141011
37 + >=app-admin/eselect-rust-0.2_pre20141128
38 !dev-lang/rust:0
39 "
40 DEPEND="${CDEPEND}
41 @@ -92,6 +92,7 @@
42
43 mv "${D}/usr/bin/rustc" "${D}/usr/bin/rustc-${PV}" || die
44 mv "${D}/usr/bin/rustdoc" "${D}/usr/bin/rustdoc-${PV}" || die
45 + mv "${D}/usr/bin/rust-lldb" "${D}/usr/bin/rust-lldb-${PV}" || die
46
47 cat <<-EOF > "${T}"/50${P}
48 LDPATH="/usr/lib/${P}"
49 @@ -110,6 +111,11 @@
50 elog "and 'eselect rust set' to list and set rust version."
51 elog "For more information see 'eselect rust help'"
52 elog "and http://wiki.gentoo.org/wiki/Project:Eselect/User_guide"
53 +
54 + elog "Rust installs a helper script for calling LLDB now,"
55 + elog "for your convenience it is installed under /usr/bin/rust-lldb-${PV},"
56 + elog "but note, that there is no LLDB ebuild in the tree currently,"
57 + elog "so you are on your own if you want to use it."
58 }
59
60 pkg_postrm() {
61
62
63
64 1.3 dev-lang/rust/rust-9999-r3.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-9999-r3.ebuild?rev=1.3&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-9999-r3.ebuild?rev=1.3&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/rust-9999-r3.ebuild?r1=1.2&r2=1.3
69
70 Index: rust-9999-r3.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-9999-r3.ebuild,v
73 retrieving revision 1.2
74 retrieving revision 1.3
75 diff -u -r1.2 -r1.3
76 --- rust-9999-r3.ebuild 21 Nov 2014 10:39:00 -0000 1.2
77 +++ rust-9999-r3.ebuild 30 Nov 2014 12:45:15 -0000 1.3
78 @@ -1,6 +1,6 @@
79 # Copyright 1999-2014 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-9999-r3.ebuild,v 1.2 2014/11/21 10:39:00 jauhien Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-9999-r3.ebuild,v 1.3 2014/11/30 12:45:15 jauhien Exp $
83
84 EAPI="5"
85
86 @@ -20,7 +20,7 @@
87 REQUIRED_USE="libcxx? ( clang )"
88
89 CDEPEND="libcxx? ( sys-libs/libcxx )
90 - >=app-admin/eselect-rust-0.2_pre20141011
91 + >=app-admin/eselect-rust-0.2_pre20141128
92 !dev-lang/rust:0
93 "
94 DEPEND="${CDEPEND}
95 @@ -86,6 +86,7 @@
96
97 mv "${D}/usr/bin/rustc" "${D}/usr/bin/rustc-${PV}" || die
98 mv "${D}/usr/bin/rustdoc" "${D}/usr/bin/rustdoc-${PV}" || die
99 + mv "${D}/usr/bin/rust-lldb" "${D}/usr/bin/rust-lldb-${PV}" || die
100
101 cat <<-EOF > "${T}"/50${P}
102 LDPATH="/usr/lib/${P}"
103 @@ -104,6 +105,11 @@
104 elog "and 'eselect rust set' to list and set rust version."
105 elog "For more information see 'eselect rust help'"
106 elog "and http://wiki.gentoo.org/wiki/Project:Eselect/User_guide"
107 +
108 + elog "Rust installs a helper script for calling LLDB now,"
109 + elog "for your convenience it is installed under /usr/bin/rust-lldb-${PV},"
110 + elog "but note, that there is no LLDB ebuild in the tree currently,"
111 + elog "so you are on your own if you want to use it."
112 }
113
114 pkg_postrm() {
115
116
117
118 1.9 dev-lang/rust/ChangeLog
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/ChangeLog?rev=1.9&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/ChangeLog?rev=1.9&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust/ChangeLog?r1=1.8&r2=1.9
123
124 Index: ChangeLog
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v
127 retrieving revision 1.8
128 retrieving revision 1.9
129 diff -u -r1.8 -r1.9
130 --- ChangeLog 22 Nov 2014 12:20:44 -0000 1.8
131 +++ ChangeLog 30 Nov 2014 12:45:15 -0000 1.9
132 @@ -1,6 +1,10 @@
133 # ChangeLog for dev-lang/rust
134 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
135 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v 1.8 2014/11/22 12:20:44 jauhien Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v 1.9 2014/11/30 12:45:15 jauhien Exp $
137 +
138 + 30 Nov 2014; Jauhien Piatlicki <jauhien@g.o> rust-999-r1.ebuild,
139 + rust-9999-r3.ebuild:
140 + support for rust-lldb symlink
141
142 22 Nov 2014; Jauhien Piatlicki <jauhien@g.o> rust-999-r1.ebuild:
143 remove rust-0.12.0-libdir.patch from nightly