diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/root/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/root/Manifest | 10 | ||||
-rw-r--r-- | dev-libs/root/files/digest-root-3.10.02 | 1 | ||||
-rw-r--r-- | dev-libs/root/root-3.10.02.ebuild | 163 |
4 files changed, 177 insertions, 6 deletions
diff --git a/dev-libs/root/ChangeLog b/dev-libs/root/ChangeLog index 18240d924438..fd4fc401ef0d 100644 --- a/dev-libs/root/ChangeLog +++ b/dev-libs/root/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/root -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/ChangeLog,v 1.11 2003/10/06 19:30:15 lanius Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/ChangeLog,v 1.12 2004/04/20 13:43:11 phosphan Exp $ + +*root-3.10.02 (20 Apr 2004) + + 20 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> root-3.10.02.ebuild: + Version bump, see bug #34412 06 Oct 2003; Heinrich Wendel <lanius@gentoo.org> root-3.05.04.ebuild: stable bump #29947 diff --git a/dev-libs/root/Manifest b/dev-libs/root/Manifest index c3df2f7e073e..c23f7bb48de7 100644 --- a/dev-libs/root/Manifest +++ b/dev-libs/root/Manifest @@ -1,7 +1,9 @@ -MD5 026393213aacf737a0fdab0a12a2b4c5 ChangeLog 1493 -MD5 0019b8e643dd87a2f31dbbca938406aa root-3.03.04-r2.ebuild 1627 MD5 2bb351ad29c16f1796c15629559fd2d6 root-3.05.04.ebuild 1623 -MD5 cb6730d3f0de83973de47c6bf1d82cfa files/digest-root-3.03.04-r2 73 +MD5 0019b8e643dd87a2f31dbbca938406aa root-3.03.04-r2.ebuild 1627 +MD5 65826767b75b9bf3d9a84eebfb3cb861 root-3.10.02.ebuild 4580 +MD5 026393213aacf737a0fdab0a12a2b4c5 ChangeLog 1493 +MD5 58ce6f63773b28de747663b7e908e2bb files/root-makefile.patch 742 MD5 053f8a5dbe37435f2b62ee44c79e9523 files/digest-root-3.05.04 73 +MD5 da92522ba08f8d50e5197b6a9fd7549f files/digest-root-3.10.02 74 +MD5 cb6730d3f0de83973de47c6bf1d82cfa files/digest-root-3.03.04-r2 73 MD5 1ef2792a1fad865173670aa5942bef6c files/pgsql-no-libpq-int.patch 290 -MD5 58ce6f63773b28de747663b7e908e2bb files/root-makefile.patch 742 diff --git a/dev-libs/root/files/digest-root-3.10.02 b/dev-libs/root/files/digest-root-3.10.02 new file mode 100644 index 000000000000..d94d0b216c90 --- /dev/null +++ b/dev-libs/root/files/digest-root-3.10.02 @@ -0,0 +1 @@ +MD5 7e8fcc3c2c1f3590c11cb68c7f5ceeb5 root_v3.10.02.source.tar.gz 10321619 diff --git a/dev-libs/root/root-3.10.02.ebuild b/dev-libs/root/root-3.10.02.ebuild new file mode 100644 index 000000000000..e14710acf4ab --- /dev/null +++ b/dev-libs/root/root-3.10.02.ebuild @@ -0,0 +1,163 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/root-3.10.02.ebuild,v 1.1 2004/04/20 13:43:11 phosphan Exp $ + +inherit flag-o-matic eutils + +S=${WORKDIR}/${PN} +DESCRIPTION="An Object-Oriented Data Analysis Framework" +SRC_URI="ftp://root.cern.ch/root/root_v${PV}.source.tar.gz" +HOMEPAGE="http://root.cern.ch/" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86" +IUSE="mysql postgres opengl afs kerberos ldap qt" + +DEPEND="virtual/x11 + >=media-libs/freetype-2.0.9 + sys-apps/shadow + opengl? ( virtual/opengl virtual/glu ) + mysql? ( >=dev-db/mysql-3.23.49 ) + postgres? ( >=dev-db/postgresql-7.1.3-r4 ) + afs? ( net-fs/openafs ) + kerberos? ( app-crypt/mit-krb5 ) + ldap? ( net-nds/openldap ) + qt? ( x11-libs/qt )" + +src_compile() { + if [ "x$CERNLIB" = "x" ] + then + einfo "No support for cernlib, (h/g)2root will not be build." + einfo "To install root with cernlib support, use:" + einfo " export CERNLIB=<directory>/lib" + einfo "where <directory>/lib contains libpacklib.[so,a] and libkernlib.[so,a]" + USECERN="--disable-cern" + else + if [ -e $CERNLIB/libpacklib.[so,a] -a -e $CERNLIB/libkernlib.[so,a] ] + then + einfo "Support for cernlib found." + USECERN="--enable-cern --with-cern-libdir=$CERNLIB" + else + einfo "No support for cernlib, (h/g)2root will not be build." + einfo "CERNLIB = $CERNLIB has no libpacklib.[so,a] or no libkernlib.[so,a]" + USECERN="--disable-cern" + fi + fi + einfo + if [ "x$PYTHIA" = "x" ] + then + einfo "No support for pythia." + einfo "To install root with pythia support, use:" + einfo " export PYTHIA=<directory>/lib" + einfo "where <directory>/lib contains libPythia.[so,a]" + USEPYTHIA="--disable-pythia" + else + if [ -e $PYTHIA/libPythia.[so,a] ] + then + einfo "Support for pythia found." + USEPYTHIA="--enable-pythia --with-pythia-libdir=$PYTHIA" + else + einfo "No support for pythia." + einfo "PYTHIA = $PYTHIA has no libPythia.[so,a]" + USEPYTHIA="--disable-pythia" + fi + fi + einfo + if [ "x$PYTHIA6" = "x" ] + then + einfo "No support for pythia6." + einfo "To install root with pythia6 support, use:" + einfo " export PYTHIA6=<directory>/lib" + einfo "where <directory>/lib contains libPythia6.[so,a]" + USEPYTHIA6="--disable-pythia6" + else + if [ -e $PYTHIA6/libPythia6.[so,a] ] + then + einfo "Support for pythia6 found." + USEPYTHIA6="--enable-pythia6 --with-pythia6-libdir=$PYTHIA6" + else + einfo "No support for pythia6." + einfo "PYTHIA6 = $PYTHIA6 has no libPythia6.[so,a]" + USEPYTHIA6="--disable-pythia6" + fi + fi + einfo + if [ "x$VENUS" = "x" ] + then + einfo "No support for venus." + einfo "To install root with venus support, use:" + einfo " export VENUS=<directory>/lib" + einfo "where <directory>/lib contains libVenus.[so,a]" + USEVENUS="--disable-venus" + else + if [ -e $VENUS/libVenus.[so,a] ] + then + einfo "Support for venus found." + USEVENUS="--enable-venus --with-venus-libdir=$VENUS" + else + einfo "No support for venus." + einfo "VENUS = $VENUS has no libVenus.[so,a]" + USEVENUS="--disable-venus" + fi + fi + + case $SYSTEM_ARCH in + ppc) + append-flags "-fsigned-char";; + esac + + ./configure linux \ + --aclocaldir=/usr/share/aclocal/ \ + --bindir=/usr/bin \ + --cintincdir=/usr/share/root/cint \ + --datadir=/usr/share/root \ + --docdir=/usr/share/doc/${P} \ + --elispdir=/usr/share/emacs/site-lisp \ + --etcdir=/etc/root \ + --fontdir=/usr/share/root/fonts \ + --iconpath=/usr/share/root/icons \ + --incdir=/usr/include/root \ + --libdir=/usr/lib/root \ + --macrodir=/usr/share/root/macros \ + --mandir=/usr/share/man/man1 \ + --prefix=/usr \ + --proofdir=/usr/share/root/proof \ + --srcdir=/usr/share/root/src \ + --testdir=/usr/share/doc/${P}/test \ + --tutdir=/usr/share/doc/${P}/tutorial \ + `use_enable afs` \ + --disable-alien \ + --disable-asimage \ + $USECERN \ + --disable-chirp \ + --disable-dcache \ + --disable-exceptions \ + --disable-explicitlink \ + --disable-globus \ + `use_enable kerberos krb5` \ + `use_enable ldap` \ + `use_enable mysql` \ + `use_enable opengl` \ + --disable-openiv \ + `use_enable postgres pgsql` \ + $USEPYTHIA \ + $USEPYTHIA6 \ + `use_enable qt` \ + --disable-rfio \ + --disable-rpath \ + --disable-sapdb \ + --enable-shadowpw \ + --enable-shared \ + --enable-soversion \ + --disable-srp \ + --disable-table \ + --enable-thread \ + $USEVENUS \ + ${myconf} || die "configure failed" + emake OPT="$CFLAGS" || die "make failed" +} + +src_install() { + make DESTDIR=${D} INSTALL="install" install || die "install failed" +} |