aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-physics/clhep/ChangeLog8
-rw-r--r--sci-physics/clhep/Manifest4
-rw-r--r--sci-physics/clhep/clhep-2.0.3.2.ebuild50
-rw-r--r--sci-physics/clhep/metadata.xml10
4 files changed, 0 insertions, 72 deletions
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 <bicatali@gentoo.org> +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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci-physics</herd>
-<longdescription lang="en">
- 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.
-</longdescription>
-</pkgmetadata>