Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
Subject: gentoo-x86 commit in sci-physics/clhep: ChangeLog clhep-2.0.4.2.ebuild clhep-2.0.3.3.ebuild
Date: Tue, 09 Dec 2008 12:08:12 +0000
bicatali    08/12/09 12:08:12

  Modified:             ChangeLog
  Added:                clhep-2.0.4.2.ebuild
  Removed:              clhep-2.0.3.3.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.6                  sci-physics/clhep/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/clhep/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/clhep/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/clhep/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	22 Aug 2008 14:26:15 -0000	1.5
+++ ChangeLog	9 Dec 2008 12:08:12 -0000	1.6
@@ -1,6 +1,13 @@
 # ChangeLog for sci-physics/clhep
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.5 2008/08/22 14:26:15 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.6 2008/12/09 12:08:12 bicatali Exp $
+
+*clhep-2.0.4.2 (09 Dec 2008)
+
+  09 Dec 2008; Sébastien Fabbro <bicatali@g.o>
+  -files/clhep-2.0.3.3-gcc43.patch, -clhep-2.0.3.3.ebuild,
+  +clhep-2.0.4.2.ebuild:
+  Version bump
 
 *clhep-2.0.4.0 (22 Aug 2008)
 



1.1                  sci-physics/clhep/clhep-2.0.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/clhep/clhep-2.0.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/clhep/clhep-2.0.4.2.ebuild?rev=1.1&content-type=text/plain

Index: clhep-2.0.4.2.ebuild
===================================================================
# Copyright 1999-2008 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.2.ebuild,v 1.1 2008/12/09 12:08:12 bicatali Exp $

inherit autotools

DESCRIPTION="High Energy Physics C++ library"
HOMEPAGE="http://www.cern.ch/clhep"
SRC_URI="http://wwwasd.web.cern.ch/wwwasd/lhc++/clhep/DISTRIBUTION/distributions/${P}.tgz"

LICENSE="public-domain"
SLOT="2"
KEYWORDS="~amd64 ~hppa ~sparc ~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
		eautoreconf
		popd
	done
}

src_compile() {
	econf $(use_enable exceptions)
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README ChangeLog || die
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in app-misc/pax-utils: ChangeLog pax-utils-0.1.19.ebuild pax-utils-0.1.18.ebuild
Next by thread:
gentoo-x86 commit in sys-apps/sandbox: sandbox-1.3.1.ebuild ChangeLog sandbox-1.3.0.ebuild
Previous by date:
gentoo-x86 commit in app-misc/pax-utils: ChangeLog pax-utils-0.1.19.ebuild pax-utils-0.1.18.ebuild
Next by date:
gentoo-x86 commit in sci-physics/clhep/files: clhep-2.0.3.3-gcc43.patch


Updated Oct 05, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.