From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 794C91384B4 for ; Fri, 20 Nov 2015 16:46:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0815BE07E2; Fri, 20 Nov 2015 16:45:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DB22E07E2 for ; Fri, 20 Nov 2015 16:45:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CAA53409EF for ; Fri, 20 Nov 2015 16:45:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FD0CA44 for ; Fri, 20 Nov 2015 16:45:54 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1448037955.b0aeab3eeede114262a57f26d29736ae1ac4362e.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.04.06.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: b0aeab3eeede114262a57f26d29736ae1ac4362e X-VCS-Branch: master Date: Fri, 20 Nov 2015 16:45:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 87dfe18d-bb4a-449a-bb38-0365da0c3f7f X-Archives-Hash: 4112454b3a9df9b39f6a2f0e5d87ce1e commit: b0aeab3eeede114262a57f26d29736ae1ac4362e Author: Guilherme Amadio gentoo org> AuthorDate: Fri Nov 20 14:42:33 2015 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Fri Nov 20 16:45:55 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0aeab3e sci-physics/root: Remove workaround to install some examples Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564576 sci-physics/root/root-6.04.06.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sci-physics/root/root-6.04.06.ebuild b/sci-physics/root/root-6.04.06.ebuild index 1ccb466..90f9f5e 100644 --- a/sci-physics/root/root-6.04.06.ebuild +++ b/sci-physics/root/root-6.04.06.ebuild @@ -448,11 +448,6 @@ src_install() { python_optimize "${D}/usr/$(get_libdir)/root" fi use emacs && elisp-install ${PN} build/misc/*.{el,elc} - if use examples; then - # these should really be taken care of by the root make install - insinto ${DOC_DIR}/examples/tutorials/tmva - doins -r tmva/test - fi doenvd 99root # The build system installs Emacs support unconditionally in the wrong