From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 590C8139085 for ; Sun, 22 Jan 2017 12:24:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF53E142A5; Sun, 22 Jan 2017 12:24:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AB91142A5 for ; Sun, 22 Jan 2017 12:24:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0AA0341691 for ; Sun, 22 Jan 2017 12:24:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53B812C74 for ; Sun, 22 Jan 2017 12:24:09 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1485087830.0ba719c6cbcdfa468e553fc423e1088e5d438a1a.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GraphViz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/GraphViz/GraphViz-2.190.0.ebuild dev-perl/GraphViz/Manifest X-VCS-Directories: dev-perl/GraphViz/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0ba719c6cbcdfa468e553fc423e1088e5d438a1a X-VCS-Branch: master Date: Sun, 22 Jan 2017 12:24:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ab15261-9dd6-4e6d-877f-fbceb2df644c X-Archives-Hash: ed8fcde319d3f1359a84b77e3bfdd9c5 commit: 0ba719c6cbcdfa468e553fc423e1088e5d438a1a Author: Kent Fredric gentoo org> AuthorDate: Sun Jan 22 12:23:34 2017 +0000 Commit: Kent Fredric gentoo 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