commit: e68d71a0898ceb5b62ac7988da155b11afbbf469 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Mon Aug 22 07:23:16 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Mon Aug 22 07:23:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68d71a0
dev-haskell/graphviz: treeclean Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-haskell/graphviz/Manifest | 1 - dev-haskell/graphviz/graphviz-2999.20.0.4.ebuild | 52 ------------------------ dev-haskell/graphviz/metadata.xml | 35 ---------------- profiles/package.mask | 1 - 4 files changed, 89 deletions(-) diff --git a/dev-haskell/graphviz/Manifest b/dev-haskell/graphviz/Manifest deleted file mode 100644 index 98ad73df5154..000000000000 --- a/dev-haskell/graphviz/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST graphviz-2999.20.0.4.tar.gz 222563 BLAKE2B 5c7f57c8c78d9711cca48372aa4832bc8b18656031bd51595aaad9e1428314d04a913ab6c9bce62ada407954c6db47224e26515c04fce1ceed5ce3a91d59dcd5 SHA512 fc0a959e642e245cea254ccec9b1bb36b9eace61da2f8350ea0961f7fdffe6c5d5f42cde068201e6110ed71db0dcaab3c14cced431768ef5ed7ae76b0e5b5e9b diff --git a/dev-haskell/graphviz/graphviz-2999.20.0.4.ebuild b/dev-haskell/graphviz/graphviz-2999.20.0.4.ebuild deleted file mode 100644 index 1891e83361c0..000000000000 --- a/dev-haskell/graphviz/graphviz-2999.20.0.4.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.3 -#hackport: flags: -test-parsing - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Bindings to Graphviz for graph visualisation" -HOMEPAGE="http://projects.haskell.org/graphviz/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RESTRICT=test # 30 examples, 3 failures, also known to fail here on previous version - -RDEPEND=">=dev-haskell/colour-2.3:=[profile?] <dev-haskell/colour-2.4:=[profile?] - >=dev-haskell/dlist-0.5:=[profile?] <dev-haskell/dlist-0.9:=[profile?] - >=dev-haskell/fgl-5.4:=[profile?] <dev-haskell/fgl-5.8:=[profile?] - >=dev-haskell/mtl-2:=[profile?] <dev-haskell/mtl-3:=[profile?] - >=dev-haskell/polyparse-1.9:=[profile?] <dev-haskell/polyparse-1.14:=[profile?] - >=dev-haskell/temporary-1.1:=[profile?] <dev-haskell/temporary-1.4:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/wl-pprint-text-1.2:=[profile?] <dev-haskell/wl-pprint-text-1.3:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.14 - test? ( >=dev-haskell/fgl-5.5.0.0 - >=dev-haskell/fgl-arbitrary-0.2 <dev-haskell/fgl-arbitrary-0.3 - >=dev-haskell/hspec-2.1 <dev-haskell/hspec-2.8 - >=dev-haskell/quickcheck-2.3 <dev-haskell/quickcheck-2.14 ) -" - -src_prepare() { - default - - cabal_chdeps \ - 'hspec >= 2.1 && < 2.8' 'hspec >= 2.1' \ - 'polyparse >=1.9 && <1.14' 'polyparse >=1.9' -} - -src_configure() { - haskell-cabal_src_configure \ - --flag=-test-parsing -} diff --git a/dev-haskell/graphviz/metadata.xml b/dev-haskell/graphviz/metadata.xml deleted file mode 100644 index b53bf0f4331b..000000000000 --- a/dev-haskell/graphviz/metadata.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - This library provides bindings for the Dot language used by the - Graphviz (<http://graphviz.org/>) suite of programs for visualising - graphs, as well as functions to call those programs. - - Main features of the graphviz library include: - - * Almost complete coverage of all Graphviz attributes and syntax. - - * Support for specifying clusters. - - * The ability to use a custom node type. - - * Functions for running a Graphviz layout tool with all specified - output types. - - * The ability to not only generate but also parse Dot code with two - options: strict and liberal (in terms of ordering of statements). - - * Functions to convert FGL graphs and other graph-like data structures - to Dot code - including support to group them into clusters - with a - high degree of customisation by specifying which attributes to use - and limited support for the inverse operation. - - * Round-trip support for passing an FGL graph through Graphviz to - augment node and edge labels with positional information, etc. - </longdescription> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index d04dfd419e53..71a7e74bc210 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -424,7 +424,6 @@ dev-haskell/gluraw dev-haskell/glut dev-haskell/gnuidn dev-haskell/gnutls -dev-haskell/graphviz # Hans de Graaff <[email protected]> (2022-07-16) # No longer supported upstream. Use a newer ruby version instead.
