aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-29 15:15:11 +0100
committerAisha Tammy <gentoo@aisha.cc>2020-12-29 19:45:21 +0000
commita04795846141641b7608b245d7ae06d33d721985 (patch)
tree29b6361227b8b3b17c1e13a95c6b9bb94ca24a7f /sci-biology/jtreeview-bin
parentprofiles/package.use.mask: remove old openmpi cuda (diff)
downloadsci-a04795846141641b7608b245d7ae06d33d721985.tar.gz
sci-a04795846141641b7608b245d7ae06d33d721985.tar.bz2
sci-a04795846141641b7608b245d7ae06d33d721985.zip
*/* misc fixes to make repoman happier
- http to https where possible - remove some blank lines - quote unqouted variables - fdo-mime to xdg-utils - clean up profiles/ - clean up licenses Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Closes: https://github.com/gentoo/sci/pull/999 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'sci-biology/jtreeview-bin')
-rw-r--r--sci-biology/jtreeview-bin/jtreeview-bin-1.1.6.4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/jtreeview-bin/jtreeview-bin-1.1.6.4.ebuild b/sci-biology/jtreeview-bin/jtreeview-bin-1.1.6.4.ebuild
index 365c534bf..6b84fd7db 100644
--- a/sci-biology/jtreeview-bin/jtreeview-bin-1.1.6.4.ebuild
+++ b/sci-biology/jtreeview-bin/jtreeview-bin-1.1.6.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,10 +9,10 @@ inherit java-pkg-2 java-ant-2 eutils perl-module
S="${WORKDIR}"/TreeView-1.1.6r4-bin
DESCRIPTION="Viewer for Microarray Data in PCL or CDT formats"
-HOMEPAGE="http://jtreeview.sourceforge.net/"
+HOMEPAGE="http://jtreeview.sourceforge.net/" # no https
SRC_URI="
- http://sourceforge.net/projects/jtreeview/files/jtreeview/1.1.6r4/TreeView-1.1.6r4-bin.tar.gz
- http://sourceforge.net/projects/jtreeview/files/helper-scripts/0.0.2/helper-scripts-0.0.2.tar.gz"
+ https://sourceforge.net/projects/jtreeview/files/jtreeview/1.1.6r4/TreeView-1.1.6r4-bin.tar.gz
+ https://sourceforge.net/projects/jtreeview/files/helper-scripts/0.0.2/helper-scripts-0.0.2.tar.gz"
LICENSE="GPL-2"
SLOT="0"