* [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: ifc-11.1.072.ebuild ChangeLog
@ 2010-05-28 22:32 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2010-05-28 22:32 UTC (permalink / raw
To: gentoo-commits
jlec 10/05/28 22:32:32
Modified: ChangeLog
Added: ifc-11.1.072.ebuild
Log:
Version Bump #319793
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.58 dev-lang/ifc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 25 Apr 2010 08:50:46 -0000 1.57
+++ ChangeLog 28 May 2010 22:32:32 -0000 1.58
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/ifc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.57 2010/04/25 08:50:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.58 2010/05/28 22:32:32 jlec Exp $
+
+*ifc-11.1.072 (28 May 2010)
+
+ 28 May 2010; Justin Lecher <jlec@gentoo.org> +ifc-11.1.072.ebuild:
+ Version Bump #319793
25 Apr 2010; Justin Lecher <jlec@gentoo.org> ifc-11.1.056-r1.ebuild:
Additional QA_ fixes including PREFIX
1.1 dev-lang/ifc/ifc-11.1.072.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild?rev=1.1&content-type=text/plain
Index: ifc-11.1.072.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild,v 1.1 2010/05/28 22:32:32 jlec Exp $
EAPI="3"
inherit check-reqs rpm versionator
PB=cprof
PACKAGEID="l_${PB}_p_${PV}"
RELEASE="$(get_version_component_range 1-2)"
BUILD="$(get_version_component_range 3)"
PID=1769
DESCRIPTION="Intel FORTRAN compiler suite for Linux"
HOMEPAGE="http://www.intel.com/software/products/compilers/clin/"
SRC_COM="http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}"
SRC_URI="amd64? ( ${SRC_COM}_intel64.tgz )
ia64? ( ${SRC_COM}_ia64.tgz )
x86? ( ${SRC_COM}_ia32.tgz )"
LICENSE="Intel-SDP"
SLOT="0"
IUSE="idb +mkl"
KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
RESTRICT="mirror"
DEPEND=""
RDEPEND="~virtual/libstdc++-3.3
amd64? ( app-emulation/emul-linux-x86-compat )"
DESTINATION="opt/intel/Compiler/${RELEASE}/${BUILD}"
EDESTINATION="${EROOT#/}${DESTINATION}"
QA_TEXTRELS="${EDESTINATION}/*"
QA_EXECSTACK="${EDESTINATION}/*"
QA_PRESTRIPPED="${EDESTINATION}/lib/*/.*libFNP.so ${EDESTINATION}/bin/*/.* ${EDESTINATION}/idb/*/*/.*"
QA_DT_HASH="
${EDESTINATION}/bin/*/.*
${EDESTINATION}/lib/*/.*
${EDESTINATION}/mkl/lib/*/.*
${EDESTINATION}/mkl/benchmarks/mp_linpack/bin_intel/*/.*
${EDESTINATION}/idb/*/*/.*"
pkg_setup() {
CHECKREQS_MEMORY=1024
CHECKREQS_DISK_BUILD=1536
use idb && use mkl && CHECKREQS_DISK_BUILD=2048
check_reqs
IARCH=ia32
use amd64 && IARCH=intel64
use ia64 && IARCH=ia64
}
src_unpack() {
unpack ${A}
mv "${WORKDIR}"/l_* "${S}"
cd "${S}"
use idb || rm -f rpm/*idb*.rpm
use mkl || rm -f rpm/*mkl*.rpm
if has_version "~dev-lang/icc-${PV}"; then
rm -f rpm/*cprolib*.rpm
use idb && built_with_use dev-lang/icc idb && rm -f rpm/*idb*.rpm
use mkl && built_with_use dev-lang/icc mkl && rm -f rpm/*mkl*.rpm
fi
for x in rpm/intel*.rpm; do
rpm_unpack ./${x} || die "rpm_unpack ${x} failed"
done
}
src_prepare() {
# from the PURGE_UB804_FNP in pset/install_fc.sh
# rm -f "${DESTINATION}"/lib/*/*libFNP.so || die
# extract the tag function from the original install
sed -n \
-e "s|find \$DESTINATION|find ${DESTINATION}|g" \
-e "s|@\$DESTINATION|@${EROOT}${DESTINATION}|g" \
-e '/^UNTAG_CFG_FILES[[:space:]]*(/,/^}/p' \
pset/install_fc.sh > tag.sh || die
# fix world writeable files
[[ -d ${DESTINATION}/mkl ]] && chmod 644 \
${DESTINATION}/mkl/tools/{environment,builder}/* \
${DESTINATION}/mkl/tools/plugins/*/*
# remove for collision (bug #288038)
has_version "~dev-lang/icc-${PV}" && \
rm -f ${DESTINATION}/lib/*/locale/*/flexnet.cat
}
src_install() {
einfo "Tagging"
. ./tag.sh
UNTAG_CFG_FILES
keepdir /opt/intel/licenses
einfo "Copying files"
dodir "/${DESTINATION}"
cp -pPR \
${DESTINATION}/* \
"${ED}"/${DESTINATION}/ \
|| die "Copying ${PN} failed"
local envf=05icfc
cat > ${envf} <<-EOF
PATH="${EROOT}${DESTINATION}/bin/${IARCH}"
ROOTPATH="${EROOT}${DESTINATION}/bin/${IARCH}"
LDPATH="${EROOT}${DESTINATION}/lib/${IARCH}"
LIBRARY_PATH="${EROOT}${DESTINATION}/lib/${IARCH}"
NLSPATH="${EROOT}${DESTINATION}/lib/locale/en_US/%N"
MANPATH="${EROOT}${DESTINATION}/man/en_US"
EOF
if [[ ! -e "${EROOT}etc/env.d/${envf}" ]] || \
[[ -n $(diff "${EROOT}"etc/env.d/${envf} ./${envf}) ]]; then
doenvd ${envf} || die "doenvd ${envf} failed"
fi
[[ -d ${DESTINATION}/idb ]] && \
dosym ../../common/com.intel.debugger.help_1.0.0 \
${DESTINATION}/idb/gui/${IARCH}/plugins
}
pkg_postinst() {
elog "Make sure you have recieved the an Intel license."
elog "To receive a non-commercial license, you need to register at:"
elog "http://software.intel.com/en-us/articles/non-commercial-software-development/"
elog "Install the license file into ${EROOT}opt/intel/licenses."
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: ifc-11.1.072.ebuild ChangeLog
@ 2010-11-26 13:09 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2010-11-26 13:09 UTC (permalink / raw
To: gentoo-commits
jlec 10/11/26 13:09:17
Modified: ifc-11.1.072.ebuild ChangeLog
Log:
Adding missing LIBRARY/LDPATH for idb
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-lang/ifc/ifc-11.1.072.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild?r1=1.1&r2=1.2
Index: ifc-11.1.072.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ifc-11.1.072.ebuild 28 May 2010 22:32:32 -0000 1.1
+++ ifc-11.1.072.ebuild 26 Nov 2010 13:09:16 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild,v 1.1 2010/05/28 22:32:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild,v 1.2 2010/11/26 13:09:16 jlec Exp $
EAPI="3"
@@ -105,8 +105,8 @@
cat > ${envf} <<-EOF
PATH="${EROOT}${DESTINATION}/bin/${IARCH}"
ROOTPATH="${EROOT}${DESTINATION}/bin/${IARCH}"
- LDPATH="${EROOT}${DESTINATION}/lib/${IARCH}"
- LIBRARY_PATH="${EROOT}${DESTINATION}/lib/${IARCH}"
+ LDPATH="${EROOT}${DESTINATION}/lib/${IARCH}:${EROOT}${DESTINATION}/idb/lib/${IARCH}"
+ LIBRARY_PATH="${EROOT}${DESTINATION}/lib/${IARCH}:${EROOT}${DESTINATION}/idb/lib/${IARCH}"
NLSPATH="${EROOT}${DESTINATION}/lib/locale/en_US/%N"
MANPATH="${EROOT}${DESTINATION}/man/en_US"
EOF
1.59 dev-lang/ifc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 28 May 2010 22:32:32 -0000 1.58
+++ ChangeLog 26 Nov 2010 13:09:17 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ifc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.58 2010/05/28 22:32:32 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.59 2010/11/26 13:09:17 jlec Exp $
+
+ 26 Nov 2010; Justin Lecher <jlec@gentoo.org> ifc-11.1.072.ebuild:
+ Adding missing LIBRARY/LDPATH for idb
*ifc-11.1.072 (28 May 2010)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: ifc-11.1.072.ebuild ChangeLog
@ 2011-11-03 16:14 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2011-11-03 16:14 UTC (permalink / raw
To: gentoo-commits
jlec 11/11/03 16:14:46
Modified: ifc-11.1.072.ebuild ChangeLog
Log:
Fixed again the usage of check-reqs.eclass at EAPI=4, #389401
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-lang/ifc/ifc-11.1.072.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild?r1=1.4&r2=1.5
Index: ifc-11.1.072.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ifc-11.1.072.ebuild 23 Oct 2011 21:13:14 -0000 1.4
+++ ifc-11.1.072.ebuild 3 Nov 2011 16:14:46 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild,v 1.4 2011/10/23 21:13:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-11.1.072.ebuild,v 1.5 2011/11/03 16:14:46 jlec Exp $
EAPI=4
@@ -45,11 +45,14 @@
${EDESTINATION}/mkl/benchmarks/mp_linpack/bin_intel/*/.*
${EDESTINATION}/idb/*/*/.*"
-pkg_setup() {
+pkg_pretend() {
CHECKREQS_MEMORY=1024M
CHECKREQS_DISK_BUILD=1536M
use idb && use mkl && CHECKREQS_DISK_BUILD=2048M
- check-reqs_pkg_setup
+ check-reqs_pkg_pretend
+}
+
+src_prepare() {
IARCH=ia32
use amd64 && IARCH=intel64
use ia64 && IARCH=ia64
1.62 dev-lang/ifc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ifc/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 17 Oct 2011 20:40:35 -0000 1.61
+++ ChangeLog 3 Nov 2011 16:14:46 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ifc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.61 2011/10/17 20:40:35 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.62 2011/11/03 16:14:46 jlec Exp $
+
+ 03 Nov 2011; Justin Lecher <jlec@gentoo.org> ifc-11.1.072.ebuild:
+ Fixed again the usage of check-reqs.eclass at EAPI=4, #389401
17 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> ifc-10.0.026-r1.ebuild:
Drop stable keywords as that version is buggy, ancient and it's causing
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-03 16:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 13:09 [gentoo-commits] gentoo-x86 commit in dev-lang/ifc: ifc-11.1.072.ebuild ChangeLog Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2011-11-03 16:14 Justin Lecher (jlec)
2010-05-28 22:32 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox