summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-02 23:59:05 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-02 23:59:50 +0200
commit63ac3e4163a093e0e27b74c21ab6b7801b836abc (patch)
treec2679bb282cf31ad05164ef88991f2ea33933cf3 /dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild
parentdev-perl/Bio-Das: Fix license (diff)
downloadgentoo-63ac3e4163a093e0e27b74c21ab6b7801b836abc.tar.gz
gentoo-63ac3e4163a093e0e27b74c21ab6b7801b836abc.tar.bz2
gentoo-63ac3e4163a093e0e27b74c21ab6b7801b836abc.zip
dev-perl/Bio-Graphics: fix license
Closes: https://bugs.gentoo.org/721218 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild')
-rw-r--r--dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild
new file mode 100644
index 000000000000..b78c663e2978
--- /dev/null
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=CJFIELDS
+DIST_VERSION=2.40
+inherit perl-module
+
+DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+LICENSE="coldspringharbor"
+
+RDEPEND="
+ dev-perl/CGI
+ >=dev-perl/GD-2.300.0[jpeg(+)]
+ >=dev-perl/Statistics-Descriptive-2.600.0
+ <=sci-biology/bioperl-1.6.924
+ >=sci-biology/bioperl-1.5.9.1
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+"