diff options
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ipp/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/ipp/ipp-11.1.056.ebuild | 35 |
2 files changed, 5 insertions, 37 deletions
diff --git a/sci-libs/ipp/ChangeLog b/sci-libs/ipp/ChangeLog index 23383ca7ca9e..5e5ccaf7b7e3 100644 --- a/sci-libs/ipp/ChangeLog +++ b/sci-libs/ipp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/ipp -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.9 2010/06/07 15:27:34 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ChangeLog,v 1.10 2012/02/25 09:35:55 xarthisius Exp $ + + 25 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> -ipp-11.1.056.ebuild: + Drop old to fix unresolved dependencies. Thanks to Mr_Bones_ *ipp-11.1.072 (07 Jun 2010) diff --git a/sci-libs/ipp/ipp-11.1.056.ebuild b/sci-libs/ipp/ipp-11.1.056.ebuild deleted file mode 100644 index 4a8a1eb314e8..000000000000 --- a/sci-libs/ipp/ipp-11.1.056.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ipp/ipp-11.1.056.ebuild,v 1.1 2009/10/06 20:51:51 bicatali Exp $ - -EAPI=2 -inherit versionator -RELEASE="$(get_version_component_range 1-2)" -BUILD="$(get_version_component_range 3)" - -DESCRIPTION="Intel(R) Integrated Performance Primitive library for multimedia and data processing" -HOMEPAGE="http://developer.intel.com/software/products/ipp/" -SRC_URI="" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="Intel-SDP" - -IUSE="" - -DEPEND="" -RDEPEND="~dev-lang/icc-${PV}[ipp]" - -DESTINATION="${ROOT}opt/intel/Compiler/${RELEASE}/${BUILD}" - -src_install() { - cat > 36ipp <<-EOF - IPPROOT=${DESTINATION}/ipp/${IARCH/intel64/em64t} - LDPATH=\${IPPROOT}/sharedlib - LIB=\${IPPROOT}/lib - LIBRARY_PATH=\${IPPROOT}/lib - CPATH=\${IPPROOT}/include - NLSPATH=\${IPPROOT}/lib/locale/%l_%t/%N - EOF - doenvd 36ipp || die "doenvd 36ipp failed" -} |