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 91BFF139085 for ; Tue, 3 Jan 2017 17:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2FDEE0CF4; Tue, 3 Jan 2017 17:55:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A30CEE0CF3 for ; Tue, 3 Jan 2017 17:55:29 +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 C72F8341016 for ; Tue, 3 Jan 2017 17:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 955FD24EE for ; Tue, 3 Jan 2017 17:55:27 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1483466085.8465a256d774a6aee3f4f1769d9aabfd2dac7522.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake-fedora/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild X-VCS-Directories: dev-util/cmake-fedora/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 8465a256d774a6aee3f4f1769d9aabfd2dac7522 X-VCS-Branch: master Date: Tue, 3 Jan 2017 17:55:27 +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: 9d29eee7-8df9-4fd8-8463-75658ae3e565 X-Archives-Hash: f8948ed991c4f7d6716cb1be223a81dc commit: 8465a256d774a6aee3f4f1769d9aabfd2dac7522 Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 25 20:09:06 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 3 17:54:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8465a256 dev-util/cmake-fedora: Shorten DESCRIPTION Makes repoman more happy. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Johannes Huber gentoo.org> dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild b/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild index 536eb72..f3deccb 100644 --- a/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild +++ b/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=4 inherit cmake-utils -DESCRIPTION="cmake modules that provides helper macros and targets for linux, especially fedora developers" +DESCRIPTION="Provides cmake helper macros and targets for linux, especially fedora developers" HOMEPAGE="https://fedorahosted.org/cmake-fedora/#Getcmake-fedora" SRC_URI="https://fedorahosted.org/releases/c/m/cmake-fedora/${P}-Source.tar.gz"