diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-24 09:53:49 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-24 09:53:49 +0000 |
commit | 49142778413be12e75393295d4ccd031943ebf96 (patch) | |
tree | c5ca6a29b2863d87fd932741b43b951745a8fffc /sci-libs | |
parent | provide a configuration option for domains and network on restart, bug #551854 (diff) | |
download | gentoo-2-49142778413be12e75393295d4ccd031943ebf96.tar.gz gentoo-2-49142778413be12e75393295d4ccd031943ebf96.tar.bz2 gentoo-2-49142778413be12e75393295d4ccd031943ebf96.zip |
Version Bump, bug #552296
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ipp/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/ipp/ipp-8.2.2.187.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/sci-libs/ipp/ChangeLog b/sci-libs/ipp/ChangeLog index 707f4b7584e7..a5fe97abe70c 100644 --- a/sci-libs/ipp/ChangeLog +++ b/sci-libs/ipp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/ipp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.21 2015/04/07 14:41:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.22 2015/06/24 09:53:49 jlec Exp $ + +*ipp-8.2.2.187 (24 Jun 2015) + + 24 Jun 2015; Justin Lecher <jlec@gentoo.org> +ipp-8.2.2.187.ebuild: + Version Bump, bug #552296 *ipp-8.2.1.164 (12 Feb 2015) diff --git a/sci-libs/ipp/ipp-8.2.2.187.ebuild b/sci-libs/ipp/ipp-8.2.2.187.ebuild new file mode 100644 index 000000000000..bf4460eadfbb --- /dev/null +++ b/sci-libs/ipp/ipp-8.2.2.187.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-8.2.2.187.ebuild,v 1.1 2015/06/24 09:53:49 jlec Exp $ + +EAPI=5 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=7538 +INTEL_DPV=2015_update3 +INTEL_SUBDIR=composerxe +INTEL_SINGLE_ARCH=false + +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-15" +DEPEND="" + +CHECKREQS_DISK_BUILD=6400M + +INTEL_BIN_RPMS=( ipp-{ac,di,gen,jp,mt,mt-devel,mx,rr,sc,st,st-devel,vc} ) +INTEL_DAT_RPMS=( ipp-common ipp-{ac,di,gen,jp,mx,rr,sc,st-devel,vc}-common ) + +INTEL_SKIP_LICENSE=true |