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.77) (envelope-from ) id 1Sn870-0001jJ-Eb for garchives@archives.gentoo.org; Fri, 06 Jul 2012 12:58:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C7F8E04F2; Fri, 6 Jul 2012 12:58:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B3C28E04F2 for ; Fri, 6 Jul 2012 12:58:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EABA51B4013 for ; Fri, 6 Jul 2012 12:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A451AE5436 for ; Fri, 6 Jul 2012 12:58:01 +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: <1341579469.d448d50c4d9c2e14bfe9d11a186d09152fa36707.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-doc/root-docs/ X-VCS-Repository: proj/sci X-VCS-Files: app-doc/root-docs/ChangeLog app-doc/root-docs/root-docs-5.32.03.ebuild X-VCS-Directories: app-doc/root-docs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d448d50c4d9c2e14bfe9d11a186d09152fa36707 X-VCS-Branch: master Date: Fri, 6 Jul 2012 12:58:01 +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: a82ecc1c-15e3-4a1c-9856-5e9d7a2278ad X-Archives-Hash: 0583fa0d8d34765cbb17dd8cd63f571b commit: d448d50c4d9c2e14bfe9d11a186d09152fa36707 Author: Justin Lecher gentoo org> AuthorDate: Fri Jul 6 12:57:49 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jul 6 12:57:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dd448d50c Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci; gith= ub.com:gentoo-science/sci * 'master' of git+ssh://git.overlays.gentoo.org/proj/sci: New ebuild sci-physics/LoopTools-2.7 for bug#424860 * github.com:gentoo-science/sci: New ebuild sci-physics/LoopTools-2.7 for bug#424860 --- app-doc/root-docs/ChangeLog | 4 + app-doc/root-docs/root-docs-5.32.03.ebuild | 96 ----------------------= ------ 2 files changed, 4 insertions(+), 96 deletions(-) diff --git a/app-doc/root-docs/ChangeLog b/app-doc/root-docs/ChangeLog index aec7424..36085b8 100644 --- a/app-doc/root-docs/ChangeLog +++ b/app-doc/root-docs/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 06 Jul 2012; Justin Lecher -root-docs-5.32.03.ebuild= , + metadata.xml: + Dropped in tree version + *root-docs-5.32.03 (20 Jun 2012) =20 20 Jun 2012; Andrew Savchenko -root-docs-5.32.ebui= ld, diff --git a/app-doc/root-docs/root-docs-5.32.03.ebuild b/app-doc/root-do= cs/root-docs-5.32.03.ebuild deleted file mode 100644 index 4615bc9..0000000 --- a/app-doc/root-docs/root-docs-5.32.03.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/root-docs-5.32.03.e= build,v 1.1 2012/06/27 17:30:22 bicatali Exp $ - -EAPI=3D4 - -ROOT_PN=3D"root" -PATCH_PV=3D"5.32" - -if [[ ${PV} =3D=3D "9999" ]] ; then - _SVN_DEP=3D"dev-vcs/subversion" - SRC_URI=3D"" - KEYWORDS=3D"" -else - SRC_URI=3D"ftp://root.cern.ch/${ROOT_PN}/${ROOT_PN}_v${PV}.source.tar.g= z" - KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" -fi - -inherit eutils multilib toolchain-funcs virtualx - -DESCRIPTION=3D"API documentation for ROOT (An Object-Oriented Data Analy= sis Framework)" -HOMEPAGE=3D"http://root.cern.ch/" - -SLOT=3D"0" -LICENSE=3D"LGPL-2.1" -IUSE=3D"" - -S=3D"${WORKDIR}/${ROOT_PN}" -VIRTUALX_REQUIRED=3D"always" - -DEPEND=3D" - ~sci-physics/root-${PV}[X,doc,graphviz,htmldoc,opengl] - virtual/pkgconfig - ${_SVN_DEP}" -RDEPEND=3D"" - -pkg_setup() { - # sandboxed user can't access video hardware, so xorg-x11 implementatio= n - # should be used - GL_IMPLEM=3D$(eselect opengl show) - eselect opengl set xorg-x11 -} - -src_unpack() { - # can't use subversion eclass functions, - # we need to svn export the same root tree: - # 1) svn revisions for root and root-docs must be the same; - # 2) no need to abuse server twice. - if [[ ${PV} =3D=3D "9999" ]] ; then - addpredict "${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}/svn-src/${ROOT_PN}/t= runk/.svn" - svn export "${PORTAGE_ACTUAL_DISTDIR:-${DISTDIR}}/svn-src/${ROOT_PN}/t= runk" \ - "${S}" || die "svn export failed" - else - default - fi -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-${PATCH_PV}-makehtml.patch -} - -src_configure() { - # we need only to setup paths here, html docs doesn't depend on USE fla= gs - ./configure \ - --prefix=3D"${EPREFIX}"/usr \ - --etcdir=3D"${EPREFIX}"/etc/root \ - --libdir=3D"${EPREFIX}"/usr/$(get_libdir)/${PN} \ - --docdir=3D"${EPREFIX}"/usr/share/doc/${PF} \ - --tutdir=3D"${EPREFIX}"/usr/share/doc/${PF}/examples/tutorials \ - --testdir=3D"${EPREFIX}"/usr/share/doc/${PF}/examples/tests \ - --with-cc=3D$(tc-getCC) \ - --with-cxx=3D$(tc-getCXX) \ - --with-f77=3D$(tc-getFC) \ - --with-ld=3D$(tc-getCXX) \ - --with-afs-shared=3Dyes \ - --with-llvm-config=3D"${EPREFIX}"/usr/bin/llvm-config \ - --with-sys-iconpath=3D"${EPREFIX}"/usr/share/pixmaps -} - -src_compile() { - ROOTSYS=3D"${S}" Xemake html - # if root.exe crashes, return code will be 0 due to gdb attach, - # so we need to check if last html file was generated; - # this check is volatile and can't catch crash on the last file. - [[ -f htmldoc/timespec.html ]] || die "looks like html doc generation c= rashed" -} - -src_install() { - dodir /usr/share/doc/${PF} - # too large data to copy - mv htmldoc/* "${ED}usr/share/doc/${PF}/" -} - -pkg_postinst() { - eselect opengl set ${GL_IMPLEM} -}