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 1SmoFo-0005oM-6s for garchives@archives.gentoo.org; Thu, 05 Jul 2012 15:46:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE173E04D6; Thu, 5 Jul 2012 15:45:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7ADCAE04D6 for ; Thu, 5 Jul 2012 15:45:55 +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 9885E1B4025 for ; Thu, 5 Jul 2012 15:45:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5ABD3E5436 for ; Thu, 5 Jul 2012 15:45:53 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1341503099.e4fef57283771d846c26133c29176c3d7f6b9edd.bircoph@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/root-docs-5.34.00.ebuild X-VCS-Directories: app-doc/root-docs/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: e4fef57283771d846c26133c29176c3d7f6b9edd X-VCS-Branch: master Date: Thu, 5 Jul 2012 15:45:53 +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: fce81bf2-12e2-444b-b829-d0a78ab17486 X-Archives-Hash: eddbe853de3822b59761a2abdd2f8ac6 commit: e4fef57283771d846c26133c29176c3d7f6b9edd Author: Andrew Savchenko gmail com> AuthorDate: Thu Jul 5 15:44:59 2012 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Thu Jul 5 15:44:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3De4fef572 root-docs: clean version moved to portage --- app-doc/root-docs/root-docs-5.34.00.ebuild | 96 ----------------------= ------ 1 files changed, 0 insertions(+), 96 deletions(-) diff --git a/app-doc/root-docs/root-docs-5.34.00.ebuild b/app-doc/root-do= cs/root-docs-5.34.00.ebuild deleted file mode 100644 index ca27548..0000000 --- a/app-doc/root-docs/root-docs-5.34.00.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.34.00.e= build,v 1.2 2012/06/27 17:31:12 bicatali Exp $ - -EAPI=3D4 - -ROOT_PN=3D"root" -PATCH_PV=3D"5.34" - -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} -}