From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/
Date: Sun, 31 Jan 2016 21:41:05 +0000 (UTC) [thread overview]
Message-ID: <1454276328.43fcb54d384af6b8cf4a940061a984bfcf1f0800.dilfridge@gentoo> (raw)
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
next reply other threads:[~2016-01-31 21:41 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-31 21:41 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-21 4:28 [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/ 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-18 11:29 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
2015-12-19 23:01 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454276328.43fcb54d384af6b8cf4a940061a984bfcf1f0800.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox