Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake-fedora/
Date: Tue, 03 Jan 2017 17:55:30
Message-Id: 1483466085.8465a256d774a6aee3f4f1769d9aabfd2dac7522.johu@gentoo
1 commit: 8465a256d774a6aee3f4f1769d9aabfd2dac7522
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 25 20:09:06 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 17:54:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8465a256
7
8 dev-util/cmake-fedora: Shorten DESCRIPTION
9
10 Makes repoman more happy.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
15
16 dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild b/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild
20 index 536eb72..f3deccb 100644
21 --- a/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild
22 +++ b/dev-util/cmake-fedora/cmake-fedora-1.3.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -6,7 +6,7 @@ EAPI=4
30
31 inherit cmake-utils
32
33 -DESCRIPTION="cmake modules that provides helper macros and targets for linux, especially fedora developers"
34 +DESCRIPTION="Provides cmake helper macros and targets for linux, especially fedora developers"
35 HOMEPAGE="https://fedorahosted.org/cmake-fedora/#Getcmake-fedora"
36 SRC_URI="https://fedorahosted.org/releases/c/m/cmake-fedora/${P}-Source.tar.gz"