diff options
author | 2013-10-02 13:50:26 +0000 | |
---|---|---|
committer | 2013-10-02 13:50:26 +0000 | |
commit | d8c274d71eb9f6e9463140d23fedd837ddce7969 (patch) | |
tree | 5056470fcaa12b591b2959cc74ea9486df6719ba /sci-libs | |
parent | Stable for HPPA (bug #449580). (diff) | |
download | gentoo-2-d8c274d71eb9f6e9463140d23fedd837ddce7969.tar.gz gentoo-2-d8c274d71eb9f6e9463140d23fedd837ddce7969.tar.bz2 gentoo-2-d8c274d71eb9f6e9463140d23fedd837ddce7969.zip |
sci-libs/ipp: Version Bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ipp/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/ipp/ipp-8.0.1.080.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/sci-libs/ipp/ChangeLog b/sci-libs/ipp/ChangeLog index 8cacf78f8867..48256f801bfb 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.15 2013/07/14 10:06:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.16 2013/10/02 13:50:26 jlec Exp $ + +*ipp-8.0.1.080 (02 Oct 2013) + + 02 Oct 2013; Justin Lecher <jlec@gentoo.org> +ipp-8.0.1.080.ebuild: + Version Bump *ipp-7.1.1.192 (14 Jul 2013) diff --git a/sci-libs/ipp/ipp-8.0.1.080.ebuild b/sci-libs/ipp/ipp-8.0.1.080.ebuild new file mode 100644 index 000000000000..c37379b63ca3 --- /dev/null +++ b/sci-libs/ipp/ipp-8.0.1.080.ebuild @@ -0,0 +1,29 @@ +# 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-8.0.1.080.ebuild,v 1.1 2013/10/02 13:50:26 jlec Exp $ + +EAPI=5 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=3447 +INTEL_DPV=2013_sp1 +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-13.1" +DEPEND="" + +CHECKREQS_DISK_BUILD=3000M + +INTEL_BIN_RPMS="ipp-common-devel ipp-mt ipp-mt-devel ipp-perftest ipp-perftest-devel ipp-st ipp-st-devel" +INTEL_DAT_RPMS="ipp-common" + +INTEL_SKIP_LICENSE=true |