From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11564138334 for ; Mon, 11 Mar 2019 05:02:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 404ACE0BF9; Mon, 11 Mar 2019 05:02:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C143E0BF9 for ; Mon, 11 Mar 2019 05:02:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC45B335D2C for ; Mon, 11 Mar 2019 05:02:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FDE7503 for ; Mon, 11 Mar 2019 05:02:44 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1552171349.7997093c4ec0ab83e22900463d66df5f08c261e3.whissi@gentoo> Subject: [gentoo-commits] proj/eselect-rust:master commit in: src/modules/ X-VCS-Repository: proj/eselect-rust X-VCS-Files: src/modules/rust.eselect X-VCS-Directories: src/modules/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7997093c4ec0ab83e22900463d66df5f08c261e3 X-VCS-Branch: master Date: Mon, 11 Mar 2019 05:02:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95c6e279-91fa-4759-8732-2d1d9cd3a394 X-Archives-Hash: 5176d727b2f98e9b72c7adbc7b924c3b commit: 7997093c4ec0ab83e22900463d66df5f08c261e3 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 9 22:42:29 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 9 22:42:29 2019 +0000 URL: https://gitweb.gentoo.org/proj/eselect-rust.git/commit/?id=7997093c Update header & maintainer src/modules/rust.eselect | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/modules/rust.eselect b/src/modules/rust.eselect index 79a93f0..83f4496 100644 --- a/src/modules/rust.eselect +++ b/src/modules/rust.eselect @@ -1,9 +1,8 @@ -# -*-eselect-*- vim: ft=eselect -# Copyright 2015 Gentoo Foundation -# Distributed under the terms of the GNU GPL version 2 or later +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Manage the Rust compiler versions" -MAINTAINER="jauhien@gentoo.org" +MAINTAINER="rust@gentoo.org" VERSION="0.3" inherit package-manager path-manipulation @@ -255,3 +254,5 @@ do_unset() { unset_version || die -q "Couldn't unset active version" } + +# vim: set ft=eselect :