Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hslua-core/
Date: Sun, 31 Jul 2022 04:10:51
Message-Id: 1659240626.519d8777edb0b593dbb84938a499d0f3f896d821.sam@gentoo
1 commit: 519d8777edb0b593dbb84938a499d0f3f896d821
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Jul 31 00:37:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 04:10:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519d8777
7
8 dev-haskell/hslua-core: drop 2.1.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-haskell/hslua-core/Manifest | 1 -
13 dev-haskell/hslua-core/hslua-core-2.1.0.ebuild | 33 --------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-haskell/hslua-core/Manifest b/dev-haskell/hslua-core/Manifest
17 index f1f4de6908e8..04fd7fc31e9f 100644
18 --- a/dev-haskell/hslua-core/Manifest
19 +++ b/dev-haskell/hslua-core/Manifest
20 @@ -1,2 +1 @@
21 -DIST hslua-core-2.1.0.tar.gz 36047 BLAKE2B df175f92df38d4b7ab4810eabef30c9f89479f905fd586cc85c124ef19896dca0532938012c7c55186cfad2d0e057f632f75a967420c2fdc22c57816731dd2f1 SHA512 7a92937f129125b58c0534d2c2b3b2f1798d6a24326ae6a6ef97d93630d9fb53604ead4d9bce23d1f0d3cb7fca4f716284619b651ee3bbdab71619edb30249c0
22 DIST hslua-core-2.2.0.tar.gz 36808 BLAKE2B 02cbb94ea562fbaac9c2eb9445150f6f79a345ab15b2062aa7900d18c671ad0104a0ad3abe6603a38ddb40a9fa59cd13f4892d73c7dba4baff5727a9211fa503 SHA512 cb2f8b76b44432698624aac3d425be7a0c068bec1d41cd8a13b75854ed15fc614de5a0aee46c1092ef22b0e6b706a931188879d97354c01c37aa47a334baf5f3
23
24 diff --git a/dev-haskell/hslua-core/hslua-core-2.1.0.ebuild b/dev-haskell/hslua-core/hslua-core-2.1.0.ebuild
25 deleted file mode 100644
26 index 53071a64e051..000000000000
27 --- a/dev-haskell/hslua-core/hslua-core-2.1.0.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -# ebuild generated by hackport 0.7.1.1.9999
36 -
37 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
38 -inherit haskell-cabal
39 -
40 -DESCRIPTION="Bindings to Lua, an embeddable scripting language"
41 -HOMEPAGE="https://hslua.org/"
42 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0/${PV}"
46 -KEYWORDS="~amd64 ~ppc64 ~x86"
47 -
48 -RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?] <dev-haskell/exceptions-0.11:=[profile?]
49 - >=dev-haskell/lua-2.1:=[profile?] <dev-haskell/lua-2.2:=[profile?]
50 - >=dev-haskell/mtl-2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
51 - >=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-2.1:=[profile?]
52 - >=dev-lang/ghc-8.10.1:=
53 -"
54 -DEPEND="${RDEPEND}
55 - >=dev-haskell/cabal-3.2.0.0
56 - test? ( >=dev-haskell/lua-arbitrary-1.0
57 - >=dev-haskell/quickcheck-2.7
58 - >=dev-haskell/quickcheck-instances-0.3
59 - >=dev-haskell/tasty-0.11
60 - >=dev-haskell/tasty-hunit-0.9
61 - >=dev-haskell/tasty-quickcheck-0.8 )
62 -"