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 E669E139694 for ; Fri, 17 Feb 2017 20:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4452FE0CC7; Fri, 17 Feb 2017 20:18:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 261F3E0CC7 for ; Fri, 17 Feb 2017 20:18:29 +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 67AC5340F43 for ; Fri, 17 Feb 2017 20:18:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F0C14B57 for ; Fri, 17 Feb 2017 20:18:20 +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: <1487362634.4c1ebd27568b72f229cfeab73f80be8abf4187b6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/vilearn/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/vilearn/vilearn-1.0.ebuild X-VCS-Directories: app-doc/vilearn/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4c1ebd27568b72f229cfeab73f80be8abf4187b6 X-VCS-Branch: master Date: Fri, 17 Feb 2017 20:18:20 +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: 96424110-9422-454d-96aa-602ab6c7ff09 X-Archives-Hash: 826276c3da722f88aa2de738a249e56f commit: 4c1ebd27568b72f229cfeab73f80be8abf4187b6 Author: Harri Nieminen gmail com> AuthorDate: Fri Feb 17 14:51:23 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 17 20:17:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1ebd27 app-doc/vilearn: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 app-doc/vilearn/vilearn-1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/vilearn/vilearn-1.0.ebuild b/app-doc/vilearn/vilearn-1.0.ebuild index efe78118ba..1f393f3781 100644 --- a/app-doc/vilearn/vilearn-1.0.ebuild +++ b/app-doc/vilearn/vilearn-1.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -DESCRIPTION="vilearn is an interactive vi tutorial comprised of 5 tutorials for the vi-impaired" +DESCRIPTION="An interactive vi tutorial comprised of 5 tutorials for the vi-impaired" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${P}.tar.gz"