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 AACEB1381F4 for ; Mon, 10 Dec 2012 21:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 744D621C0A6; Mon, 10 Dec 2012 21:29:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E64B621C08E for ; Mon, 10 Dec 2012 21:29:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06E8433DA2C for ; Mon, 10 Dec 2012 21:29:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 349F4E544C for ; Mon, 10 Dec 2012 21:29:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1355167356.10c3e9d23023f2e851f7cfd979c65de2815fefe1.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/ipp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/ipp/ChangeLog sci-libs/ipp/ipp-7.1.1.117.ebuild sci-libs/ipp/metadata.xml X-VCS-Directories: sci-libs/ipp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 10c3e9d23023f2e851f7cfd979c65de2815fefe1 X-VCS-Branch: master Date: Mon, 10 Dec 2012 21:29:48 +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: 9291a766-014f-4199-8d55-03cfe4af3139 X-Archives-Hash: 489bb4b508724b8eed8ac6b897686cb1 commit: 10c3e9d23023f2e851f7cfd979c65de2815fefe1 Author: Justin Lecher gentoo org> AuthorDate: Mon Dec 10 19:22:36 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Dec 10 19:22:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=10c3e9d2 sci-libs/ipp: Version BUmp Package-Manager: portage-2.2.0_alpha144 --- sci-libs/ipp/ChangeLog | 10 ++++++++++ sci-libs/ipp/ipp-7.1.1.117.ebuild | 25 +++++++++++++++++++++++++ sci-libs/ipp/metadata.xml | 10 ++++++++++ 3 files changed, 45 insertions(+), 0 deletions(-) diff --git a/sci-libs/ipp/ChangeLog b/sci-libs/ipp/ChangeLog new file mode 100644 index 0000000..e29e353 --- /dev/null +++ b/sci-libs/ipp/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-libs/ipp +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*ipp-7.1.1.117 (10 Dec 2012) + + 10 Dec 2012; Justin Lecher +ipp-7.1.1.117.ebuild, + +metadata.xml: + Version BUmp + diff --git a/sci-libs/ipp/ipp-7.1.1.117.ebuild b/sci-libs/ipp/ipp-7.1.1.117.ebuild new file mode 100644 index 0000000..998512d --- /dev/null +++ b/sci-libs/ipp/ipp-7.1.1.117.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=2872 +INTEL_DPV=2013_update1 +INTEL_SUBDIR=composerxe + +inherit intel-sdp + +DESCRIPTION="Intel Integrated Performance Primitive library for multimedia and data processing" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-ipp/" + +IUSE="" + +RDEPEND=">=dev-libs/intel-common-13" +DEPEND="" + +CHECKREQS_DISK_BUILD=3000M + +INTEL_BIN_RPMS="ipp ipp-devel" +INTEL_DAT_RPMS="ipp-common" diff --git a/sci-libs/ipp/metadata.xml b/sci-libs/ipp/metadata.xml new file mode 100644 index 0000000..b4c1f33 --- /dev/null +++ b/sci-libs/ipp/metadata.xml @@ -0,0 +1,10 @@ + + + + sci + + Intel(R) Integrated Performance Primitives (Intel(R) IPP) is a + library of multi-core-ready, optimized software functions for + multimedia data processing, and communications applications. + +