Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect-rust:master commit in: src/modules/
Date: Mon, 11 Mar 2019 05:02:48
Message-Id: 1552171349.7997093c4ec0ab83e22900463d66df5f08c261e3.whissi@gentoo
1 commit: 7997093c4ec0ab83e22900463d66df5f08c261e3
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 9 22:42:29 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 9 22:42:29 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-rust.git/commit/?id=7997093c
7
8 Update header & maintainer
9
10 src/modules/rust.eselect | 9 +++++----
11 1 file changed, 5 insertions(+), 4 deletions(-)
12
13 diff --git a/src/modules/rust.eselect b/src/modules/rust.eselect
14 index 79a93f0..83f4496 100644
15 --- a/src/modules/rust.eselect
16 +++ b/src/modules/rust.eselect
17 @@ -1,9 +1,8 @@
18 -# -*-eselect-*- vim: ft=eselect
19 -# Copyright 2015 Gentoo Foundation
20 -# Distributed under the terms of the GNU GPL version 2 or later
21 +# Copyright 1999-2019 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23
24 DESCRIPTION="Manage the Rust compiler versions"
25 -MAINTAINER="jauhien@g.o"
26 +MAINTAINER="rust@g.o"
27 VERSION="0.3"
28
29 inherit package-manager path-manipulation
30 @@ -255,3 +254,5 @@ do_unset() {
31
32 unset_version || die -q "Couldn't unset active version"
33 }
34 +
35 +# vim: set ft=eselect :