diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-09 08:21:39 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-09 08:21:39 +0100 |
commit | 180ab1e8d84b8b268f4d103dcc6dba81a6460998 (patch) | |
tree | 0adcd077e54b05ebee4e11e64eb7fe335ef7266e /dev-haskell/graphviz | |
parent | dev-libs/elfutils: unconditionally disable debuginfod client (diff) | |
download | gentoo-180ab1e8d84b8b268f4d103dcc6dba81a6460998.tar.gz gentoo-180ab1e8d84b8b268f4d103dcc6dba81a6460998.tar.bz2 gentoo-180ab1e8d84b8b268f4d103dcc6dba81a6460998.zip |
dev-haskell/graphviz: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/graphviz')
-rw-r--r-- | dev-haskell/graphviz/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/graphviz/graphviz-2999.18.0.2-r1.ebuild | 47 | ||||
-rw-r--r-- | dev-haskell/graphviz/graphviz-2999.18.1.2.ebuild | 40 |
3 files changed, 0 insertions, 89 deletions
diff --git a/dev-haskell/graphviz/Manifest b/dev-haskell/graphviz/Manifest index 0ba928491b62..98ad73df5154 100644 --- a/dev-haskell/graphviz/Manifest +++ b/dev-haskell/graphviz/Manifest @@ -1,3 +1 @@ -DIST graphviz-2999.18.0.2.tar.gz 223908 BLAKE2B 2f425cad55622a519ae6d6641bda6340c0dca63ea800fdd77a2c66bc4f4ad06595499089c3a7857cdc02be1f031bd91b94a9eb025e206990942ded6ee22745a4 SHA512 8b27a81af2d31780801534f785bfda1dfbd127e176fa2c4bada2b33a7c80166fbb0efa67706296201bb19d201b8e2ac56453be0d8fcb488b93feb95d2acd8a09 -DIST graphviz-2999.18.1.2.tar.gz 222546 BLAKE2B 43acbf090a0396041398e54461627339b914c590fcb10421ac3299d68805b4aaf2637a65987d6c9a1e45cc96e2e536ecf11eb88ac6a62fe92a56c1fd503e4bae SHA512 1e0bc5b72b934febb923c13052f83db12270954e37483f46c64db8a23eb7ea3894b72c8e2cb303cde6bec30f75a28897c53d81e92fe9489ec21a4589e648dd3f DIST graphviz-2999.20.0.4.tar.gz 222563 BLAKE2B 5c7f57c8c78d9711cca48372aa4832bc8b18656031bd51595aaad9e1428314d04a913ab6c9bce62ada407954c6db47224e26515c04fce1ceed5ce3a91d59dcd5 SHA512 fc0a959e642e245cea254ccec9b1bb36b9eace61da2f8350ea0961f7fdffe6c5d5f42cde068201e6110ed71db0dcaab3c14cced431768ef5ed7ae76b0e5b5e9b diff --git a/dev-haskell/graphviz/graphviz-2999.18.0.2-r1.ebuild b/dev-haskell/graphviz/graphviz-2999.18.0.2-r1.ebuild deleted file mode 100644 index 0eacedc6af69..000000000000 --- a/dev-haskell/graphviz/graphviz-2999.18.0.2-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.6.9999 -#hackport: flags: -test-parsing - -CABAL_FEATURES="bin 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 # too slow - -RDEPEND=">=dev-haskell/colour-2.3:=[profile?] <dev-haskell/colour-2.4:=[profile?] - >=dev-haskell/dlist-0.5:=[profile?] <dev-haskell/dlist-0.8:=[profile?] - >=dev-haskell/fgl-5.4:=[profile?] <dev-haskell/fgl-5.6:=[profile?] - >=dev-haskell/polyparse-1.9:=[profile?] - >=dev-haskell/temporary-1.1:=[profile?] <dev-haskell/temporary-1.3:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] - >=dev-haskell/wl-pprint-text-1.1.0.0:=[profile?] <dev-haskell/wl-pprint-text-1.2.0.0:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.14 - test? ( >=dev-haskell/fgl-arbitrary-0.2 <dev-haskell/fgl-arbitrary-0.3 - >=dev-haskell/quickcheck-2.3 <dev-haskell/quickcheck-2.9 ) -" - -src_prepare() { - cabal_chdeps \ - 'polyparse >=1.9 && <1.12' 'polyparse >=1.9' -} - -src_configure() { - haskell-cabal_src_configure \ - --flag=-test-parsing -} diff --git a/dev-haskell/graphviz/graphviz-2999.18.1.2.ebuild b/dev-haskell/graphviz/graphviz-2999.18.1.2.ebuild deleted file mode 100644 index 5628b3b5ec54..000000000000 --- a/dev-haskell/graphviz/graphviz-2999.18.1.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 -#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 ~amd64-linux ~x86-linux" -IUSE="" - -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.6:=[profile?] - >=dev-haskell/polyparse-1.9:=[profile?] <dev-haskell/polyparse-1.13:=[profile?] - >=dev-haskell/temporary-1.1:=[profile?] <dev-haskell/temporary-1.3:=[profile?] - dev-haskell/text:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.6:=[profile?] - >=dev-haskell/wl-pprint-text-1.1.0.0:=[profile?] <dev-haskell/wl-pprint-text-1.2.0.0:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.14 - test? ( >=dev-haskell/fgl-arbitrary-0.2 <dev-haskell/fgl-arbitrary-0.3 - >=dev-haskell/quickcheck-2.3 <dev-haskell/quickcheck-2.10 ) -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-test-parsing -} |