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 D7D26139694 for ; Sat, 22 Apr 2017 09:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F361E0BFA; Sat, 22 Apr 2017 09:55:38 +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 E0406E0BFA for ; Sat, 22 Apr 2017 09:55:37 +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 DFF4B33BF43 for ; Sat, 22 Apr 2017 09:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0CDB73F3 for ; Sat, 22 Apr 2017 09:55:35 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1492854917.5bff075376704ef1f39997a0af922af8227d1d48.djc@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.ebuild dev-libs/hyperscan/metadata.xml X-VCS-Directories: dev-libs/hyperscan/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 5bff075376704ef1f39997a0af922af8227d1d48 X-VCS-Branch: master Date: Sat, 22 Apr 2017 09:55:35 +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: 025adc7a-8caa-4c35-b183-7e2c62707e93 X-Archives-Hash: 9949a0453b55eb7c952c068a33d6d9dd commit: 5bff075376704ef1f39997a0af922af8227d1d48 Author: Christian Roessner roessner-network-solutions com> AuthorDate: Fri Apr 21 14:55:17 2017 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Apr 22 09:55:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bff0753 dev-libs/hyperscan: New ebuild version 4.4.1 dev-libs/hyperscan/Manifest | 1 + dev-libs/hyperscan/hyperscan-4.4.1.ebuild | 15 +++++++++++++++ dev-libs/hyperscan/metadata.xml | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/dev-libs/hyperscan/Manifest b/dev-libs/hyperscan/Manifest new file mode 100644 index 00000000000..1241b8f9844 --- /dev/null +++ b/dev-libs/hyperscan/Manifest @@ -0,0 +1 @@ +DIST v4.4.1.tar.gz 1515106 SHA256 3a082d92a3cb0cd724bc1190d24cc39752bd3db35d22115fda03d2e91ccd94cd SHA512 5e3463061110f81ad145dccf566f8308eed7bfd6711af59461b59903dd77b20963df3dd0f0ec8fc925837e76b658352b420b1ce210c4c91a4cb128a4d5f83056 WHIRLPOOL 1eff40644b4284615f8011e4fd516005381468d651a2675c0e4b46b2b34a9986a5c242590314ef04ebe8528e6ee9090c07830d868de6fed84a0c244ad5ebf28d diff --git a/dev-libs/hyperscan/hyperscan-4.4.1.ebuild b/dev-libs/hyperscan/hyperscan-4.4.1.ebuild new file mode 100644 index 00000000000..3f4ff52b789 --- /dev/null +++ b/dev-libs/hyperscan/hyperscan-4.4.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="High-performance regular expression matching library" +SRC_URI="https://github.com/01org/hyperscan/archive/v${PV}.tar.gz" +HOMEPAGE="https://01.org/hyperscan" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + diff --git a/dev-libs/hyperscan/metadata.xml b/dev-libs/hyperscan/metadata.xml new file mode 100644 index 00000000000..c63ff561fcb --- /dev/null +++ b/dev-libs/hyperscan/metadata.xml @@ -0,0 +1,8 @@ + + + + + cr@sys4.de + Christian Roessner + +