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 180E459CB2 for ; Fri, 15 Apr 2016 08:02:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66076E0888; Fri, 15 Apr 2016 08:02:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEC25E088A for ; Fri, 15 Apr 2016 08:02:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55E8B340DEB for ; Fri, 15 Apr 2016 08:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9462913FF for ; Fri, 15 Apr 2016 08:02:12 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1460707307.5525060e1be2aea1899c287b1c88e0fe9f5be995.bircoph@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.02.05-r2.ebuild sci-physics/root/root-6.04.06.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 5525060e1be2aea1899c287b1c88e0fe9f5be995 X-VCS-Branch: master Date: Fri, 15 Apr 2016 08:02:12 +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: 9a1fe1b3-66b5-437b-9e09-b110a2dd0f05 X-Archives-Hash: 88287421119982917a74a01b9f2a8876 commit: 5525060e1be2aea1899c287b1c88e0fe9f5be995 Author: Andrew Savchenko gentoo org> AuthorDate: Fri Apr 15 07:49:00 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Fri Apr 15 08:01:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5525060e sci-physics/root: remove unused variable Package-Manager: portage-2.2.28 Signed-off-by: Andrew Savchenko gentoo.org> sci-physics/root/root-6.02.05-r2.ebuild | 1 - sci-physics/root/root-6.04.06.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sci-physics/root/root-6.02.05-r2.ebuild b/sci-physics/root/root-6.02.05-r2.ebuild index b5b1974..df35983 100644 --- a/sci-physics/root/root-6.02.05-r2.ebuild +++ b/sci-physics/root/root-6.02.05-r2.ebuild @@ -19,7 +19,6 @@ inherit elisp-common eutils fdo-mime fortran-2 multilib python-single-r1 \ DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="http://root.cern.ch/" -DOC_URI="https://root.cern.ch/download/doc" SLOT="0/$(get_version_component_range 1-3 ${PV})" LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" diff --git a/sci-physics/root/root-6.04.06.ebuild b/sci-physics/root/root-6.04.06.ebuild index 1301a19..9fd9817 100644 --- a/sci-physics/root/root-6.04.06.ebuild +++ b/sci-physics/root/root-6.04.06.ebuild @@ -12,7 +12,6 @@ inherit elisp-common eutils fdo-mime fortran-2 multilib python-single-r1 \ DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="http://root.cern.ch/" SRC_URI="https://root.cern.ch/download/${PN}_v${PV}.source.tar.gz" -DOC_URI="https://root.cern.ch/download/doc" SLOT="0/$(get_version_component_range 1-3 ${PV})" LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"