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 DC9C2139694 for ; Sat, 18 Feb 2017 09:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E04821C0C9; Sat, 18 Feb 2017 09:55:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E57A21C0C9 for ; Sat, 18 Feb 2017 09:55:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E79D53413AD for ; Sat, 18 Feb 2017 09:54:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22B6B4C0E for ; Sat, 18 Feb 2017 09:54:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1487411678.0081066f6b2f7651d7476b284a3f36b9dacd141c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-latex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild X-VCS-Directories: app-vim/vim-latex/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0081066f6b2f7651d7476b284a3f36b9dacd141c X-VCS-Branch: master Date: Sat, 18 Feb 2017 09:54:51 +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: 2e5127d2-e005-4812-a30e-ff5603ba40e7 X-Archives-Hash: ccc1d21e0d48a97704c7c05ce4da5022 commit: 0081066f6b2f7651d7476b284a3f36b9dacd141c Author: Harri Nieminen gmail com> AuthorDate: Sat Feb 18 07:55:26 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 18 09:54:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0081066f app-vim/vim-latex: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild | 4 ++-- app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild index 0146d0f748..7e7b30c96c 100644 --- a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild +++ b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit vim-plugin versionator python-single-r1 MY_REV="788-git2ef9956" MY_P="${PN}-$( replace_version_separator 3 - ).${MY_REV}" -DESCRIPTION="vim plugin: a comprehensive set of tools to view, edit and compile LaTeX documents" +DESCRIPTION="A comprehensive set of tools to view, edit and compile LaTeX documents" HOMEPAGE="http://vim-latex.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild b/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild index a89e798573..5a1cdf37b4 100644 --- a/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild +++ b/app-vim/vim-latex/vim-latex-1.8.23.20141116.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit vim-plugin versionator python-single-r1 eutils MY_REV="812-gitd0f31c9" MY_P="${PN}-$( replace_version_separator 3 - ).${MY_REV}" -DESCRIPTION="vim plugin: a comprehensive set of tools to view, edit and compile LaTeX documents" +DESCRIPTION="A comprehensive set of tools to view, edit and compile LaTeX documents" HOMEPAGE="http://vim-latex.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"