diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-07-14 10:06:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-07-14 10:06:14 +0000 |
commit | 4f59c17b7a07a9821948987b0c61e99a0ff89e6a (patch) | |
tree | 5de002602ed47145df9b03ec2e27487b97bc5dbe /sci-libs/ipp | |
parent | Stable for x86, wrt bug #472536 (diff) | |
download | gentoo-2-4f59c17b7a07a9821948987b0c61e99a0ff89e6a.tar.gz gentoo-2-4f59c17b7a07a9821948987b0c61e99a0ff89e6a.tar.bz2 gentoo-2-4f59c17b7a07a9821948987b0c61e99a0ff89e6a.zip |
sci-libs/ipp: Version Bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/ipp')
-rw-r--r-- | sci-libs/ipp/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/ipp/ipp-7.1.1.192.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/sci-libs/ipp/ChangeLog b/sci-libs/ipp/ChangeLog index 6085f8d7f5e7..8cacf78f8867 100644 --- a/sci-libs/ipp/ChangeLog +++ b/sci-libs/ipp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/ipp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.14 2013/02/14 16:32:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.15 2013/07/14 10:06:14 jlec Exp $ + +*ipp-7.1.1.192 (14 Jul 2013) + + 14 Jul 2013; Justin Lecher <jlec@gentoo.org> +ipp-7.1.1.192.ebuild: + Version Bump *ipp-7.1.1.146 (14 Feb 2013) diff --git a/sci-libs/ipp/ipp-7.1.1.192.ebuild b/sci-libs/ipp/ipp-7.1.1.192.ebuild new file mode 100644 index 000000000000..05db75b1ffa6 --- /dev/null +++ b/sci-libs/ipp/ipp-7.1.1.192.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-7.1.1.192.ebuild,v 1.1 2013/07/14 10:06:14 jlec Exp $ + +EAPI=5 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=3266 +INTEL_DPV=2013_update4 +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="" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=">=dev-libs/intel-common-13.1" +DEPEND="" + +CHECKREQS_DISK_BUILD=3000M + +INTEL_BIN_RPMS="ipp ipp-devel" +INTEL_DAT_RPMS="ipp-common" + +INTEL_SKIP_LICENSE=true |