* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/
@ 2022-10-31 16:38 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2022-10-31 16:38 UTC (permalink / raw
To: gentoo-commits
commit: f678daf09321303987c2d028466e4ed56932406b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 16:37:27 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 16:37:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f678daf0
dev-perl/Chart: Stabilize 2.4.10-r2 amd64, #877713
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Chart/Chart-2.4.10-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Chart/Chart-2.4.10-r2.ebuild b/dev-perl/Chart/Chart-2.4.10-r2.ebuild
index b6f4cb4ea112..4bacdd1e9e88 100644
--- a/dev-perl/Chart/Chart-2.4.10-r2.ebuild
+++ b/dev-perl/Chart/Chart-2.4.10-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,7 +12,7 @@ DESCRIPTION="The Perl Chart Module"
# https://bugs.gentoo.org/724570
LICENSE="|| ( Artistic GPL-1+ ) || ( MIT ( GPL-1 GPL-2 ) )"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/
@ 2021-06-03 18:13 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-06-03 18:13 UTC (permalink / raw
To: gentoo-commits
commit: bc50cbbfdc4aaafcbca7ed3dfc9652b93dd468bf
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 18:12:49 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 18:13:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc50cbbf
dev-perl/Chart: 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>
dev-perl/Chart/{Chart-2.4.10-r1.ebuild => Chart-2.4.10-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Chart/Chart-2.4.10-r1.ebuild b/dev-perl/Chart/Chart-2.4.10-r2.ebuild
similarity index 87%
rename from dev-perl/Chart/Chart-2.4.10-r1.ebuild
rename to dev-perl/Chart/Chart-2.4.10-r2.ebuild
index 75caa8c9199..b6f4cb4ea11 100644
--- a/dev-perl/Chart/Chart-2.4.10-r1.ebuild
+++ b/dev-perl/Chart/Chart-2.4.10-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,6 +19,6 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-perl/GD-2.0.36"
BDEPEND="${RDEPEND}
test? (
- dev-perl/GD[png,jpeg]
+ dev-perl/GD[png(+),jpeg(+)]
)
"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/
@ 2020-07-17 11:17 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-07-17 11:17 UTC (permalink / raw
To: gentoo-commits
commit: 757bccfc42c12692e6cb5056dcb41397c555a148
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 11:06:27 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 11:16:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757bccfc
dev-perl/Chart: Cleanup old 2.4.10
Eclipsed by newer unstable for >1 month
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Chart/Chart-2.4.10.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/dev-perl/Chart/Chart-2.4.10.ebuild b/dev-perl/Chart/Chart-2.4.10.ebuild
deleted file mode 100644
index b5fc2dc8cf6..00000000000
--- a/dev-perl/Chart/Chart-2.4.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CHARTGRP
-DIST_VERSION=2.4.10
-inherit perl-module
-
-DESCRIPTION="The Perl Chart Module"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-perl/GD-2.0.36"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/GD[png,jpeg]
- )
-"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/
@ 2020-05-22 16:04 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-05-22 16:04 UTC (permalink / raw
To: gentoo-commits
commit: 01dd0b293873d732f079c353d55c5cf8c1a8addb
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri May 22 15:05:49 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri May 22 15:57:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01dd0b29
dev-perl/Chart: -r bump for EAPI7 + license fixes
- EAPI7
- Rectify license mess as much as possible
Bug: https://bugs.gentoo.org/724570
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Chart/Chart-2.4.10-r1.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-perl/Chart/Chart-2.4.10-r1.ebuild b/dev-perl/Chart/Chart-2.4.10-r1.ebuild
new file mode 100644
index 00000000000..75caa8c9199
--- /dev/null
+++ b/dev-perl/Chart/Chart-2.4.10-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=CHARTGRP
+DIST_VERSION=2.4.10
+inherit perl-module
+
+DESCRIPTION="The Perl Chart Module"
+# bundles lots of things in jquery.js
+# https://bugs.gentoo.org/724570
+LICENSE="|| ( Artistic GPL-1+ ) || ( MIT ( GPL-1 GPL-2 ) )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-perl/GD-2.0.36"
+BDEPEND="${RDEPEND}
+ test? (
+ dev-perl/GD[png,jpeg]
+ )
+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/
@ 2017-06-22 5:20 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-06-22 5:20 UTC (permalink / raw
To: gentoo-commits
commit: 9618519fba1cfd2da3f2322ccf153e4acf94ee5b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 05:19:51 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 05:19:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9618519f
dev-perl/Chart: Cleanup old re bug #615146
Removing versions that are currently broken on Perl 5.22+ due to
fatalization of `defined(@array)`
Bug: https://bugs.gentoo.org/615146
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Chart/Chart-2.4.6-r1.ebuild | 23 -----------------------
dev-perl/Chart/Manifest | 1 -
2 files changed, 24 deletions(-)
diff --git a/dev-perl/Chart/Chart-2.4.6-r1.ebuild b/dev-perl/Chart/Chart-2.4.6-r1.ebuild
deleted file mode 100644
index 6183aba19c3..00000000000
--- a/dev-perl/Chart/Chart-2.4.6-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CHARTGRP
-MODULE_VERSION=2.4.6
-inherit perl-module
-
-DESCRIPTION="The Perl Chart Module"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="test"
-
-RDEPEND=">=dev-perl/GD-2.0.36"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/GD[png,jpeg]
- )
-"
-
-SRC_TEST="do"
diff --git a/dev-perl/Chart/Manifest b/dev-perl/Chart/Manifest
index b095e42baf5..45781e26bbc 100644
--- a/dev-perl/Chart/Manifest
+++ b/dev-perl/Chart/Manifest
@@ -1,2 +1 @@
DIST Chart-2.4.10.tar.gz 1698207 SHA256 84bd99a1a0ce72477b15e35881e6120398bb3f553aeeb5e8d72b088520e4f6bf SHA512 e8327c46e0cbcea0ed8f723b7b369f4b694c0d7050d3fab35371e0717938292b5bacd3e367ed87e272dc258db020c378690405f93d23ba0ed546dc29dd59e37d WHIRLPOOL 497b41c2c510edead1aa22f4824c0ae651bbf0b7a323732ed62248941e86499aaeaa358e84fe298e7c318e183cec186fefce04138f6c7eb3193f56ae56f209e5
-DIST Chart-2.4.6.tar.gz 1544643 SHA256 5d4499d1cac1c8334efdc1382cd1d6ecfb035b666318a55be8f2926a7266ba50 SHA512 3475fcf2f2d657cab1bd991bdbd71bf2763d919873ace43acc529ca5b4b535c35ab9bd7341d7beed907f1db64df700ec84b613cc7f3caac0008028e76713ab4f WHIRLPOOL 7d884b7536bb15167cb0da5bde53eb30af0422c7f30fba04107f09e76938abc0ffee1ba83f13bd2cbf658d04da5fe48d743601aa8399b157765a69bba64b308c
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/
@ 2017-06-21 12:17 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-06-21 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 8217cd049040217ba758f27c108c8d8bdb1f5ae1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 12:15:18 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 12:17:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8217cd04
dev-perl/Chart: ppc64 stable wrt bug #622238
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Chart/Chart-2.4.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Chart/Chart-2.4.10.ebuild b/dev-perl/Chart/Chart-2.4.10.ebuild
index 5c452b338d1..edc9595009a 100644
--- a/dev-perl/Chart/Chart-2.4.10.ebuild
+++ b/dev-perl/Chart/Chart-2.4.10.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="The Perl Chart Module"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
IUSE="test"
RDEPEND=">=dev-perl/GD-2.0.36"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/
@ 2017-06-20 5:17 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-06-20 5:17 UTC (permalink / raw
To: gentoo-commits
commit: fe3d50a75b142e6409ee3797ce0d47268fbe10ae
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 05:16:19 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 05:16:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3d50a7
dev-perl/Chart: x86 stable wrt bug #622238
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Chart/Chart-2.4.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Chart/Chart-2.4.10.ebuild b/dev-perl/Chart/Chart-2.4.10.ebuild
index 8817feaa7df..6cc0e5d0df0 100644
--- a/dev-perl/Chart/Chart-2.4.10.ebuild
+++ b/dev-perl/Chart/Chart-2.4.10.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="The Perl Chart Module"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE="test"
RDEPEND=">=dev-perl/GD-2.0.36"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/
@ 2017-06-20 5:07 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-06-20 5:07 UTC (permalink / raw
To: gentoo-commits
commit: f8b2f1834571c40be3be1577cf7501e54ddcc982
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 05:06:44 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 05:06:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b2f183
dev-perl/Chart: amd64 stable wrt bug #622238
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Chart/Chart-2.4.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Chart/Chart-2.4.10.ebuild b/dev-perl/Chart/Chart-2.4.10.ebuild
index cbf7477f353..8817feaa7df 100644
--- a/dev-perl/Chart/Chart-2.4.10.ebuild
+++ b/dev-perl/Chart/Chart-2.4.10.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="The Perl Chart Module"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND=">=dev-perl/GD-2.0.36"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/
@ 2017-04-10 8:46 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-04-10 8:46 UTC (permalink / raw
To: gentoo-commits
commit: 0a5e7eca5e2a80a7df2e70d75818feffeb5e57e8
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 08:46:04 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 08:46:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5e7eca
dev-perl/Chart: Bump to version 2.4.10
- EAPI6
- Parallel Tests
Upstream:
- Fix ::Composite/::Lines undefined value when drawing ticks
- Fix defined(@array)
Bug: https://bugs.gentoo.org/615146
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/Chart/Chart-2.4.10.ebuild | 21 +++++++++++++++++++++
dev-perl/Chart/Manifest | 1 +
2 files changed, 22 insertions(+)
diff --git a/dev-perl/Chart/Chart-2.4.10.ebuild b/dev-perl/Chart/Chart-2.4.10.ebuild
new file mode 100644
index 00000000000..cbf7477f353
--- /dev/null
+++ b/dev-perl/Chart/Chart-2.4.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=CHARTGRP
+DIST_VERSION=2.4.10
+inherit perl-module
+
+DESCRIPTION="The Perl Chart Module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="test"
+
+RDEPEND=">=dev-perl/GD-2.0.36"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/GD[png,jpeg]
+ )
+"
diff --git a/dev-perl/Chart/Manifest b/dev-perl/Chart/Manifest
index 19b47e44b20..b095e42baf5 100644
--- a/dev-perl/Chart/Manifest
+++ b/dev-perl/Chart/Manifest
@@ -1 +1,2 @@
+DIST Chart-2.4.10.tar.gz 1698207 SHA256 84bd99a1a0ce72477b15e35881e6120398bb3f553aeeb5e8d72b088520e4f6bf SHA512 e8327c46e0cbcea0ed8f723b7b369f4b694c0d7050d3fab35371e0717938292b5bacd3e367ed87e272dc258db020c378690405f93d23ba0ed546dc29dd59e37d WHIRLPOOL 497b41c2c510edead1aa22f4824c0ae651bbf0b7a323732ed62248941e86499aaeaa358e84fe298e7c318e183cec186fefce04138f6c7eb3193f56ae56f209e5
DIST Chart-2.4.6.tar.gz 1544643 SHA256 5d4499d1cac1c8334efdc1382cd1d6ecfb035b666318a55be8f2926a7266ba50 SHA512 3475fcf2f2d657cab1bd991bdbd71bf2763d919873ace43acc529ca5b4b535c35ab9bd7341d7beed907f1db64df700ec84b613cc7f3caac0008028e76713ab4f WHIRLPOOL 7d884b7536bb15167cb0da5bde53eb30af0422c7f30fba04107f09e76938abc0ffee1ba83f13bd2cbf658d04da5fe48d743601aa8399b157765a69bba64b308c
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-10-31 16:38 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-31 16:38 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2021-06-03 18:13 Andreas K. Hüttel
2020-07-17 11:17 Kent Fredric
2020-05-22 16:04 Kent Fredric
2017-06-22 5:20 Kent Fredric
2017-06-21 12:17 Agostino Sarubbo
2017-06-20 5:17 Agostino Sarubbo
2017-06-20 5:07 Agostino Sarubbo
2017-04-10 8:46 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox