From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PwZ9M-0004li-6o for garchives@archives.gentoo.org; Mon, 07 Mar 2011 12:02:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EF2EE07F7; Mon, 7 Mar 2011 12:01:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4FFE5E07F7 for ; Mon, 7 Mar 2011 12:01:39 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B300F1BC007 for ; Mon, 7 Mar 2011 12:01:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1E03E8005E for ; Mon, 7 Mar 2011 12:01:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <51ce035ee6b3dcd8ec7caa0f942a8a2aff646220.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/root/ChangeLog sci-physics/root/root-5.28.00.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 51ce035ee6b3dcd8ec7caa0f942a8a2aff646220 Date: Mon, 7 Mar 2011 12:01:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 91de3d5a2fc44b409f08cd8a996219d4 commit: 51ce035ee6b3dcd8ec7caa0f942a8a2aff646220 Author: Justin Lecher gentoo org> AuthorDate: Mon Mar 7 11:43:39 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Mar 7 11:43:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D51ce035e Correct Slots for gtk 3 introduction to tree (Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-physics/root/ChangeLog | 3 +++ sci-physics/root/root-5.28.00.ebuild | 19 ++++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 705def0..d495c04 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.73 201= 0/07/10 19:05:23 armin76 Exp $ =20 + 07 Mar 2011; Justin Lecher root-5.28.00.ebuild: + Correct Slots for gtk 3 introduction to tree + 08 Jan 2011; S=C3=A9bastien Fabbro root-5.28.00.= ebuild, files/root-5.28.00-xrootd-prop-flags.patch: Respect more LDFLAGS. Go back to old style python and ruby modules, mu= ltiple diff --git a/sci-physics/root/root-5.28.00.ebuild b/sci-physics/root/root= -5.28.00.ebuild index 88fbd41..f460567 100644 --- a/sci-physics/root/root-5.28.00.ebuild +++ b/sci-physics/root/root-5.28.00.ebuild @@ -3,7 +3,9 @@ # $Header: $ =20 EAPI=3D3 + PYTHON_DEPEND=3D"python? 2" + inherit versionator eutils elisp-common fdo-mime python toolchain-funcs = flag-o-matic =20 #DOC_PV=3D$(get_major_version)_$(get_version_component_range 2) @@ -13,7 +15,8 @@ TMVA_DOC_PV=3D4.03 =20 DESCRIPTION=3D"C++ data analysis framework and interpreter from CERN" HOMEPAGE=3D"http://root.cern.ch/" -SRC_URI=3D"ftp://root.cern.ch/${PN}/${PN}_v${PV}.source.tar.gz +SRC_URI=3D" + ftp://root.cern.ch/${PN}/${PN}_v${PV}.source.tar.gz doc? ( ftp://root.cern.ch/root/doc/Users_Guide_${DOC_PV}.pdf ftp://root.cern.ch/root/doc/RooFit_Users_Manual_${ROOFIT_DOC_PV}.pdf @@ -29,7 +32,8 @@ IUSE=3D"afs avahi clarens doc emacs examples fits fftw = graphviz kerberos ldap # libafterimage ignored, to check every version # see https://savannah.cern.ch/bugs/?func=3Ddetailitem&item_id=3D30944 # || ( >=3Dmedia-libs/libafterimage-1.18 x11-wm/afterstep ) -CDEPEND=3D">=3Ddev-lang/cfortran-4.4-r2 +CDEPEND=3D" + >=3Ddev-lang/cfortran-4.4-r2 dev-libs/libpcre media-libs/ftgl media-libs/giflib @@ -61,17 +65,18 @@ CDEPEND=3D">=3Ddev-lang/cfortran-4.4-r2 postgres? ( dev-db/postgresql-base ) pythia6? ( sci-physics/pythia:6 ) pythia8? ( sci-physics/pythia:8 ) - qt4? ( x11-libs/qt-gui:4 + qt4? ( + x11-libs/qt-gui:4 x11-libs/qt-opengl:4 x11-libs/qt-qt3support:4 x11-libs/qt-svg:4 x11-libs/qt-webkit:4 x11-libs/qt-xmlpatterns:4 ) - ruby? ( dev-lang/ruby - dev-ruby/rubygems ) + ruby? ( + dev-lang/ruby + dev-ruby/rubygems ) ssl? ( dev-libs/openssl ) - xml? ( dev-libs/libxml2 )" - + xml? ( dev-libs/libxml2:2 )" DEPEND=3D"${CDEPEND} dev-util/pkgconfig" =20