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 EB5071381F3 for ; Fri, 20 Sep 2013 20:34:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE727E0B12; Fri, 20 Sep 2013 20:34:50 +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 628CEE0B12 for ; Fri, 20 Sep 2013 20:34:50 +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 4F5A433ED07 for ; Fri, 20 Sep 2013 20:34:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0392FE530A for ; Fri, 20 Sep 2013 20:34:48 +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: <1379709271.6e7c25208ba11b2e3734ad93154b261f1102af6e.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:extern commit in: modules/ X-VCS-Repository: proj/eselect X-VCS-Files: modules/oodict.eselect modules/tbirddict.eselect modules/wxwidgets.eselect X-VCS-Directories: modules/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 6e7c25208ba11b2e3734ad93154b261f1102af6e X-VCS-Branch: extern Date: Fri, 20 Sep 2013 20:34:48 +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: 30c1f1ce-c2e1-4598-a230-aa8fda30ec31 X-Archives-Hash: 6cc5bed780f0025848125de8404848e0 commit: 6e7c25208ba11b2e3734ad93154b261f1102af6e Author: Ulrich Müller gentoo org> AuthorDate: Fri Sep 20 20:34:31 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Fri Sep 20 20:34:31 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=6e7c2520 Remove trailing dot from DESCRIPTION. --- modules/oodict.eselect | 2 +- modules/tbirddict.eselect | 2 +- modules/wxwidgets.eselect | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/oodict.eselect b/modules/oodict.eselect index 9d80f6a..2aff895 100644 --- a/modules/oodict.eselect +++ b/modules/oodict.eselect @@ -2,7 +2,7 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -DESCRIPTION="Manage the configuration of dictionaries for OpenOffice.Org." +DESCRIPTION="Manage the configuration of dictionaries for OpenOffice.Org" MAINTAINER="kevquinn@gentoo.org" VERSION="20100228" diff --git a/modules/tbirddict.eselect b/modules/tbirddict.eselect index c9143b6..6a8d609 100644 --- a/modules/tbirddict.eselect +++ b/modules/tbirddict.eselect @@ -2,7 +2,7 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -DESCRIPTION="Manage the configuration of dictionaries for Mozilla Thunderbird." +DESCRIPTION="Manage the configuration of dictionaries for Mozilla Thunderbird" MAINTAINER="kevquinn@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}" ) diff --git a/modules/wxwidgets.eselect b/modules/wxwidgets.eselect index 8bbec15..62333a2 100644 --- a/modules/wxwidgets.eselect +++ b/modules/wxwidgets.eselect @@ -4,7 +4,7 @@ inherit config -DESCRIPTION="Manage the system default wxWidgets profile." +DESCRIPTION="Manage the system default wxWidgets profile" MAINTAINER="wxwidgets@gentoo.org" SVN_DATE='$Date$' VERSION=$(svn_date_to_version "${SVN_DATE}")