diff options
author | 2022-10-02 23:59:05 +0200 | |
---|---|---|
committer | 2022-10-02 23:59:50 +0200 | |
commit | 63ac3e4163a093e0e27b74c21ab6b7801b836abc (patch) | |
tree | c2679bb282cf31ad05164ef88991f2ea33933cf3 /dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild | |
parent | dev-perl/Bio-Das: Fix license (diff) | |
download | gentoo-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-r1.ebuild')
-rw-r--r-- | dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild deleted file mode 100644 index 3b523ece82d4..000000000000 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 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="" - -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 -" |