diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-08-28 19:04:00 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-28 23:32:39 +0100 |
commit | 31d033ac0f4d294da0d9c3d4ca30af6ea92267cd (patch) | |
tree | 48a3683141619589acb26e9c393fafac9cf46a98 /dev-haskell/logict | |
parent | dev-haskell/logict: bump up to 0.7.0.3 (diff) | |
download | gentoo-31d033ac0f4d294da0d9c3d4ca30af6ea92267cd.tar.gz gentoo-31d033ac0f4d294da0d9c3d4ca30af6ea92267cd.tar.bz2 gentoo-31d033ac0f4d294da0d9c3d4ca30af6ea92267cd.zip |
dev-haskell/logict: remove old
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/logict')
-rw-r--r-- | dev-haskell/logict/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/logict/logict-0.6.0.2.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/logict/logict-0.7.0.2.ebuild | 28 |
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-haskell/logict/Manifest b/dev-haskell/logict/Manifest index a6a659d711c5..c59eda725001 100644 --- a/dev-haskell/logict/Manifest +++ b/dev-haskell/logict/Manifest @@ -1,3 +1 @@ -DIST logict-0.6.0.2.tar.gz 5370 BLAKE2B c66d17f4595a27c83d9b2fddfb3c9e824d838ab353a8a71d6a78f436e20f529d7f408cf818b7034500bbfb5a14da7c6b8b2b067d36e4820898379f870922a3c7 SHA512 dfb72d006d9b7a5f0d7447d956ea0c3d083e200a616efc4b34fafa0582c2dc7e9369156cf4f51a472b97f7afb6167030edeb84e77c7bc410bfe58a44f0ac4fc4 -DIST logict-0.7.0.2.tar.gz 5892 BLAKE2B 13f521f69c2c3453d54ccfd87bb4ffde9dc7b222e8989757567bd91bb1c3e20c8fa85a37b078675bbc25c906acde1b4651381ac348180583f03b4214cc81afc1 SHA512 f7019533ed1ccd7e2c87b6f78aaece5d4062b378c75ff52ffb3d618a27e23ec1d8fdd823904fc94df017f682b49aef2b0549b91c7c45e395eb79ed2772c107b5 DIST logict-0.7.0.3.tar.gz 5924 BLAKE2B 1d5fe5a78ff0448e70b68c063f3e1a4d632208e4b5bc35c51c17d12bf0ae5175db31b5c8854776ae41d7ca1fe450f8767a9f5db113c85e60ffc26bb949f1406e SHA512 0d845daffb841efea93b59e48ee86daeb0dbacbe4fc7fa417ff71d1dcda3a5551901f589097416441736007d256197932b83de76a2f630a5f7835909cd758e79 diff --git a/dev-haskell/logict/logict-0.6.0.2.ebuild b/dev-haskell/logict/logict-0.6.0.2.ebuild deleted file mode 100644 index 6f613d9a92a6..000000000000 --- a/dev-haskell/logict/logict-0.6.0.2.ebuild +++ /dev/null @@ -1,25 +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.3.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="A backtracking logic-programming monad" -HOMEPAGE="https://github.com/Bodigrim/logict" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/mtl-2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] - >=dev-lang/ghc-6.10.4:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.9.2 -" diff --git a/dev-haskell/logict/logict-0.7.0.2.ebuild b/dev-haskell/logict/logict-0.7.0.2.ebuild deleted file mode 100644 index fda9f35cc82f..000000000000 --- a/dev-haskell/logict/logict-0.7.0.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="A backtracking logic-programming monad" -HOMEPAGE="https://github.com/Bodigrim/logict#readme" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/fail:=[profile?] - >=dev-haskell/mtl-2:=[profile?] <dev-haskell/mtl-2.3:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.9.2 - test? ( dev-haskell/tasty - dev-haskell/tasty-hunit ) -" |