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 CC338139082 for ; Mon, 26 Dec 2016 20:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CABEE0C73; Mon, 26 Dec 2016 20:59:04 +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 EC453E0C73 for ; Mon, 26 Dec 2016 20:59:03 +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 C666F341134 for ; Mon, 26 Dec 2016 20:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D00BA24C5 for ; Mon, 26 Dec 2016 20:58:00 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1482785854.31f0c01febda20230b098bd3c6444e83f172197a.xarthisius@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/Manifest dev-libs/double-conversion/double-conversion-2.0.1.ebuild X-VCS-Directories: dev-libs/double-conversion/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 31f0c01febda20230b098bd3c6444e83f172197a X-VCS-Branch: master Date: Mon, 26 Dec 2016 20:58:00 +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: 59c5f3e3-8097-4004-a47e-423c078380d8 X-Archives-Hash: 120421e0d712259dffc3685759f16244 commit: 31f0c01febda20230b098bd3c6444e83f172197a Author: Kacper Kowalik gentoo org> AuthorDate: Mon Dec 26 20:57:34 2016 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Mon Dec 26 20:57:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f0c01f dev-libs/double-conversion: update SRC_URI Package-Manager: portage-2.3.2 dev-libs/double-conversion/Manifest | 2 +- dev-libs/double-conversion/double-conversion-2.0.1.ebuild | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-libs/double-conversion/Manifest b/dev-libs/double-conversion/Manifest index 2f1155b..c745903 100644 --- a/dev-libs/double-conversion/Manifest +++ b/dev-libs/double-conversion/Manifest @@ -1 +1 @@ -DIST double-conversion-2.0.1.tar.gz 7014061 SHA256 671f0439b4531c7344ace5b2ddaab4bdd860e80cee586efcfebf37b4eedd7cf0 SHA512 ab9e63ef97664d470cdd8b2a5d3b8f9d0b8558980f463d30369577c4e54804ee210321a979f4550ea2299cc0a2a0360f780de63458db942ba0ac34793b8f98ec WHIRLPOOL 559a0d2f165000abab87d77f0483dcac1503fa090382fead605e05a30ecea0c8afa1730caf51cdcba10a48d0c0b58fa855a9193b28fc5061dcf86d6505f02f85 +DIST double-conversion-2.0.1.tar.gz 7014148 SHA256 ca9ec6974eaaa29827b916c90666fba3b0b6641030fe2ab34a81e280187acdef SHA512 a4773dc95e9267d8426dda976586aa1ba968ead28b118caae9b1b7c123d1eea4aba5b588fde9a109a99a068a79a3a2426f12d6caadea8c548d4250e56eff33a4 WHIRLPOOL d17e55f54e1f3beb07e2657959c2f9e751a2732105b5a228d6b96ef5d69f2ab5722fe196ea9f2a9af1567f0d90bd6daad3c1fc30ac93ba66b4fc4879adb9aae7 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 069a154..73a664c 100644 --- a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild +++ b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild @@ -8,15 +8,13 @@ inherit scons-utils eutils 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" +SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/1" KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs" -S="${WORKDIR}" - LIBNAME=lib${PN} src_prepare() {