Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/rust-bin: rust-bin-1.0.0_alpha2.ebuild ChangeLog
Date: Tue, 31 Mar 2015 19:12:34
Message-Id: 20150331191231.577C414EFD@oystercatcher.gentoo.org
1 ulm 15/03/31 19:12:31
2
3 Modified: rust-bin-1.0.0_alpha2.ebuild ChangeLog
4 Log:
5 Update dependency after package move of eselect modules to app-eselect.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.2 dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild?r1=1.1&r2=1.2
15
16 Index: rust-bin-1.0.0_alpha2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- rust-bin-1.0.0_alpha2.ebuild 24 Feb 2015 13:57:25 -0000 1.1
23 +++ rust-bin-1.0.0_alpha2.ebuild 31 Mar 2015 19:12:31 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild,v 1.1 2015/02/24 13:57:25 jauhien Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild,v 1.2 2015/03/31 19:12:31 ulm Exp $
29
30 EAPI="5"
31
32 @@ -18,7 +18,7 @@
33
34 IUSE="emacs vim-syntax zsh-completion"
35
36 -DEPEND=">=app-admin/eselect-rust-0.2_pre20150206
37 +DEPEND=">=app-eselect/eselect-rust-0.2_pre20150206
38 !dev-lang/rust:0
39 "
40 RDEPEND="${DEPEND}"
41
42
43
44 1.4 dev-lang/rust-bin/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust-bin/ChangeLog?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust-bin/ChangeLog?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rust-bin/ChangeLog?r1=1.3&r2=1.4
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- ChangeLog 24 Feb 2015 13:57:25 -0000 1.3
57 +++ ChangeLog 31 Mar 2015 19:12:31 -0000 1.4
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-lang/rust-bin
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v 1.3 2015/02/24 13:57:25 jauhien Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v 1.4 2015/03/31 19:12:31 ulm Exp $
63 +
64 + 31 Mar 2015; Ulrich Müller <ulm@g.o> rust-bin-1.0.0_alpha2.ebuild:
65 + Update dependency after package move of eselect modules to app-eselect.
66
67 *rust-bin-1.0.0_alpha2 (24 Feb 2015)