* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2015-12-28 20:08 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2015-12-28 20:08 UTC (permalink / raw
To: gentoo-commits
commit: 61ea3b2dae02e6019faba7120e5604e1be4fedff
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 19:52:26 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 20:08:36 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ea3b2d
dev-perl/Bio-Graphics: Remove old
Package-Manager: portage-2.2.26
.../Bio-Graphics/Bio-Graphics-2.370.0-r1.ebuild | 22 ----------------------
dev-perl/Bio-Graphics/Manifest | 1 -
2 files changed, 23 deletions(-)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.370.0-r1.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.370.0-r1.ebuild
deleted file mode 100644
index 7f9a4a3..0000000
--- a/dev-perl/Bio-Graphics/Bio-Graphics-2.370.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=LDS
-MODULE_VERSION=2.37
-inherit perl-module
-
-DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/GD
- dev-perl/Statistics-Descriptive"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build"
-
-SRC_TEST=no
diff --git a/dev-perl/Bio-Graphics/Manifest b/dev-perl/Bio-Graphics/Manifest
index d2bd441..babc791 100644
--- a/dev-perl/Bio-Graphics/Manifest
+++ b/dev-perl/Bio-Graphics/Manifest
@@ -1,2 +1 @@
-DIST Bio-Graphics-2.37.tar.gz 1081671 SHA256 d85716b3e773cc899b9cb5733203fa0fbb4ce7b1ac3ae36fef1bbb9000968c0f SHA512 f8858f018ece0cf174d6803f0fe1110099ba5b2b6f0a1452db361949320aeccb7738f588fe2ac5c642d2b9b5e449a0c7822c0da1ceda91e5f1ffbac07ce3fcbe WHIRLPOOL 4dda3d65472c5863820a88082daf5da05624067f4c518cf53918574c88c89e0610df94f33d1db004542290a1bedaa78ef4159c6810e6de9c4401bdecfafd7ca8
DIST Bio-Graphics-2.39.tar.gz 1139511 SHA256 5602e56c469fba8be024d72bff7ec1502392d82ac0fde4d1399e02488d6bfd85 SHA512 4119c56a125df67a613833c06d7db94be7f19c39fcf908eb52c403e70652c04d91a3b7de768e2465423bff69dd900cb45f1044ed673eb6228a8ad7516a35471f WHIRLPOOL 30877d7f6c264b833ebcf69dfebc037fdaff66200a80cd7b9bf964b2f435d6d23db7a8f1228c010675955b7528f95fb1d9a018c48fa8a5456e4813d10d7ce76f
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2017-04-07 22:43 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-04-07 22:43 UTC (permalink / raw
To: gentoo-commits
commit: e982550819ad916d3ebb97a4fc92262764f78558
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 22:38:00 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 22:43:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9825508
dev-perl/Bio-Graphics: Fix missing test dep on CGI.pm
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
index 2eb6986fe68..415fe922e08 100644
--- a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
RDEPEND="
>=dev-perl/GD-2.300.0
@@ -21,6 +21,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
+ test? ( dev-perl/CGI )
"
SRC_TEST=do
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2017-04-07 22:59 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-04-07 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 98b459086c90a14199efd69b4662f01de02186d1
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 22:46:00 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 22:46:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b45908
dev-perl/Bio-Graphics: Elevate CGI to runtime.
I guess I should have paid more attention.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
index 415fe922e08..00d3935f6fc 100644
--- a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
@@ -11,17 +11,15 @@ DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
+IUSE=""
RDEPEND="
>=dev-perl/GD-2.300.0
>=dev-perl/Statistics-Descriptive-2.600.0
>=sci-biology/bioperl-1.5.9.1
-
+ dev-perl/CGI
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
- test? ( dev-perl/CGI )
"
-
SRC_TEST=do
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2017-12-29 21:08 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2017-12-29 21:08 UTC (permalink / raw
To: gentoo-commits
commit: a522b21972bab5986eb38a0402bb83ecb89a7f5d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 21:08:05 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 21:08:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a522b219
dev-perl/Bio-Graphics: Version bump
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 25 +++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
new file mode 100644
index 00000000000..67322008b51
--- /dev/null
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MODULE_AUTHOR=CJFIELDS
+MODULE_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/GD-2.300.0
+ >=dev-perl/Statistics-Descriptive-2.600.0
+ >=sci-biology/bioperl-1.5.9.1
+ dev-perl/CGI
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+"
+SRC_TEST=do
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2017-12-30 1:20 Mikle Kolyada
0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2017-12-30 1:20 UTC (permalink / raw
To: gentoo-commits
commit: ab8ff9fb27c1a63e0f92087865229c399bba1b76
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 01:19:59 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 01:19:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8ff9fb
dev-perl/Bio-Graphics: Dist conversion
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 4 ++--
dev-perl/Bio-Graphics/Manifest | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
index 67322008b51..ce536e834d3 100644
--- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
@@ -3,8 +3,8 @@
EAPI=6
-MODULE_AUTHOR=CJFIELDS
-MODULE_VERSION=2.40
+DIST_AUTHOR=CJFIELDS
+DIST_VERSION=2.40
inherit perl-module
DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"
diff --git a/dev-perl/Bio-Graphics/Manifest b/dev-perl/Bio-Graphics/Manifest
index c08ebe24e7e..c83fbe3d74e 100644
--- a/dev-perl/Bio-Graphics/Manifest
+++ b/dev-perl/Bio-Graphics/Manifest
@@ -1 +1,2 @@
DIST Bio-Graphics-2.39.tar.gz 1139511 BLAKE2B 239164b45f0cb458df60e9c82c0900dedc86fd0ae8d0fd00b2f3bd6ae43dd801b27615153d8f5f8ac9f1db341a69fbecc431bb5da8460cc9cb61b5e45a5c32ac SHA512 4119c56a125df67a613833c06d7db94be7f19c39fcf908eb52c403e70652c04d91a3b7de768e2465423bff69dd900cb45f1044ed673eb6228a8ad7516a35471f
+DIST Bio-Graphics-2.40.tar.gz 1105973 BLAKE2B 9b2d5d8406155ba65b5f51fe5f0d832383640985bde125e31784b102789bfc288565714f216ff9bcec0a7d25ff9874c974d6037b21f51d11f48a992807f7edf5 SHA512 a575ced7b5e59ad0f2b81ecc44f441760003b80bbe8f4f2593d4f2258d967a537ffbe35b031c8fda94c0c2e64a0687739fc789a05edfc2a0b38e336f037f21df
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2017-12-30 2:40 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-12-30 2:40 UTC (permalink / raw
To: gentoo-commits
commit: 30dcb462a3a013a8466b654e020245e17a38c11a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 01:30:31 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 02:38:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30dcb462
dev-perl/Bio-Graphics: Fix minor bump quirks
- Add missing deps
- Add flx-deps for new dependency for pending bioperl split
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 3 ++-
dev-perl/Bio-Graphics/metadata.xml | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
index ce536e834d3..c1ddaf184d1 100644
--- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
@@ -15,6 +15,8 @@ IUSE=""
RDEPEND="
>=dev-perl/GD-2.300.0
+ dev-perl/CGI
+ || ( >=dev-perl/Bio-Coordinate-1.7.1 <=sci-biology/bioperl-1.6.924 )
>=dev-perl/Statistics-Descriptive-2.600.0
>=sci-biology/bioperl-1.5.9.1
dev-perl/CGI
@@ -22,4 +24,3 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
"
-SRC_TEST=do
diff --git a/dev-perl/Bio-Graphics/metadata.xml b/dev-perl/Bio-Graphics/metadata.xml
index df06b726cac..4bfb768a36a 100644
--- a/dev-perl/Bio-Graphics/metadata.xml
+++ b/dev-perl/Bio-Graphics/metadata.xml
@@ -93,6 +93,7 @@
<remote-id type="cpan-module">Bio::Graphics::Glyph::three_letters</remote-id>
<remote-id type="cpan-module">Bio::Graphics::Glyph::tic_tac_toe</remote-id>
<remote-id type="cpan-module">Bio::Graphics::Glyph::toomany</remote-id>
+ <remote-id type="cpan-module">Bio::Graphics::Glyph::topoview</remote-id>
<remote-id type="cpan-module">Bio::Graphics::Glyph::trace</remote-id>
<remote-id type="cpan-module">Bio::Graphics::Glyph::track</remote-id>
<remote-id type="cpan-module">Bio::Graphics::Glyph::transcript</remote-id>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2018-08-26 9:39 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2018-08-26 9:39 UTC (permalink / raw
To: gentoo-commits
commit: 6af3e21daca578f481fc3bef30fb22b6c6560494
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 09:21:55 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 09:21:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af3e21d
dev-perl/Bio-Graphics: Remove support for non-existent deps
dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
index c1ddaf184d1..c76516e2a49 100644
--- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,12 +14,11 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
- >=dev-perl/GD-2.300.0
dev-perl/CGI
- || ( >=dev-perl/Bio-Coordinate-1.7.1 <=sci-biology/bioperl-1.6.924 )
+ >=dev-perl/GD-2.300.0
>=dev-perl/Statistics-Descriptive-2.600.0
+ <=sci-biology/bioperl-1.6.924
>=sci-biology/bioperl-1.5.9.1
- dev-perl/CGI
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2021-04-24 11:06 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-04-24 11:06 UTC (permalink / raw
To: gentoo-commits
commit: f18d3de9f493a063f404c752e1c0844c58760707
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 24 10:50:55 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 24 11:05:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18d3de9
dev-perl/Bio-Graphics: Remove old
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild | 25 -----------------------
dev-perl/Bio-Graphics/Manifest | 1 -
2 files changed, 26 deletions(-)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
deleted file mode 100644
index 00d3935f6fc..00000000000
--- a/dev-perl/Bio-Graphics/Bio-Graphics-2.390.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=LDS
-MODULE_VERSION=2.39
-inherit perl-module
-
-DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-perl/GD-2.300.0
- >=dev-perl/Statistics-Descriptive-2.600.0
- >=sci-biology/bioperl-1.5.9.1
- dev-perl/CGI
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.420.0
-"
-SRC_TEST=do
diff --git a/dev-perl/Bio-Graphics/Manifest b/dev-perl/Bio-Graphics/Manifest
index c83fbe3d74e..cfdf27bce3e 100644
--- a/dev-perl/Bio-Graphics/Manifest
+++ b/dev-perl/Bio-Graphics/Manifest
@@ -1,2 +1 @@
-DIST Bio-Graphics-2.39.tar.gz 1139511 BLAKE2B 239164b45f0cb458df60e9c82c0900dedc86fd0ae8d0fd00b2f3bd6ae43dd801b27615153d8f5f8ac9f1db341a69fbecc431bb5da8460cc9cb61b5e45a5c32ac SHA512 4119c56a125df67a613833c06d7db94be7f19c39fcf908eb52c403e70652c04d91a3b7de768e2465423bff69dd900cb45f1044ed673eb6228a8ad7516a35471f
DIST Bio-Graphics-2.40.tar.gz 1105973 BLAKE2B 9b2d5d8406155ba65b5f51fe5f0d832383640985bde125e31784b102789bfc288565714f216ff9bcec0a7d25ff9874c974d6037b21f51d11f48a992807f7edf5 SHA512 a575ced7b5e59ad0f2b81ecc44f441760003b80bbe8f4f2593d4f2258d967a537ffbe35b031c8fda94c0c2e64a0687739fc789a05edfc2a0b38e336f037f21df
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2021-05-12 21:33 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-05-12 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 9d99a24ffc634495c7d8bb939f59ab29571b54fb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 20:42:54 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 12 21:32:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d99a24f
dev-perl/Bio-Graphics: Require GD[jpeg]
Closes: https://bugs.gentoo.org/623672
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
index c76516e2a49..49bd6518bd8 100644
--- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DIST_AUTHOR=CJFIELDS
DIST_VERSION=2.40
@@ -15,11 +15,11 @@ IUSE=""
RDEPEND="
dev-perl/CGI
- >=dev-perl/GD-2.300.0
+ >=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
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2021-06-03 18:13 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-06-03 18:13 UTC (permalink / raw
To: gentoo-commits
commit: c26b9c7ac26df0ea875ceba68378f18bbfc6c2a1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 18:10:02 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 18:13:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26b9c7a
dev-perl/Bio-Graphics: Add use defaults to dev-perl/GD dependency
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Bio-Graphics-2.400.0.ebuild => Bio-Graphics-2.400.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild
similarity index 93%
rename from dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
rename to dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild
index 49bd6518bd8..3b523ece82d 100644
--- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0.ebuild
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild
@@ -15,7 +15,7 @@ IUSE=""
RDEPEND="
dev-perl/CGI
- >=dev-perl/GD-2.300.0[jpeg]
+ >=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
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/
@ 2022-10-02 22:00 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2022-10-02 22:00 UTC (permalink / raw
To: gentoo-commits
commit: 63ac3e4163a093e0e27b74c21ab6b7801b836abc
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 2 21:59:05 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 21:59:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ac3e41
dev-perl/Bio-Graphics: fix license
Closes: https://bugs.gentoo.org/721218
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Bio-Graphics-2.400.0-r1.ebuild => Bio-Graphics-2.400.0-r2.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild
similarity index 88%
rename from dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild
rename to dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild
index 3b523ece82d4..b78c663e2978 100644
--- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild
+++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,6 +12,7 @@ DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+LICENSE="coldspringharbor"
RDEPEND="
dev-perl/CGI
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2022-10-02 22:00 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-30 1:20 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2022-10-02 22:00 Andreas K. Hüttel
2021-06-03 18:13 Andreas K. Hüttel
2021-05-12 21:33 Andreas K. Hüttel
2021-04-24 11:06 Andreas K. Hüttel
2018-08-26 9:39 Michał Górny
2017-12-30 2:40 Kent Fredric
2017-12-29 21:08 Mikle Kolyada
2017-04-07 22:59 Kent Fredric
2017-04-07 22:43 Kent Fredric
2015-12-28 20:08 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox