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 26F80139694 for ; Fri, 17 Feb 2017 20:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74591E0CCF; Fri, 17 Feb 2017 20:18:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3A49BE0CCF for ; Fri, 17 Feb 2017 20:18:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6907A340F53 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 B1A2B4B58 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: <1487362637.2adc9e70501d6a6c56cf1f4b404df5eedd59d694.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jove/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jove/jove-4.16.0.73.ebuild X-VCS-Directories: app-editors/jove/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2adc9e70501d6a6c56cf1f4b404df5eedd59d694 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: 8e943552-13e1-4ab5-a93f-184e18230f85 X-Archives-Hash: 7e9cb0e1cc98def324826e65de69c8b6 commit: 2adc9e70501d6a6c56cf1f4b404df5eedd59d694 Author: Harri Nieminen gmail com> AuthorDate: Fri Feb 17 14:52:47 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 17 20:17:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2adc9e70 app-editors/jove: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 app-editors/jove/jove-4.16.0.73.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/jove/jove-4.16.0.73.ebuild b/app-editors/jove/jove-4.16.0.73.ebuild index d3d1fcbad2..5bccf72944 100644 --- a/app-editors/jove/jove-4.16.0.73.ebuild +++ b/app-editors/jove/jove-4.16.0.73.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=4 inherit eutils toolchain-funcs -DESCRIPTION="Jonathan's Own Version of Emacs - a light emacs-like editor without LISP bindings" +DESCRIPTION="Jonathan's Own Version of Emacs, a light emacs-like editor without LISP bindings" HOMEPAGE="ftp://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/" SRC_URI="ftp://ftp.cs.toronto.edu/cs/ftp/pub/hugh/jove-dev/${PN}${PV}.tgz"