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 0F596139694 for ; Tue, 30 May 2017 15:35:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B96D21C0E7; Tue, 30 May 2017 15:34: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 065CD21C0E7 for ; Tue, 30 May 2017 15:34:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20B69341729 for ; Tue, 30 May 2017 15:34:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ECD07470 for ; Tue, 30 May 2017 15:34:10 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1496158372.51292cfb5ee55c44abf2ab0e043d97d9b0dcf941.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyperscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hyperscan/Manifest dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild dev-libs/hyperscan/hyperscan-4.4.1.ebuild X-VCS-Directories: dev-libs/hyperscan/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 51292cfb5ee55c44abf2ab0e043d97d9b0dcf941 X-VCS-Branch: master Date: Tue, 30 May 2017 15:34:10 +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: e0bd9fb9-a79c-43aa-9718-122457c432f8 X-Archives-Hash: a4679db5ee204b3bf6e65f0c8b1d66b4 commit: 51292cfb5ee55c44abf2ab0e043d97d9b0dcf941 Author: Angelo G. Del Regno gmail com> AuthorDate: Sun May 28 09:53:57 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue May 30 15:32:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51292cfb dev-libs/hyperscan: Use correct distfile name Update SRC_URI to rename the distfile correctly. Closes: https://github.com/gentoo/gentoo/pull/4786 dev-libs/hyperscan/Manifest | 2 +- dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild | 2 +- dev-libs/hyperscan/hyperscan-4.4.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/hyperscan/Manifest b/dev-libs/hyperscan/Manifest index 1241b8f9844..30c0b346da4 100644 --- a/dev-libs/hyperscan/Manifest +++ b/dev-libs/hyperscan/Manifest @@ -1 +1 @@ -DIST v4.4.1.tar.gz 1515106 SHA256 3a082d92a3cb0cd724bc1190d24cc39752bd3db35d22115fda03d2e91ccd94cd SHA512 5e3463061110f81ad145dccf566f8308eed7bfd6711af59461b59903dd77b20963df3dd0f0ec8fc925837e76b658352b420b1ce210c4c91a4cb128a4d5f83056 WHIRLPOOL 1eff40644b4284615f8011e4fd516005381468d651a2675c0e4b46b2b34a9986a5c242590314ef04ebe8528e6ee9090c07830d868de6fed84a0c244ad5ebf28d +DIST hyperscan-4.4.1.tar.gz 1515106 SHA256 3a082d92a3cb0cd724bc1190d24cc39752bd3db35d22115fda03d2e91ccd94cd SHA512 5e3463061110f81ad145dccf566f8308eed7bfd6711af59461b59903dd77b20963df3dd0f0ec8fc925837e76b658352b420b1ce210c4c91a4cb128a4d5f83056 WHIRLPOOL 1eff40644b4284615f8011e4fd516005381468d651a2675c0e4b46b2b34a9986a5c242590314ef04ebe8528e6ee9090c07830d868de6fed84a0c244ad5ebf28d diff --git a/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild b/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild index 9bc34a0334a..15909013de8 100644 --- a/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild +++ b/dev-libs/hyperscan/hyperscan-4.4.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils DESCRIPTION="High-performance regular expression matching library" -SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://01.org/hyperscan" LICENSE="BSD" diff --git a/dev-libs/hyperscan/hyperscan-4.4.1.ebuild b/dev-libs/hyperscan/hyperscan-4.4.1.ebuild index 8d521ae0598..8978aa0cff5 100644 --- a/dev-libs/hyperscan/hyperscan-4.4.1.ebuild +++ b/dev-libs/hyperscan/hyperscan-4.4.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils DESCRIPTION="High-performance regular expression matching library" -SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://01.org/hyperscan" LICENSE="BSD"