summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-01-18 16:44:21 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-01-18 16:44:21 +0000
commit7fdc3fb58eb5fa82c1e79f9ade370d2c3f47cb1c (patch)
treeb28e7cf412fb600fe542ded806eceac600b1ea67 /sci-physics/clhep
parent[bump] dev-perl/IO-Socket-SSL-1.380 (diff)
downloadgentoo-2-7fdc3fb58eb5fa82c1e79f9ade370d2c3f47cb1c.tar.gz
gentoo-2-7fdc3fb58eb5fa82c1e79f9ade370d2c3f47cb1c.tar.bz2
gentoo-2-7fdc3fb58eb5fa82c1e79f9ade370d2c3f47cb1c.zip
Drop old.
(Portage version: 2.2.0_alpha16/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/clhep')
-rw-r--r--sci-physics/clhep/ChangeLog8
-rw-r--r--sci-physics/clhep/clhep-2.0.4.7.ebuild49
-rw-r--r--sci-physics/clhep/files/clhep-2.0.4.5-gcc4.3.patch12
3 files changed, 6 insertions, 63 deletions
diff --git a/sci-physics/clhep/ChangeLog b/sci-physics/clhep/ChangeLog
index 894032c51015..a63822fde72e 100644
--- a/sci-physics/clhep/ChangeLog
+++ b/sci-physics/clhep/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-physics/clhep
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.29 2010/11/20 07:40:28 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.30 2011/01/18 16:44:21 xarthisius Exp $
+
+ 18 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ -files/clhep-2.0.4.5-gcc4.3.patch, -clhep-2.0.4.7.ebuild:
+ Drop old.
*clhep-2.1.0.1 (20 Nov 2010)
diff --git a/sci-physics/clhep/clhep-2.0.4.7.ebuild b/sci-physics/clhep/clhep-2.0.4.7.ebuild
deleted file mode 100644
index d8c6872951d8..000000000000
--- a/sci-physics/clhep/clhep-2.0.4.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.0.4.7.ebuild,v 1.1 2010/07/13 16:46:54 bicatali Exp $
-
-EAPI=2
-inherit autotools eutils
-
-DESCRIPTION="High Energy Physics C++ library"
-HOMEPAGE="http://www.cern.ch/clhep"
-SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz"
-LICENSE="public-domain"
-SLOT="2"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-
-IUSE="exceptions"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PV}/CLHEP"
-
-src_prepare() {
- for d in $(find . -name configure.in); do
- # 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' \
- ${d} || die
- # need to rebuild because original configurations
- # have buggy detection
- done
- for d in $(find . -name Makefile.am | xargs grep -l ": %\.cc"); do
- sed -i \
- -e 's|: %\.cc|: %\.cc \$(shareddir)|' \
- -e 's|all-local: \$(shareddir)|all-local: |' \
- ${d} || die
- # fixing parallel build
- done
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable exceptions)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README ChangeLog || die
-}
diff --git a/sci-physics/clhep/files/clhep-2.0.4.5-gcc4.3.patch b/sci-physics/clhep/files/clhep-2.0.4.5-gcc4.3.patch
deleted file mode 100644
index 453c76e0e2e6..000000000000
--- a/sci-physics/clhep/files/clhep-2.0.4.5-gcc4.3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 2.0.4.5.orig/CLHEP/Random/test/testBug58950.cc 2009-12-07 18:49:51.000000000 +0000
-+++ 2.0.4.5/CLHEP/Random/test/testBug58950.cc 2010-01-19 17:25:07.493351325 +0000
-@@ -9,6 +9,9 @@
- #include <iostream>
- #include <stdexcept>
- #include <cmath>
-+#if __GNUC__ >=4 && __GNUC_MINOR__ >=3
-+#include <cstdlib>
-+#endif
- #include "CLHEP/Random/RanecuEngine.h"
- #include "CLHEP/Random/Random.h"
-