From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 81C9C198005 for ; Mon, 11 Mar 2013 07:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 755ACE064F; Mon, 11 Mar 2013 07:06:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C71AE064F for ; Mon, 11 Mar 2013 07:06:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 206F933D86C for ; Mon, 11 Mar 2013 07:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A8D31E4079 for ; Mon, 11 Mar 2013 07:06:05 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1362985846.94c00c6ce3886bda92e128cb248b04c6bd09a4aa.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:extern commit in: modules/ X-VCS-Repository: proj/eselect X-VCS-Files: modules/xvmc.eselect X-VCS-Directories: modules/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 94c00c6ce3886bda92e128cb248b04c6bd09a4aa X-VCS-Branch: extern Date: Mon, 11 Mar 2013 07:06:05 +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-Archives-Salt: 3fb153b7-3c1f-4e86-839b-cd5b5e35ed4e X-Archives-Hash: e55054d3e5658cbc9f69d37689eb11b2 commit: 94c00c6ce3886bda92e128cb248b04c6bd09a4aa Author: Ulrich Müller gentoo org> AuthorDate: Mon Mar 11 07:10:46 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Mon Mar 11 07:10:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=94c00c6c xvmc.eselect: Update year in header. Whitespace. --- modules/xvmc.eselect | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/xvmc.eselect b/modules/xvmc.eselect index 96db76e..46deac5 100644 --- a/modules/xvmc.eselect +++ b/modules/xvmc.eselect @@ -1,5 +1,5 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Manage the XvMC implementation used by your system" @@ -9,9 +9,9 @@ VERSION=$(svn_date_to_version "${SVN_DATE}" ) init_XVMC_vars() { get_libname() { - [[ $(uname) == "Darwin" ]] \ - && echo ${1:+.}${1}.dylib \ - || echo .so${1:+.}${1} + [[ $(uname) == "Darwin" ]] \ + && echo ${1:+.}${1}.dylib \ + || echo .so${1:+.}${1} } XVMCLIBS=(