* [gentoo-commits] gentoo-x86 commit in dev-lang/idb: ChangeLog idb-10.1.008.ebuild
@ 2007-11-21 19:09 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2007-11-21 19:09 UTC (permalink / raw
To: gentoo-commits
bicatali 07/11/21 19:09:54
Modified: ChangeLog
Added: idb-10.1.008.ebuild
Log:
Version bump.
(Portage version: 2.1.3.19)
Revision Changes Path
1.6 dev-lang/idb/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/idb/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/idb/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/idb/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/idb/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 14 Nov 2007 15:04:36 -0000 1.5
+++ ChangeLog 21 Nov 2007 19:09:54 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/idb
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/ChangeLog,v 1.5 2007/11/14 15:04:36 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/ChangeLog,v 1.6 2007/11/21 19:09:54 bicatali Exp $
+
+*idb-10.1.008 (21 Nov 2007)
+
+ 21 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> +idb-10.1.008.ebuild:
+ Version bump
14 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> idb-10.0.026.ebuild:
amd64 stable wrt bug #197983, with kingtaco's green light.
1.1 dev-lang/idb/idb-10.1.008.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/idb/idb-10.1.008.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/idb/idb-10.1.008.ebuild?rev=1.1&content-type=text/plain
Index: idb-10.1.008.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/idb-10.1.008.ebuild,v 1.1 2007/11/21 19:09:54 bicatali Exp $
inherit rpm elisp-common
IFC_PID=862
ICC_PID=861
xPV=p_${PV}
DESCRIPTION="Intel C/C++/FORTRAN debugger for Linux"
HOMEPAGE="http://www.intel.com/software/products/compilers/"
COM_URI="http://registrationcenter-download.intel.com/irc_nas"
SRC_URI="amd64? ( ifc? ( !icc? ( ${COM_URI}/${IFC_PID}/l_fc_${xPV}_intel64.tar.gz ) )
!ifc? ( !icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_intel64.tar.gz ) )
icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_intel64.tar.gz ) )
ia64? ( ifc? ( !icc? ( ${COM_URI}/${IFC_PID}/l_fc_${xPV}_ia64.tar.gz ) )
!ifc? ( !icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia64.tar.gz ) )
icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia64.tar.gz ) )
x86? ( ifc? ( !icc? ( ${COM_URI}/${IFC_PID}/l_fc_${xPV}_ia32.tar.gz ) )
!ifc? ( !icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia32.tar.gz ) )
icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia32.tar.gz ) )"
KEYWORDS="~amd64 ~ia64 ~x86"
LICENSE="Intel-SDP"
SLOT="0"
RESTRICT="test strip mirror"
IUSE="emacs icc ifc"
DEPEND=""
RDEPEND="virtual/libstdc++
x11-libs/libXft
x11-libs/libXt
dev-libs/libxml2"
src_unpack() {
unpack ${A}
PACKAGEID=$(basename l_*)
mv "${WORKDIR}"/${PACKAGEID} "${S}"
cd "${S}"
for x in data/*idb*.rpm; do
einfo "Extracting $(basename ${x})..."
rpm_unpack ${x} || die "rpm_unpack ${x} failed"
done
}
src_install() {
local ext=
use amd64 && ext=e
local instdir=/opt/intel/${PN}${ext}/${PV}
cd "${S}"/${instdir}/doc
sed -e "s|\<installpackageid\>|${PACKAGEID}|g" \
-i *support \
|| die "sed support file failed"
chmod 644 *support
dodir ${instdir}
einfo "Copying files"
cp -pPR \
"${S}"/${instdir}/* \
"${D}"/${instdir}/ \
|| die "copying debugger failed"
local env_file=06idb
echo "PATH=${instdir}/bin" > ${env_file}
echo "ROOTPATH=${instdir}/bin" >> ${env_file}
echo "MANPATH=${instdir}/man" >> ${env_file}
doenvd ${env_file} || die "doenvd ${env_file} failed"
use emacs && \
elisp-site-file-install "${S}"${instdir}/bin/*.el
}
pkg_postinst () {
rm -f "${ROOT}"/opt/intel/{intel_sdp_products.db,.*.log} || die
elog "Make sure you have recieved the restrictive"
elog "non-commercial license ${PN} by registering at:"
elog "http://www.intel.com/cd/software/products/asmo-na/eng/download/download/219771.htm"
elog "You cannot run ${PN} without this license file."
elog "Read the website for more information on this license."
elog "To use ${PN} now, issue first \n\tsource /etc/profile"
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-21 19:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-21 19:09 [gentoo-commits] gentoo-x86 commit in dev-lang/idb: ChangeLog idb-10.1.008.ebuild Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox