diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2016-04-15 10:49:00 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2016-04-15 11:01:47 +0300 |
commit | 5525060e1be2aea1899c287b1c88e0fe9f5be995 (patch) | |
tree | 777a61b96bfc29a755b9fcace5d015b87587aadd /sci-physics | |
parent | sci-physics/root: ftp -> https SRC_URI move (diff) | |
download | gentoo-5525060e1be2aea1899c287b1c88e0fe9f5be995.tar.gz gentoo-5525060e1be2aea1899c287b1c88e0fe9f5be995.tar.bz2 gentoo-5525060e1be2aea1899c287b1c88e0fe9f5be995.zip |
sci-physics/root: remove unused variable
Package-Manager: portage-2.2.28
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-6.02.05-r2.ebuild | 1 | ||||
-rw-r--r-- | sci-physics/root/root-6.04.06.ebuild | 1 |
2 files changed, 0 insertions, 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 b5b197403439..df3598344ca1 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 1301a196b781..9fd9817650f1 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" |