From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-878104-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 670A8138206 for <garchives@archives.gentoo.org>; Sun, 24 Apr 2016 13:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E11B2E06FE; Sun, 24 Apr 2016 13:08: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 AB9C0E084D for <gentoo-commits@lists.gentoo.org>; Sun, 24 Apr 2016 13:08:49 +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 46465340AB2 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Apr 2016 13:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 391C395B for <gentoo-commits@lists.gentoo.org>; Sun, 24 Apr 2016 13:08:46 +0000 (UTC) From: "Davide Pesavento" <pesa@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" <pesa@gentoo.org> Message-ID: <1461503308.4e0e8e40c822d9240e93054eb164b54ac02696f3.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/double-conversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/double-conversion/double-conversion-2.0.1.ebuild X-VCS-Directories: dev-libs/double-conversion/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 4e0e8e40c822d9240e93054eb164b54ac02696f3 X-VCS-Branch: master Date: Sun, 24 Apr 2016 13:08:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c2c88fc7-f5d2-4bfc-846d-2b60f30993c4 X-Archives-Hash: 0ee5a09d1d97e7465a2d845ba7ff1ac8 commit: 4e0e8e40c822d9240e93054eb164b54ac02696f3 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Sun Apr 24 13:08:28 2016 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Sun Apr 24 13:08:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0e8e40 dev-libs/double-conversion: clarify DESCRIPTION, add missing space Package-Manager: portage-2.2.28 dev-libs/double-conversion/double-conversion-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild index 3cf57ca..4cd1c07 100644 --- a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild +++ b/dev-libs/double-conversion/double-conversion-2.0.1.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=5 inherit scons-utils eutils -DESCRIPTION="Binary-decimal and decimal-binary routines forIEEE doubles" +DESCRIPTION="Binary-decimal and decimal-binary conversion routines for IEEE doubles" HOMEPAGE="https://github.com/google/double-conversion" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"