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 BB858139694 for ; Fri, 17 Feb 2017 20:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27DCCE0CF3; Fri, 17 Feb 2017 20:18:50 +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 D8A00E0CF3 for ; Fri, 17 Feb 2017 20:18:34 +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 B226834112A 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 07BD64B5D for ; Fri, 17 Feb 2017 20:18:21 +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: <1487362650.72045c788a6b062e6bf232167bfaf0e129d4e1d3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/color-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/color-theme/color-theme-6.6.0-r1.ebuild X-VCS-Directories: app-emacs/color-theme/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 72045c788a6b062e6bf232167bfaf0e129d4e1d3 X-VCS-Branch: master Date: Fri, 17 Feb 2017 20:18:21 +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: 38728db7-7ce4-49df-a35f-88f5a3bedcfc X-Archives-Hash: 18ae92db09c62c19f8faf4969d9226fe commit: 72045c788a6b062e6bf232167bfaf0e129d4e1d3 Author: Harri Nieminen gmail com> AuthorDate: Fri Feb 17 14:57:30 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 17 20:17:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72045c78 app-emacs/color-theme: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 app-emacs/color-theme/color-theme-6.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/color-theme/color-theme-6.6.0-r1.ebuild b/app-emacs/color-theme/color-theme-6.6.0-r1.ebuild index c0d7536e98..ed53f91be7 100644 --- a/app-emacs/color-theme/color-theme-6.6.0-r1.ebuild +++ b/app-emacs/color-theme/color-theme-6.6.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit readme.gentoo elisp -DESCRIPTION="Install color themes (includes many themes and allows you to share your own with the world)" +DESCRIPTION="Install color themes (includes many themes)" HOMEPAGE="http://www.nongnu.org/color-theme/" SRC_URI="http://download.savannah.gnu.org/releases-noredirect/${PN}/${P}.tar.gz"