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 BFFF3139695 for ; Sat, 18 Feb 2017 09:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0668E0D54; Sat, 18 Feb 2017 09:54:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9190DE0D54 for ; Sat, 18 Feb 2017 09:54:52 +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 C4827340FDA for ; Sat, 18 Feb 2017 09:54:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41BBF4BF6 for ; Sat, 18 Feb 2017 09:54:49 +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: <1487411529.4073e43cca1e09e9216a55294afbbfcd67c54a4a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/cfg-update/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/cfg-update/cfg-update-1.8.9.ebuild X-VCS-Directories: app-portage/cfg-update/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4073e43cca1e09e9216a55294afbbfcd67c54a4a X-VCS-Branch: master Date: Sat, 18 Feb 2017 09:54:49 +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: 9ffaffcf-57a9-4487-a33f-f83b301af53b X-Archives-Hash: 53e39415137928c4861e7a6018f31579 commit: 4073e43cca1e09e9216a55294afbbfcd67c54a4a Author: Harri Nieminen gmail com> AuthorDate: Sat Feb 18 06:40:28 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 18 09:52:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4073e43c app-portage/cfg-update: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 app-portage/cfg-update/cfg-update-1.8.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/cfg-update/cfg-update-1.8.9.ebuild b/app-portage/cfg-update/cfg-update-1.8.9.ebuild index 3367930407..91eb76694e 100644 --- a/app-portage/cfg-update/cfg-update-1.8.9.ebuild +++ b/app-portage/cfg-update/cfg-update-1.8.9.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$ @@ -6,7 +6,7 @@ EAPI=5 inherit eutils -DESCRIPTION="Easy to use GUI & CLI alternative for etc-update with safe automatic updating functionality" +DESCRIPTION="Easy to use GUI & CLI alternative for etc-update" HOMEPAGE="https://github.com/rich0/cfg-update" SRC_URI="https://github.com/rich0/cfg-update/tarball/${PV} -> ${P}.tgz"