public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2015-12-19 23:01 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2015-12-19 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5a828c932e3b0d2d2dcc6b1a0f0f3491609bf632
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 23:00:00 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 23:01:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a828c93

dev-perl/GraphViz: Version bump

Package-Manager: portage-2.2.26

 dev-perl/GraphViz/GraphViz-2.190.0.ebuild | 45 +++++++++++++++++++++++++++++++
 dev-perl/GraphViz/Manifest                |  1 +
 2 files changed, 46 insertions(+)

diff --git a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
new file mode 100644
index 0000000..21f332d
--- /dev/null
+++ b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_A_EXT=tgz
+DIST_AUTHOR=RSAVAGE
+DIST_VERSION=2.19
+inherit perl-module
+
+DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	media-gfx/graphviz
+	virtual/perl-Carp
+	>=virtual/perl-Getopt-Long-2.340.0
+	virtual/perl-IO
+	>=dev-perl/IPC-Run-0.600.0
+	>=dev-perl/libwww-perl-6
+	>=dev-perl/Parse-RecDescent-1.965.1
+	>=virtual/perl-Time-HiRes-1.510.0
+	>=dev-perl/XML-Twig-3.380.0
+	>=dev-perl/XML-XPath-1.130.0
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.421.100
+	>=dev-perl/File-Which-1.90.0
+	test? (
+		>=dev-perl/Test-Pod-1.480.0
+		>=virtual/perl-Test-Simple-1.1.14
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	insinto /usr/share/doc/${PF}/examples
+	doins "${S}"/examples/*
+}

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index b9fa02a..c4e1cbb 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1,2 +1,3 @@
 DIST GraphViz-2.14.tgz 117648 SHA256 9958e697ada73f47a7e4e6529181f5d74ad3e212716c18123053cb4a085cf2e0 SHA512 f0a9c14dcb4456fd426e6c8adaa2757a057800fad8022f9f6e43b275b9cc8b4a31319e83bf659b4d0d608e400caa3268fb884fc7db437f068d2b96111a5c134e WHIRLPOOL 3eb94070fa829c9893431a6258009d2323e0db372036f68a56dd40e69dc4077330db7ef65dc948adf62887e181eeac4d9be60980048eb281b9d01ed773f3b10b
 DIST GraphViz-2.18.tgz 115211 SHA256 305d012a43e9522d5f91b63a52e926061ba372431735ede95ce7712f486baffd SHA512 4c0171a6c404efcacb4807983170ad13d53109b58378410955afff94fa13c679bad74ed5a0ac8b13ac62975eb723c6e53f0a96526f7319364aa4c798e6a71c1c WHIRLPOOL b9df737a654688948db6b63d09ce380b878df6bc06462518bea56af3c982b24f06ffd23df769be3f8715b87e29f700a0af27c432a3389e6f1b144e2ceea8d496
+DIST GraphViz-2.19.tgz 86529 SHA256 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b WHIRLPOOL 9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2016-01-31 21:41 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2016-01-31 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4325e318ed1b4553953f84878488bbc524a12799
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 21:03:04 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 21:38:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4325e318

dev-perl/GraphViz: Remove old

Package-Manager: portage-2.2.27

 dev-perl/GraphViz/GraphViz-2.180.0.ebuild | 49 -------------------------------
 dev-perl/GraphViz/Manifest                |  1 -
 2 files changed, 50 deletions(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.180.0.ebuild b/dev-perl/GraphViz/GraphViz-2.180.0.ebuild
deleted file mode 100644
index 646e3bc..0000000
--- a/dev-perl/GraphViz/GraphViz-2.180.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_A_EXT=tgz
-MODULE_AUTHOR=RSAVAGE
-MODULE_VERSION=2.18
-inherit perl-module
-
-DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	media-gfx/graphviz
-	virtual/perl-Carp
-	>=virtual/perl-Getopt-Long-2.340.0
-	virtual/perl-IO
-	>=dev-perl/IPC-Run-0.600.0
-	>=dev-perl/libwww-perl-6
-	>=dev-perl/Parse-RecDescent-1.965.1
-	>=virtual/perl-Time-HiRes-1.510.0
-	>=dev-perl/XML-Twig-3.380.0
-	>=dev-perl/XML-XPath-1.130.0
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-0.421.100
-	>=dev-perl/File-Which-1.90.0
-	test? (
-		>=dev-perl/Test-Pod-1.480.0
-	)
-"
-
-# tests need
-#		>=virtual/perl-Test-Simple-1.1.14
-# therefore temporarily disable
-# SRC_TEST="do"
-
-src_install() {
-	perl-module_src_install
-
-	insinto /usr/share/doc/${PF}/examples
-	doins "${S}"/examples/*
-}

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index 25091f2..bbb4664 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1,4 +1,3 @@
 DIST GraphViz-2.14.tgz 117648 SHA256 9958e697ada73f47a7e4e6529181f5d74ad3e212716c18123053cb4a085cf2e0 SHA512 f0a9c14dcb4456fd426e6c8adaa2757a057800fad8022f9f6e43b275b9cc8b4a31319e83bf659b4d0d608e400caa3268fb884fc7db437f068d2b96111a5c134e WHIRLPOOL 3eb94070fa829c9893431a6258009d2323e0db372036f68a56dd40e69dc4077330db7ef65dc948adf62887e181eeac4d9be60980048eb281b9d01ed773f3b10b
-DIST GraphViz-2.18.tgz 115211 SHA256 305d012a43e9522d5f91b63a52e926061ba372431735ede95ce7712f486baffd SHA512 4c0171a6c404efcacb4807983170ad13d53109b58378410955afff94fa13c679bad74ed5a0ac8b13ac62975eb723c6e53f0a96526f7319364aa4c798e6a71c1c WHIRLPOOL b9df737a654688948db6b63d09ce380b878df6bc06462518bea56af3c982b24f06ffd23df769be3f8715b87e29f700a0af27c432a3389e6f1b144e2ceea8d496
 DIST GraphViz-2.19.tgz 86529 SHA256 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b WHIRLPOOL 9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559
 DIST GraphViz-2.20.tgz 86556 SHA256 23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c SHA512 799651d0643bb326927d749b9ca6f35977d7b9ec4ff044a5b965229a3e9b773c7227b5f24cacf2b765f73126b68529cd75a84c7a646b5009e374c485ce4bb5ac WHIRLPOOL f6030ef3e7d256f3b9473277dacdecea0728db8b21c6e9cba4ede1b8874aadc062a8341959ff6b5e30d8d6fd63fe7bf660ee4143a061a248385b3802d5259772


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2016-01-31 21:41 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2016-01-31 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     43fcb54d384af6b8cf4a940061a984bfcf1f0800
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 21:02:04 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 21:38:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fcb54d

dev-perl/GraphViz: Version bump

Package-Manager: portage-2.2.27

 dev-perl/GraphViz/GraphViz-2.200.0.ebuild | 45 +++++++++++++++++++++++++++++++
 dev-perl/GraphViz/Manifest                |  1 +
 2 files changed, 46 insertions(+)

diff --git a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
new file mode 100644
index 0000000..9cc730b
--- /dev/null
+++ b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_A_EXT=tgz
+DIST_AUTHOR=RSAVAGE
+DIST_VERSION=2.20
+inherit perl-module
+
+DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	media-gfx/graphviz
+	virtual/perl-Carp
+	>=virtual/perl-Getopt-Long-2.340.0
+	virtual/perl-IO
+	>=dev-perl/IPC-Run-0.600.0
+	>=dev-perl/libwww-perl-6
+	>=dev-perl/Parse-RecDescent-1.965.1
+	>=virtual/perl-Time-HiRes-1.510.0
+	>=dev-perl/XML-Twig-3.380.0
+	>=dev-perl/XML-XPath-1.130.0
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.421.100
+	>=dev-perl/File-Which-1.90.0
+	test? (
+		>=dev-perl/Test-Pod-1.480.0
+		>=virtual/perl-Test-Simple-1.1.14
+	)
+"
+
+src_install() {
+	perl-module_src_install
+
+	insinto /usr/share/doc/${PF}/examples
+	doins "${S}"/examples/*
+}

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index c4e1cbb..25091f2 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1,3 +1,4 @@
 DIST GraphViz-2.14.tgz 117648 SHA256 9958e697ada73f47a7e4e6529181f5d74ad3e212716c18123053cb4a085cf2e0 SHA512 f0a9c14dcb4456fd426e6c8adaa2757a057800fad8022f9f6e43b275b9cc8b4a31319e83bf659b4d0d608e400caa3268fb884fc7db437f068d2b96111a5c134e WHIRLPOOL 3eb94070fa829c9893431a6258009d2323e0db372036f68a56dd40e69dc4077330db7ef65dc948adf62887e181eeac4d9be60980048eb281b9d01ed773f3b10b
 DIST GraphViz-2.18.tgz 115211 SHA256 305d012a43e9522d5f91b63a52e926061ba372431735ede95ce7712f486baffd SHA512 4c0171a6c404efcacb4807983170ad13d53109b58378410955afff94fa13c679bad74ed5a0ac8b13ac62975eb723c6e53f0a96526f7319364aa4c798e6a71c1c WHIRLPOOL b9df737a654688948db6b63d09ce380b878df6bc06462518bea56af3c982b24f06ffd23df769be3f8715b87e29f700a0af27c432a3389e6f1b144e2ceea8d496
 DIST GraphViz-2.19.tgz 86529 SHA256 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b WHIRLPOOL 9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559
+DIST GraphViz-2.20.tgz 86556 SHA256 23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c SHA512 799651d0643bb326927d749b9ca6f35977d7b9ec4ff044a5b965229a3e9b773c7227b5f24cacf2b765f73126b68529cd75a84c7a646b5009e374c485ce4bb5ac WHIRLPOOL f6030ef3e7d256f3b9473277dacdecea0728db8b21c6e9cba4ede1b8874aadc062a8341959ff6b5e30d8d6fd63fe7bf660ee4143a061a248385b3802d5259772


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2016-03-15 11:26 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2016-03-15 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     838217973cd69a92803fbd344a53cc75a69fe2f4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 11:25:46 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 11:25:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83821797

dev-perl/GraphViz: amd64 stable wrt bug #573546

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/GraphViz/GraphViz-2.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
index 21f332d..cba891a 100644
--- a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2016-03-15 11:28 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2016-03-15 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     6dc3993d157d439f6fbc31cfc2c09e7376bfebd5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 11:28:50 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 11:28:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc3993d

dev-perl/GraphViz: x86 stable wrt bug #573546

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/GraphViz/GraphViz-2.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
index cba891a..491049c 100644
--- a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2016-03-16 20:36 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2016-03-16 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     fc2f106fe75e8ae8d0ef779bbd60e97443fc30c9
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 20:18:39 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 20:36:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2f106f

dev-perl/GraphViz: Remove old

Package-Manager: portage-2.2.28

 dev-perl/GraphViz/GraphViz-2.140.0.ebuild | 38 -------------------------------
 dev-perl/GraphViz/Manifest                |  1 -
 2 files changed, 39 deletions(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.140.0.ebuild b/dev-perl/GraphViz/GraphViz-2.140.0.ebuild
deleted file mode 100644
index e2d3696..0000000
--- a/dev-perl/GraphViz/GraphViz-2.140.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_A_EXT=tgz
-MODULE_AUTHOR=RSAVAGE
-MODULE_VERSION=2.14
-inherit perl-module
-
-DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-	media-gfx/graphviz
-	dev-perl/IPC-Run
-"
-	#dev-perl/XML-Twig
-DEPEND="${RDEPEND}
-	dev-perl/Module-Build
-	test? (
-		virtual/perl-Test-Simple
-		>=dev-perl/Test-Pod-1.440.0
-	)
-"
-
-SRC_TEST="do"
-
-src_install() {
-	perl-module_src_install
-
-	insinto /usr/share/doc/${PF}/examples
-	doins "${S}"/examples/*
-}

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index bbb4664..0fb5d4c 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1,3 +1,2 @@
-DIST GraphViz-2.14.tgz 117648 SHA256 9958e697ada73f47a7e4e6529181f5d74ad3e212716c18123053cb4a085cf2e0 SHA512 f0a9c14dcb4456fd426e6c8adaa2757a057800fad8022f9f6e43b275b9cc8b4a31319e83bf659b4d0d608e400caa3268fb884fc7db437f068d2b96111a5c134e WHIRLPOOL 3eb94070fa829c9893431a6258009d2323e0db372036f68a56dd40e69dc4077330db7ef65dc948adf62887e181eeac4d9be60980048eb281b9d01ed773f3b10b
 DIST GraphViz-2.19.tgz 86529 SHA256 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b WHIRLPOOL 9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559
 DIST GraphViz-2.20.tgz 86556 SHA256 23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c SHA512 799651d0643bb326927d749b9ca6f35977d7b9ec4ff044a5b965229a3e9b773c7227b5f24cacf2b765f73126b68529cd75a84c7a646b5009e374c485ce4bb5ac WHIRLPOOL f6030ef3e7d256f3b9473277dacdecea0728db8b21c6e9cba4ede1b8874aadc062a8341959ff6b5e30d8d6fd63fe7bf660ee4143a061a248385b3802d5259772


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2016-08-06  9:29 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2016-08-06  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f34f7f18b27da2f4bd9b626f0210adbcd77a0ff2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 09:01:45 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 09:29:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34f7f18

dev-perl/GraphViz: Remove POD Author Tests

Not useful for gentoo, so removing to reduce graph complexity.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/GraphViz/GraphViz-2.190.0.ebuild | 8 ++++++--
 dev-perl/GraphViz/GraphViz-2.200.0.ebuild | 6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
index 491049c..9b422c9 100644
--- a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -32,7 +32,6 @@ DEPEND="${RDEPEND}
 	>=dev-perl/Module-Build-0.421.100
 	>=dev-perl/File-Which-1.90.0
 	test? (
-		>=dev-perl/Test-Pod-1.480.0
 		>=virtual/perl-Test-Simple-1.1.14
 	)
 "
@@ -43,3 +42,8 @@ src_install() {
 	insinto /usr/share/doc/${PF}/examples
 	doins "${S}"/examples/*
 }
+
+src_test() {
+	perl_rm_files t/pod.t
+	perl-module_src_test
+}

diff --git a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
index 9cc730b..fdc6468 100644
--- a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
@@ -32,7 +32,6 @@ DEPEND="${RDEPEND}
 	>=dev-perl/Module-Build-0.421.100
 	>=dev-perl/File-Which-1.90.0
 	test? (
-		>=dev-perl/Test-Pod-1.480.0
 		>=virtual/perl-Test-Simple-1.1.14
 	)
 "
@@ -43,3 +42,8 @@ src_install() {
 	insinto /usr/share/doc/${PF}/examples
 	doins "${S}"/examples/*
 }
+
+src_test() {
+	perl_rm_files t/pod.t
+	perl-module_src_test
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2016-12-26 18:52 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2016-12-26 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d0e08d870bade71e8270b8344afc7c9fdb5969d8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 18:45:54 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 18:51:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e08d87

dev-perl/GraphViz: Bump to version 2.230.0 re #600828

- Use DIST_EXAMPLES

Upstream:
- Fix tests broken by lack of { escaping in regex.
- Move to EUMM
- Bail out if there is no `dot`
- use no_xxe with XML::Twig instantiation

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/GraphViz/GraphViz-2.230.0.ebuild | 39 +++++++++++++++++++++++++++++++
 dev-perl/GraphViz/Manifest                |  1 +
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/GraphViz/GraphViz-2.230.0.ebuild b/dev-perl/GraphViz/GraphViz-2.230.0.ebuild
new file mode 100644
index 00000000..79edec5
--- /dev/null
+++ b/dev-perl/GraphViz/GraphViz-2.230.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_A_EXT=tgz
+DIST_AUTHOR=RSAVAGE
+DIST_VERSION=2.23
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Interface to AT&T's GraphViz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	media-gfx/graphviz
+	>=virtual/perl-Carp-1.10.0
+	>=virtual/perl-Getopt-Long-2.340.0
+	virtual/perl-IO
+	>=dev-perl/IPC-Run-0.600.0
+	>=dev-perl/libwww-perl-6
+	>=dev-perl/Parse-RecDescent-1.965.1
+	>=virtual/perl-Time-HiRes-1.510.0
+	>=dev-perl/XML-Twig-3.520.0
+	>=dev-perl/XML-XPath-1.130.0
+"
+# Note, we don't really require Test::Simple >=1.300...
+# https://rt.cpan.org/Ticket/Display.html?id=115236
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/File-Which
+	test? (
+		>=virtual/perl-Test-Simple-1.1.14
+	)
+"

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index 0fb5d4c..1bea52a 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1,2 +1,3 @@
 DIST GraphViz-2.19.tgz 86529 SHA256 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b WHIRLPOOL 9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559
 DIST GraphViz-2.20.tgz 86556 SHA256 23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c SHA512 799651d0643bb326927d749b9ca6f35977d7b9ec4ff044a5b965229a3e9b773c7227b5f24cacf2b765f73126b68529cd75a84c7a646b5009e374c485ce4bb5ac WHIRLPOOL f6030ef3e7d256f3b9473277dacdecea0728db8b21c6e9cba4ede1b8874aadc062a8341959ff6b5e30d8d6fd63fe7bf660ee4143a061a248385b3802d5259772
+DIST GraphViz-2.23.tgz 95297 SHA256 7207f9279377cd7d6c21e72412f12522a305fd655ed9dcffd184038f4f7639dc SHA512 3b5f431c6436477674b06ed94bd977a5135800fe26dd8a307ef681b16009dec5b423861c1c11c9583d0c7f5b8920fec1f2469977ffd19dbfc88aa97fd180ee0f WHIRLPOOL 1c745e8566f6e4195e50eb5d39fbf80b2788dfc507157b5f91171d40ab6c82177a85bed77a8f9b76fa2380bf6813716cc5992902e49496007a405ee3eb565d9e


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2017-01-17 21:06 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2017-01-17 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d7994c9ed17c2f4af577e0d8ca22accfd0bc5824
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 21:04:11 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 21:04:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7994c9e

dev-perl/GraphViz: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/GraphViz/GraphViz-2.200.0.ebuild | 49 -------------------------------
 dev-perl/GraphViz/GraphViz-2.230.0.ebuild | 39 ------------------------
 dev-perl/GraphViz/Manifest                |  2 --
 3 files changed, 90 deletions(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild b/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
deleted file mode 100644
index fdc6468..00000000
--- a/dev-perl/GraphViz/GraphViz-2.200.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_A_EXT=tgz
-DIST_AUTHOR=RSAVAGE
-DIST_VERSION=2.20
-inherit perl-module
-
-DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	media-gfx/graphviz
-	virtual/perl-Carp
-	>=virtual/perl-Getopt-Long-2.340.0
-	virtual/perl-IO
-	>=dev-perl/IPC-Run-0.600.0
-	>=dev-perl/libwww-perl-6
-	>=dev-perl/Parse-RecDescent-1.965.1
-	>=virtual/perl-Time-HiRes-1.510.0
-	>=dev-perl/XML-Twig-3.380.0
-	>=dev-perl/XML-XPath-1.130.0
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-0.421.100
-	>=dev-perl/File-Which-1.90.0
-	test? (
-		>=virtual/perl-Test-Simple-1.1.14
-	)
-"
-
-src_install() {
-	perl-module_src_install
-
-	insinto /usr/share/doc/${PF}/examples
-	doins "${S}"/examples/*
-}
-
-src_test() {
-	perl_rm_files t/pod.t
-	perl-module_src_test
-}

diff --git a/dev-perl/GraphViz/GraphViz-2.230.0.ebuild b/dev-perl/GraphViz/GraphViz-2.230.0.ebuild
deleted file mode 100644
index 79edec5..00000000
--- a/dev-perl/GraphViz/GraphViz-2.230.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_A_EXT=tgz
-DIST_AUTHOR=RSAVAGE
-DIST_VERSION=2.23
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Interface to AT&T's GraphViz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	media-gfx/graphviz
-	>=virtual/perl-Carp-1.10.0
-	>=virtual/perl-Getopt-Long-2.340.0
-	virtual/perl-IO
-	>=dev-perl/IPC-Run-0.600.0
-	>=dev-perl/libwww-perl-6
-	>=dev-perl/Parse-RecDescent-1.965.1
-	>=virtual/perl-Time-HiRes-1.510.0
-	>=dev-perl/XML-Twig-3.520.0
-	>=dev-perl/XML-XPath-1.130.0
-"
-# Note, we don't really require Test::Simple >=1.300...
-# https://rt.cpan.org/Ticket/Display.html?id=115236
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	dev-perl/File-Which
-	test? (
-		>=virtual/perl-Test-Simple-1.1.14
-	)
-"

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index 155f4f6..828379b 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1,4 +1,2 @@
 DIST GraphViz-2.19.tgz 86529 SHA256 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b WHIRLPOOL 9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559
-DIST GraphViz-2.20.tgz 86556 SHA256 23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c SHA512 799651d0643bb326927d749b9ca6f35977d7b9ec4ff044a5b965229a3e9b773c7227b5f24cacf2b765f73126b68529cd75a84c7a646b5009e374c485ce4bb5ac WHIRLPOOL f6030ef3e7d256f3b9473277dacdecea0728db8b21c6e9cba4ede1b8874aadc062a8341959ff6b5e30d8d6fd63fe7bf660ee4143a061a248385b3802d5259772
-DIST GraphViz-2.23.tgz 95297 SHA256 7207f9279377cd7d6c21e72412f12522a305fd655ed9dcffd184038f4f7639dc SHA512 3b5f431c6436477674b06ed94bd977a5135800fe26dd8a307ef681b16009dec5b423861c1c11c9583d0c7f5b8920fec1f2469977ffd19dbfc88aa97fd180ee0f WHIRLPOOL 1c745e8566f6e4195e50eb5d39fbf80b2788dfc507157b5f91171d40ab6c82177a85bed77a8f9b76fa2380bf6813716cc5992902e49496007a405ee3eb565d9e
 DIST GraphViz-2.24.tgz 95475 SHA256 d95efac4cdeedb18283100efe3e00c59c1add524d9ce88c1c8a358359122f5ad SHA512 b37d1303c243a306443d5adf35d597f4e259cedaa7956d80bdb47cba811ce94e63da6b42a23d192fa9da628d999f1c023911f3f956a575aeabe673f77f3f01d9 WHIRLPOOL fb80ea2af412054e2c291ee5fc834cab9eb81c46301e26ba6c55b6b0187a36608ce26827cccb37b9da0a2054afa8c44c831b9a1db892862c9388b37452e915a9


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2017-01-17 21:06 Andreas Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2017-01-17 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     3fee83a654f3ed5a3a4587f30de1617fe2bbee60
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 21:03:51 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 21:03:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fee83a6

dev-perl/GraphViz: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/GraphViz/GraphViz-2.240.0.ebuild | 37 +++++++++++++++++++++++++++++++
 dev-perl/GraphViz/Manifest                |  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
new file mode 100644
index 00000000..63f5c7b
--- /dev/null
+++ b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_A_EXT=tgz
+DIST_AUTHOR=RSAVAGE
+DIST_VERSION=2.24
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Interface to AT&T's GraphViz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	media-gfx/graphviz
+	>=virtual/perl-Carp-1.10.0
+	>=virtual/perl-Getopt-Long-2.340.0
+	virtual/perl-IO
+	>=dev-perl/IPC-Run-0.600.0
+	>=dev-perl/libwww-perl-6
+	>=dev-perl/Parse-RecDescent-1.965.1
+	>=virtual/perl-Time-HiRes-1.510.0
+	>=dev-perl/XML-Twig-3.520.0
+	>=dev-perl/XML-XPath-1.130.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/File-Which
+	test? (
+		>=virtual/perl-Test-Simple-1.1.2
+	)
+"

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index 1bea52a..155f4f6 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1,3 +1,4 @@
 DIST GraphViz-2.19.tgz 86529 SHA256 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b WHIRLPOOL 9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559
 DIST GraphViz-2.20.tgz 86556 SHA256 23eec8c7e0bfada7b1a172b79e87bdd759fc3360c594159fdc228578aff41a5c SHA512 799651d0643bb326927d749b9ca6f35977d7b9ec4ff044a5b965229a3e9b773c7227b5f24cacf2b765f73126b68529cd75a84c7a646b5009e374c485ce4bb5ac WHIRLPOOL f6030ef3e7d256f3b9473277dacdecea0728db8b21c6e9cba4ede1b8874aadc062a8341959ff6b5e30d8d6fd63fe7bf660ee4143a061a248385b3802d5259772
 DIST GraphViz-2.23.tgz 95297 SHA256 7207f9279377cd7d6c21e72412f12522a305fd655ed9dcffd184038f4f7639dc SHA512 3b5f431c6436477674b06ed94bd977a5135800fe26dd8a307ef681b16009dec5b423861c1c11c9583d0c7f5b8920fec1f2469977ffd19dbfc88aa97fd180ee0f WHIRLPOOL 1c745e8566f6e4195e50eb5d39fbf80b2788dfc507157b5f91171d40ab6c82177a85bed77a8f9b76fa2380bf6813716cc5992902e49496007a405ee3eb565d9e
+DIST GraphViz-2.24.tgz 95475 SHA256 d95efac4cdeedb18283100efe3e00c59c1add524d9ce88c1c8a358359122f5ad SHA512 b37d1303c243a306443d5adf35d597f4e259cedaa7956d80bdb47cba811ce94e63da6b42a23d192fa9da628d999f1c023911f3f956a575aeabe673f77f3f01d9 WHIRLPOOL fb80ea2af412054e2c291ee5fc834cab9eb81c46301e26ba6c55b6b0187a36608ce26827cccb37b9da0a2054afa8c44c831b9a1db892862c9388b37452e915a9


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2017-01-18 11:29 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2017-01-18 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e9afd5c650735d8eb3dbe78dcf81baa4675b1400
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 11:28:37 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 11:28:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9afd5c6

dev-perl/GraphViz: amd64 stable wrt bug #600828

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/GraphViz/GraphViz-2.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
index 63f5c7b..7763a53 100644
--- a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
@@ -13,7 +13,7 @@ inherit perl-module
 DESCRIPTION="Interface to AT&T's GraphViz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2017-01-18 11:57 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2017-01-18 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d0dd94594671a8f3eb5cb354b37f85a1a41bbd94
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 11:56:28 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 11:57:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0dd9459

dev-perl/GraphViz: x86 stable wrt bug #600828

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/GraphViz/GraphViz-2.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
index 7763a53..65216b9 100644
--- a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
@@ -13,7 +13,7 @@ inherit perl-module
 DESCRIPTION="Interface to AT&T's GraphViz"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2017-01-22 12:24 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2017-01-22 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0ba719c6cbcdfa468e553fc423e1088e5d438a1a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 12:23:34 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 12:23:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba719c6

dev-perl/GraphViz: Clean up old versions re bug #600828

No significant difference between recent versions and this one,
other than upstream adding special handling for xxe

Bug: https://bugs.gentoo.org/600828

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/GraphViz/GraphViz-2.190.0.ebuild | 49 -------------------------------
 dev-perl/GraphViz/Manifest                |  1 -
 2 files changed, 50 deletions(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild b/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
deleted file mode 100644
index 9b422c9..00000000
--- a/dev-perl/GraphViz/GraphViz-2.190.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_A_EXT=tgz
-DIST_AUTHOR=RSAVAGE
-DIST_VERSION=2.19
-inherit perl-module
-
-DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-	media-gfx/graphviz
-	virtual/perl-Carp
-	>=virtual/perl-Getopt-Long-2.340.0
-	virtual/perl-IO
-	>=dev-perl/IPC-Run-0.600.0
-	>=dev-perl/libwww-perl-6
-	>=dev-perl/Parse-RecDescent-1.965.1
-	>=virtual/perl-Time-HiRes-1.510.0
-	>=dev-perl/XML-Twig-3.380.0
-	>=dev-perl/XML-XPath-1.130.0
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-0.421.100
-	>=dev-perl/File-Which-1.90.0
-	test? (
-		>=virtual/perl-Test-Simple-1.1.14
-	)
-"
-
-src_install() {
-	perl-module_src_install
-
-	insinto /usr/share/doc/${PF}/examples
-	doins "${S}"/examples/*
-}
-
-src_test() {
-	perl_rm_files t/pod.t
-	perl-module_src_test
-}

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index 828379b..884fe1e 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1,2 +1 @@
-DIST GraphViz-2.19.tgz 86529 SHA256 27c7761d18ca739a5e35b9e55135b1f3c6f399a474116216037405826d781ce3 SHA512 2b566b0fc83ca48fe39cf677db6934045f1a35e821348be5b23c9cacd687e192fdfbb55a64a0d69084fbd0582dbca1b94a7fa6f52ec5bedbcf75e7d851e8672b WHIRLPOOL 9f49b57a319c99b55ac7be86cde3fa4f67127a7940ca93c0cc978880a7ea993dd4fafc688873410d4a775093447720ea341fed736a7c0375f84c70ddbaa7c559
 DIST GraphViz-2.24.tgz 95475 SHA256 d95efac4cdeedb18283100efe3e00c59c1add524d9ce88c1c8a358359122f5ad SHA512 b37d1303c243a306443d5adf35d597f4e259cedaa7956d80bdb47cba811ce94e63da6b42a23d192fa9da628d999f1c023911f3f956a575aeabe673f77f3f01d9 WHIRLPOOL fb80ea2af412054e2c291ee5fc834cab9eb81c46301e26ba6c55b6b0187a36608ce26827cccb37b9da0a2054afa8c44c831b9a1db892862c9388b37452e915a9


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2017-10-24 10:10 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2017-10-24 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     31a6a06ab06b6331977f1ee8207f9e01d7c393a2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 10:08:01 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 10:10:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a6a06a

dev-perl/GraphViz: keyword ~arm

Tested-by: Conrad Kostecki
Closes: https://bugs.gentoo.org/621448
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 dev-perl/GraphViz/GraphViz-2.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
index 22bc47cac93..0f36e16d581 100644
--- a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Interface to AT&T's GraphViz"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2021-10-31  0:20 Andreas K. Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas K. Hüttel @ 2021-10-31  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9e452a08a06d3d7d251c0c4f940e919d1f95f265
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 00:06:30 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 00:20:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e452a08

dev-perl/GraphViz: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../{GraphViz-2.240.0.ebuild => GraphViz-2.240.0-r1.ebuild}       | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild b/dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild
similarity index 86%
rename from dev-perl/GraphViz/GraphViz-2.240.0.ebuild
rename to dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild
index 17208e3eb2d..48d36341735 100644
--- a/dev-perl/GraphViz/GraphViz-2.240.0.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_A_EXT=tgz
 DIST_AUTHOR=RSAVAGE
@@ -13,8 +13,6 @@ DESCRIPTION="Interface to AT&T's GraphViz"
 
 SLOT="0"
 KEYWORDS="amd64 ~arm x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	media-gfx/graphviz
@@ -28,7 +26,7 @@ RDEPEND="
 	>=dev-perl/XML-Twig-3.520.0
 	>=dev-perl/XML-XPath-1.130.0
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	dev-perl/File-Which
 	test? (


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2022-11-23 14:08 Jakov Smolić
  0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2022-11-23 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5e9b816ba59ccd355bb8ad20bd1c39823ce65a0d
Author:     Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Sat Oct 29 11:07:19 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 14:02:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9b816b

dev-perl/GraphViz: Keyword 2.240.0-r1 riscv, #878483

Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild b/dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild
index 48d363417357..f002d250aa34 100644
--- a/dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.240.0-r1.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=8
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Interface to AT&T's GraphViz"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~riscv x86"
 
 RDEPEND="
 	media-gfx/graphviz


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
@ 2023-06-21  4:28 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-06-21  4:28 UTC (permalink / raw
  To: gentoo-commits

commit:     9f99d4f5bc4ef50bc5106e7fa7a9ddcbe92d1705
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 04:15:44 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 04:27:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f99d4f5

dev-perl/GraphViz: add 2.260.0

No real changes but I already had to check that so let's just bump it.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/GraphViz/GraphViz-2.260.0.ebuild | 35 +++++++++++++++++++++++++++++++
 dev-perl/GraphViz/Manifest                |  1 +
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/GraphViz/GraphViz-2.260.0.ebuild b/dev-perl/GraphViz/GraphViz-2.260.0.ebuild
new file mode 100644
index 000000000000..90c3836f80d2
--- /dev/null
+++ b/dev-perl/GraphViz/GraphViz-2.260.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=2.26
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Interface to AT&T's GraphViz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"
+
+RDEPEND="
+	media-gfx/graphviz
+	>=virtual/perl-Carp-1.10.0
+	>=virtual/perl-Getopt-Long-2.340.0
+	virtual/perl-IO
+	>=dev-perl/IPC-Run-0.600.0
+	>=dev-perl/libwww-perl-6
+	>=dev-perl/Parse-RecDescent-1.965.1
+	>=virtual/perl-Time-HiRes-1.510.0
+	>=dev-perl/XML-Twig-3.520.0
+	>=dev-perl/XML-XPath-1.130.0
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/File-Which
+	test? (
+		>=virtual/perl-Test-Simple-1.1.2
+	)
+"

diff --git a/dev-perl/GraphViz/Manifest b/dev-perl/GraphViz/Manifest
index c9802cf801c9..82d5108043a6 100644
--- a/dev-perl/GraphViz/Manifest
+++ b/dev-perl/GraphViz/Manifest
@@ -1 +1,2 @@
 DIST GraphViz-2.24.tgz 95475 BLAKE2B 919d088d29b88eb523a72f7e853b4e600408eb12bf1d1a27f9742469c08ed229de6292b42a734a665d6718f085c658a1a399ef3f31f825d07bb447a88c26a269 SHA512 b37d1303c243a306443d5adf35d597f4e259cedaa7956d80bdb47cba811ce94e63da6b42a23d192fa9da628d999f1c023911f3f956a575aeabe673f77f3f01d9
+DIST GraphViz-2.26.tar.gz 90338 BLAKE2B 86c1f3e2bcb688e98f6ac49c03db0080a5bce900c239dcd8379495c2e8267f6ae5d19e242291f352a2d96afc120ae2ea8722c4abaeb9c71e8b07545316e2d1e6 SHA512 99bca9e8e8d9487ba72baffc398c0952cf30d18dae00fe83e996822302a1835b85ed4d1201087f3cafe486207e2c771fdb510c45a7e6f783d6c9a25ef77667d7


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-06-21  4:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 11:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  4:28 Sam James
2022-11-23 14:08 Jakov Smolić
2021-10-31  0:20 Andreas K. Hüttel
2017-10-24 10:10 Kent Fredric
2017-01-22 12:24 Kent Fredric
2017-01-18 11:57 Agostino Sarubbo
2017-01-17 21:06 Andreas Hüttel
2017-01-17 21:06 Andreas Hüttel
2016-12-26 18:52 Kent Fredric
2016-08-06  9:29 Kent Fredric
2016-03-16 20:36 Andreas Hüttel
2016-03-15 11:28 Agostino Sarubbo
2016-03-15 11:26 Agostino Sarubbo
2016-01-31 21:41 Andreas Hüttel
2016-01-31 21:41 Andreas Hüttel
2015-12-19 23:01 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