[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hslua-core/

2022-07-30 Thread Sam James
commit: 519d8777edb0b593dbb84938a499d0f3f896d821
Author: matoro  users  noreply  github  com>
AuthorDate: Sun Jul 31 00:37:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 31 04:10:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519d8777

dev-haskell/hslua-core: drop 2.1.0

Signed-off-by: Sam James  gentoo.org>

 dev-haskell/hslua-core/Manifest|  1 -
 dev-haskell/hslua-core/hslua-core-2.1.0.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-haskell/hslua-core/Manifest b/dev-haskell/hslua-core/Manifest
index f1f4de6908e8..04fd7fc31e9f 100644
--- a/dev-haskell/hslua-core/Manifest
+++ b/dev-haskell/hslua-core/Manifest
@@ -1,2 +1 @@
-DIST hslua-core-2.1.0.tar.gz 36047 BLAKE2B 
df175f92df38d4b7ab4810eabef30c9f89479f905fd586cc85c124ef19896dca0532938012c7c55186cfad2d0e057f632f75a967420c2fdc22c57816731dd2f1
 SHA512 
7a92937f129125b58c0534d2c2b3b2f1798d6a24326ae6a6ef97d93630d9fb53604ead4d9bce23d1f0d3cb7fca4f716284619b651ee3bbdab71619edb30249c0
 DIST hslua-core-2.2.0.tar.gz 36808 BLAKE2B 
02cbb94ea562fbaac9c2eb9445150f6f79a345ab15b2062aa7900d18c671ad0104a0ad3abe6603a38ddb40a9fa59cd13f4892d73c7dba4baff5727a9211fa503
 SHA512 
cb2f8b76b44432698624aac3d425be7a0c068bec1d41cd8a13b75854ed15fc614de5a0aee46c1092ef22b0e6b706a931188879d97354c01c37aa47a334baf5f3

diff --git a/dev-haskell/hslua-core/hslua-core-2.1.0.ebuild 
b/dev-haskell/hslua-core/hslua-core-2.1.0.ebuild
deleted file mode 100644
index 53071a64e051..
--- a/dev-haskell/hslua-core/hslua-core-2.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7.1.1.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Bindings to Lua, an embeddable scripting language"
-HOMEPAGE="https://hslua.org/;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?] 
=dev-haskell/lua-2.1:=[profile?] =dev-haskell/mtl-2.2:=[profile?] =dev-haskell/text-1.0:=[profile?] =dev-lang/ghc-8.10.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-3.2.0.0
-   test? ( >=dev-haskell/lua-arbitrary-1.0
-   >=dev-haskell/quickcheck-2.7
-   >=dev-haskell/quickcheck-instances-0.3
-   >=dev-haskell/tasty-0.11
-   >=dev-haskell/tasty-hunit-0.9
-   >=dev-haskell/tasty-quickcheck-0.8 )
-"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hslua-core/

2022-07-22 Thread Sam James
commit: 965d7ef11318725dcf9a7da3f11fb3f4281de3ae
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 23 04:03:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 23 04:08:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=965d7ef1

dev-haskell/hslua-core: fix dtd URL (HTTP->HTTPS)

Signed-off-by: Sam James  gentoo.org>

 dev-haskell/hslua-core/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-haskell/hslua-core/metadata.xml 
b/dev-haskell/hslua-core/metadata.xml
index b7878815d80d..937381521944 100644
--- a/dev-haskell/hslua-core/metadata.xml
+++ b/dev-haskell/hslua-core/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 

hask...@gentoo.org