From 9b67efbd164cb42fceef3bc4f09dd67d69179d2c Mon Sep 17 00:00:00 2001 From: bicatali Date: Sat, 7 Jun 2008 09:00:56 +0000 Subject: removed clhep, now in main tree git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@1133 32389bae-6d03-0410-99cf-db05cde120eb --- sci-physics/clhep/ChangeLog | 8 ------ sci-physics/clhep/Manifest | 4 --- sci-physics/clhep/clhep-2.0.3.2.ebuild | 50 ---------------------------------- sci-physics/clhep/metadata.xml | 10 ------- 4 files changed, 72 deletions(-) delete mode 100644 sci-physics/clhep/ChangeLog delete mode 100644 sci-physics/clhep/Manifest delete mode 100644 sci-physics/clhep/clhep-2.0.3.2.ebuild delete mode 100644 sci-physics/clhep/metadata.xml (limited to 'sci-physics') diff --git a/sci-physics/clhep/ChangeLog b/sci-physics/clhep/ChangeLog deleted file mode 100644 index 3769fd94d..000000000 --- a/sci-physics/clhep/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for sci-physics/clhep -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 15 Jan 2008; Sébastien Fabbro +metadata.xml, - +clhep-2.0.3.2.ebuild: - Initial import - diff --git a/sci-physics/clhep/Manifest b/sci-physics/clhep/Manifest deleted file mode 100644 index 0391737a8..000000000 --- a/sci-physics/clhep/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST clhep-2.0.3.2-src.tgz 5048972 RMD160 1e7a147d5cd950a09484fb47af18e0823e496d2b SHA1 3a6be896d90dc27ac11c68bcefc6b52721bb8041 SHA256 62fcbd20c613fe2541786c9b34d921bc659771ce81efeed85e4b755b32c1794c -EBUILD clhep-2.0.3.2.ebuild 1181 RMD160 74e381701e671058921332294390b7c97429d147 SHA1 9e4f3605abb0effad5dff0428af1d20532c0e3d8 SHA256 a466be04ad6cca1a53b3950b607d1c879779f38a206e25ec6b49532b0a413307 -MISC ChangeLog 231 RMD160 aa8b213422967739482767a972ababd9919daaf4 SHA1 52a1b6c8dd63fc6f7f6a27dec82b7db4d614246d SHA256 1c6af1d72a6ef4aee58f3fa22c594e154578442db03036ed557e299594d56ac6 -MISC metadata.xml 401 RMD160 9b3b01a3ccc10ad8340a6fa83a47857ae8678fa9 SHA1 239babd5b008f5275190c1cf49c89fa6b2820c8d SHA256 45c2367f8d7b1c0a99250fba662e51a7bce383a8f9accda46328c6c101842e18 diff --git a/sci-physics/clhep/clhep-2.0.3.2.ebuild b/sci-physics/clhep/clhep-2.0.3.2.ebuild deleted file mode 100644 index e66148e12..000000000 --- a/sci-physics/clhep/clhep-2.0.3.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit autotools flag-o-matic toolchain-funcs - -DESCRIPTION="High Energy Physics C++ library" -HOMEPAGE="http://www.cern.ch/clhep" -SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/distributions/${P}-src.tgz" - -LICENSE="public-domain" -SLOT="2" -KEYWORDS="~amd64 ~x86" - -IUSE="exceptions" -RDEPEND="" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PV}/CLHEP" - -src_unpack() { - unpack ${A} - cd "${S}" - for d in $(find . -name configure.in); do - pushd ${d/configure.in/} - # respect user flags and fix some compilers stuff - sed -i \ - -e 's:^g++):*g++):g' \ - -e 's:^icc):icc|icpc):g' \ - -e '/AM_CXXFLAGS=/s:-O ::g' \ - configure.in || die - # need to rebuild because original configurations - # have buggy detection - eautoconf - popd - done -} - -src_compile() { - # use ld LDFLAGS for intel compiler - [[ $(tc-getCXX) = i*c ]] && \ - export LDFLAGS="$(raw-ld-flags)" - econf $(use_enable exceptions) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README ChangeLog || die -} diff --git a/sci-physics/clhep/metadata.xml b/sci-physics/clhep/metadata.xml deleted file mode 100644 index a392c9ee9..000000000 --- a/sci-physics/clhep/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - -sci-physics - - A Class Library for High Energy Physics is intended to be a set of - HEP-specific foundation and utility classes such as random - generators, physics vectors, geometry and linear algebra. - - -- cgit v1.2.3-65-gdbad