diff options
-rw-r--r-- | sci-physics/root/Manifest | 14 | ||||
-rw-r--r-- | sci-physics/root/root-5.16.00.ebuild | 18 |
2 files changed, 15 insertions, 17 deletions
diff --git a/sci-physics/root/Manifest b/sci-physics/root/Manifest index f545f16bb2a3..2480c4b63571 100644 --- a/sci-physics/root/Manifest +++ b/sci-physics/root/Manifest @@ -21,10 +21,10 @@ EBUILD root-4.02.00.ebuild 4897 RMD160 08c42bb4f98a3ad4c8f2e6139c7faba633783362 MD5 7aae1fdded351b22d1456f3359c03a10 root-4.02.00.ebuild 4897 RMD160 08c42bb4f98a3ad4c8f2e6139c7faba633783362 root-4.02.00.ebuild 4897 SHA256 2991d0fb21e2700806907a8e22bb39f8dd2a5686b762a9c1260f533fb7053632 root-4.02.00.ebuild 4897 -EBUILD root-5.16.00.ebuild 4712 RMD160 48ae2150faf02042263b3f9adb5a9ae1271bba85 SHA1 ab6fb756b3eb413e97d0abb564d3d5b3684ce7e8 SHA256 a80c4bdb3318598bc261eb2e74af9c8a7e1aec22e0bcf441261b28df7a0a33e8 -MD5 24316fef40b9d7ac9b750c331a0f559d root-5.16.00.ebuild 4712 -RMD160 48ae2150faf02042263b3f9adb5a9ae1271bba85 root-5.16.00.ebuild 4712 -SHA256 a80c4bdb3318598bc261eb2e74af9c8a7e1aec22e0bcf441261b28df7a0a33e8 root-5.16.00.ebuild 4712 +EBUILD root-5.16.00.ebuild 4724 RMD160 37797749cfac39e65ae22e907c7918d112e3e5ae SHA1 d3178bb2b9d242b67699df03b84f5b3b91599aaa SHA256 f3b74fa1e101d6ea19bb8211cdd73ff491d1a4274d8e3e9bd6af34533bfb6bc4 +MD5 fcdae89c03a607839d2aa01e669732de root-5.16.00.ebuild 4724 +RMD160 37797749cfac39e65ae22e907c7918d112e3e5ae root-5.16.00.ebuild 4724 +SHA256 f3b74fa1e101d6ea19bb8211cdd73ff491d1a4274d8e3e9bd6af34533bfb6bc4 root-5.16.00.ebuild 4724 MISC ChangeLog 5889 RMD160 7bed183ce34ebb20065dfff26c2853fd12323875 SHA1 2ff66104a7154eb024388b25f280b7e9f9d8de8d SHA256 fda99cd08382b6a861c340cd32e07fbf98bf0bba190a87b45c0fd085f24b9433 MD5 616379a85c81c26a10bfa9413d2ecb99 ChangeLog 5889 RMD160 7bed183ce34ebb20065dfff26c2853fd12323875 ChangeLog 5889 @@ -45,7 +45,7 @@ SHA256 2b7d5a7f6cbd05f99a5f477558c685f569bc053dc287ae46e1c0fea13da0bf44 files/di -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) -iD8DBQFG7Rhg1ycZbhPLE2ARAkGbAJ9im0ZFV1YJkcbHxkK9xm7mYXZQsgCggmlq -5WCULv+G4orZbnFshJnY/18= -=k+J+ +iD8DBQFHFiry1ycZbhPLE2ARApoPAJ97itPKbTWvw6Yd1uOgkViLt85bvwCeN5rJ +jpXoRPqJe0Pj73yTeD5a8sk= +=TAbk -----END PGP SIGNATURE----- diff --git a/sci-physics/root/root-5.16.00.ebuild b/sci-physics/root/root-5.16.00.ebuild index 1f7687a6cd29..e61c7fdda0ae 100644 --- a/sci-physics/root/root-5.16.00.ebuild +++ b/sci-physics/root/root-5.16.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.2 2007/09/16 11:49:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.3 2007/10/17 15:31:54 bicatali Exp $ inherit versionator flag-o-matic eutils toolchain-funcs qt3 fortran @@ -15,7 +15,7 @@ SLOT="0" LICENSE="LGPL-2" KEYWORDS="~amd64 ~sparc ~x86" IUSE="afs cern doc fftw kerberos ldap mysql odbc opengl postgres - python ruby qt3 ssl truetype xml" + python ruby qt3 ssl truetype xml" DEPEND="sys-apps/shadow >=sci-libs/gsl-1.8 @@ -37,7 +37,7 @@ DEPEND="sys-apps/shadow odbc? ( dev-db/unixODBC ) truetype? ( x11-libs/libXft )" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" pkg_setup() { elog @@ -48,8 +48,6 @@ pkg_setup() { elog "Example, for PYTHIA, you would do: " elog "EXTRA_CONF=\"--enable-pythia --with-pythia-libdir=/usr/$(get_libdir)\" emerge root" elog - elog "You can also build root with icc, simply by letting CC=icc" - if use cern; then FORTRAN="gfortran g77 ifc" fortran_pkg_setup @@ -158,18 +156,18 @@ src_compile() { || die "emake failed" # is this only for windows? not quite sure. - make cintdlls || die "make cintdlls failed" + emake cintdlls || die "emake cintdlls failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" - echo "LDPATH=\"/usr/$(get_libdir)/root\"" > 99root - doenvd 99root + echo "LDPATH=/usr/$(get_libdir)/root" > 99root + doenvd 99root || die "doenvd failed" if use doc; then einfo "Installing user's guide and ref manual" insinto /usr/share/doc/${PF} - doins "${DISTDIR}"/Users_Guide_${DOC_PV}.pdf - dohtml -r ${WORKDIR}/htmldoc + doins "${DISTDIR}"/Users_Guide_${DOC_PV}.pdf || die "pdf install failed" + dohtml -r "${WORKDIR}"/htmldoc || die "html install failed" fi } |