From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 99FD559CA3 for ; Sun, 6 Mar 2016 19:24:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 305BA21C03E; Sun, 6 Mar 2016 19:24:23 +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 C6FE021C03E for ; Sun, 6 Mar 2016 19:24:22 +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 89E75340A7B for ; Sun, 6 Mar 2016 19:24:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D8538F6 for ; Sun, 6 Mar 2016 19:24:19 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457292217.819f3d6504b1325bdd63cd10491e8e003516be7e.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simplecov-html/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild X-VCS-Directories: dev-ruby/simplecov-html/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 819f3d6504b1325bdd63cd10491e8e003516be7e X-VCS-Branch: master Date: Sun, 6 Mar 2016 19:24:19 +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: 9f57c32f-2868-4ea9-a35c-f53134ca6dcc X-Archives-Hash: e31ac0792604049aace30a960b9bc70d commit: 819f3d6504b1325bdd63cd10491e8e003516be7e Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 6 19:23:37 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 6 19:23:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819f3d65 dev-ruby/simplecov-html: Fix desc Package-Manager: portage-2.2.27 dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild b/dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild index 913c7f9..a2a9ec7 100644 --- a/dev-ruby/simplecov-html/simplecov-html-0.10.0.ebuild +++ b/dev-ruby/simplecov-html/simplecov-html-0.10.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$ @@ -15,7 +15,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="assets public views" inherit ruby-fakegem -DESCRIPTION="Generates a nice HTML report of your SimpleCov ruby code coverage results on Ruby 1.9" +DESCRIPTION="Generates a HTML report of your SimpleCov ruby code coverage results" HOMEPAGE="https://github.com/colszowka/simplecov" LICENSE="MIT"