diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-12-10 19:38:03 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-12-10 19:38:03 +0000 |
commit | ab153159a36f8965067c998eada76ebd85095ada (patch) | |
tree | 606273d6d145f7f816349e604861ce5758b197aa /dev-lang/idb | |
parent | dev-lang/icc: Version BUmp (diff) | |
download | gentoo-2-ab153159a36f8965067c998eada76ebd85095ada.tar.gz gentoo-2-ab153159a36f8965067c998eada76ebd85095ada.tar.bz2 gentoo-2-ab153159a36f8965067c998eada76ebd85095ada.zip |
dev-lang/idb: Version BUmp
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-lang/idb')
-rw-r--r-- | dev-lang/idb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/idb/idb-13.0.1.117.ebuild | 24 | ||||
-rw-r--r-- | dev-lang/idb/metadata.xml | 14 |
3 files changed, 38 insertions, 8 deletions
diff --git a/dev-lang/idb/ChangeLog b/dev-lang/idb/ChangeLog index 7b0e771136fa..94f255650819 100644 --- a/dev-lang/idb/ChangeLog +++ b/dev-lang/idb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/idb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/ChangeLog,v 1.20 2012/11/14 18:32:27 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/ChangeLog,v 1.21 2012/12/10 19:38:03 jlec Exp $ + +*idb-13.0.1.117 (10 Dec 2012) + + 10 Dec 2012; Justin Lecher <jlec@gentoo.org> +idb-13.0.1.117.ebuild, + metadata.xml: + Version BUmp 14 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml: Removing myself from maintainer diff --git a/dev-lang/idb/idb-13.0.1.117.ebuild b/dev-lang/idb/idb-13.0.1.117.ebuild new file mode 100644 index 000000000000..b0bb73f14ae5 --- /dev/null +++ b/dev-lang/idb/idb-13.0.1.117.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/idb-13.0.1.117.ebuild,v 1.1 2012/12/10 19:38:03 jlec Exp $ + +EAPI=4 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=2872 +INTEL_DPV=2013_update1 +INTEL_SUBDIR=composerxe + +inherit intel-sdp + +DESCRIPTION="Intel C/C++/FORTRAN debugger" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" + +IUSE="eclipse" + +DEPEND="~dev-libs/intel-common-${PV}[compiler]" +RDEPEND="${DEPEND} + eclipse? ( dev-util/eclipse-sdk )" + +INTEL_BIN_RPMS="idb" +INTEL_DAT_RPMS="idb-common idbcdt" diff --git a/dev-lang/idb/metadata.xml b/dev-lang/idb/metadata.xml index 1bd9ebf192ea..ee0f9e391713 100644 --- a/dev-lang/idb/metadata.xml +++ b/dev-lang/idb/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> The Intel® Debugger is a command line debugger for Intel based architectures. It is well suited with the Intel C++ or Intel FORTRAN compilers. It also comes also with a graphical interface and extensive @@ -12,9 +12,9 @@ well. License, terms of qualifications can be found on the web site and follow the one received in the Intel compilers. </longdescription> -<use> - <flag name="icc">Use <pkg>dev-lang/icc</pkg> to install idb (default)</flag> - <flag name="ifc">Use <pkg>dev-lang/ifc</pkg> to install idb</flag> - <flag name="eclipse">Install the <pkg>dev-util/eclipse-sdk</pkg> plugins</flag> -</use> + <use> + <flag name="icc">Use <pkg>dev-lang/icc</pkg> to install idb (default)</flag> + <flag name="ifc">Use <pkg>dev-lang/ifc</pkg> to install idb</flag> + <flag name="eclipse">Install the <pkg>dev-util/eclipse-sdk</pkg> plugins</flag> + </use> </pkgmetadata> |