Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rustfmt/
Date: Sun, 05 Mar 2017 23:58:27
Message-Id: 1488758285.9c1222e05b62797ca8732a6e8bf9d0b82dfde63e.slyfox@gentoo
1 commit: 9c1222e05b62797ca8732a6e8bf9d0b82dfde63e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 23:58:05 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 23:58:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1222e0
7
8 dev-util/rustfmt: fix LICENSE syntax and restore x86 keyword, bug #611542
9
10 While at it dropped RETRICT=mirror.
11
12 Bug: https://bugs.gentoo.org/611542
13 Reported-by: Ulrich Müller
14 Package-Manager: Portage-2.3.4, Repoman-2.3.2
15
16 dev-util/rustfmt/rustfmt-0.5.0.ebuild | 3 +--
17 dev-util/rustfmt/rustfmt-0.6.3.ebuild | 10 +++++-----
18 2 files changed, 6 insertions(+), 7 deletions(-)
19
20 diff --git a/dev-util/rustfmt/rustfmt-0.5.0.ebuild b/dev-util/rustfmt/rustfmt-0.5.0.ebuild
21 index 9c3a89dc0ac..4ccf2c0b171 100644
22 --- a/dev-util/rustfmt/rustfmt-0.5.0.ebuild
23 +++ b/dev-util/rustfmt/rustfmt-0.5.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -35,7 +35,6 @@ inherit cargo
31 DESCRIPTION="Tool to find and fix Rust formatting issues"
32 HOMEPAGE="https://github.com/rust-lang-nursery/rustfmt"
33 SRC_URI="$(cargo_crate_uris ${CRATES})"
34 -RESTRICT="mirror"
35 LICENSE="|| ( MIT Apache-2.0 )"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38
39 diff --git a/dev-util/rustfmt/rustfmt-0.6.3.ebuild b/dev-util/rustfmt/rustfmt-0.6.3.ebuild
40 index 598c380546c..bb7b0a5a35f 100644
41 --- a/dev-util/rustfmt/rustfmt-0.6.3.ebuild
42 +++ b/dev-util/rustfmt/rustfmt-0.6.3.ebuild
43 @@ -1,4 +1,5 @@
44 -# Auto-Generated by cargo-ebuild 0.1.3
45 +# Copyright 1999-2017 Gentoo Foundation
46 +# Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49
50 @@ -39,11 +40,10 @@ inherit cargo
51 DESCRIPTION="Tool to find and fix Rust formatting issues"
52 HOMEPAGE="https://github.com/rust-lang-nursery/rustfmt"
53 SRC_URI="$(cargo_crate_uris ${CRATES})"
54 -RESTRICT="mirror"
55 -LICENSE="Apache-2.0/MIT" # Update to proper Gentoo format
56 +LICENSE="|| ( MIT Apache-2.0 )"
57 SLOT="0"
58 -KEYWORDS="~amd64"
59 +KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 -DEPEND=""
63 +DEPEND=">=dev-lang/rust-1.8.0"
64 RDEPEND=""