diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-haskell/hslua-classes | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell/hslua-classes')
| -rw-r--r-- | dev-haskell/hslua-classes/Manifest | 2 | ||||
| -rw-r--r-- | dev-haskell/hslua-classes/hslua-classes-2.2.0.ebuild | 32 | ||||
| -rw-r--r-- | dev-haskell/hslua-classes/hslua-classes-2.3.0.ebuild | 32 | ||||
| -rw-r--r-- | dev-haskell/hslua-classes/metadata.xml | 12 |
4 files changed, 0 insertions, 78 deletions
diff --git a/dev-haskell/hslua-classes/Manifest b/dev-haskell/hslua-classes/Manifest deleted file mode 100644 index 619f5a842fa4..000000000000 --- a/dev-haskell/hslua-classes/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST hslua-classes-2.2.0.tar.gz 11614 BLAKE2B 4fddbdd4c130562e961c627ae6a0201362036df846f18b03293d237a9b658157d8e607b5cf840ad793724dfde308e240c299a3633d185e75a40b9e9dbedf0852 SHA512 21d9da7fca86123cf1f6ac339b2453393bd97c052eb9b5ab75bf06a56fc0ff81593e30c88082aab5eb767816c479e975622b01f78e3df13ed476710d424f48c7 -DIST hslua-classes-2.3.0.tar.gz 11579 BLAKE2B b8b61a058b160060438f1d39f8024d98cdac934d7e2107ff71d8b9cea3a0945c6c8556a9c2ccd4a6c1e863a280be52a7a6454ecee58eedf34cbbc4f1717d4302 SHA512 07daa9b31bf4d3c8ec24bff67219cdcaf58ec56d45ac4c1b000aceccbbd90a79748f6786497c3a79e7c2670442859e1f31b200455cf2b26eb0dc4d699f9345ba diff --git a/dev-haskell/hslua-classes/hslua-classes-2.2.0.ebuild b/dev-haskell/hslua-classes/hslua-classes-2.2.0.ebuild deleted file mode 100644 index 7d97452d0535..000000000000 --- a/dev-haskell/hslua-classes/hslua-classes-2.2.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.7.1.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Type classes for HsLua" -HOMEPAGE="https://hslua.org/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - -RDEPEND=">=dev-haskell/hslua-core-2.1:=[profile?] <dev-haskell/hslua-core-2.3:=[profile?] - >=dev-haskell/hslua-marshalling-2.1:=[profile?] <dev-haskell/hslua-marshalling-2.3:=[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-hslua-1.0 - >=dev-haskell/tasty-hunit-0.9 - >=dev-haskell/tasty-quickcheck-0.8 ) -" diff --git a/dev-haskell/hslua-classes/hslua-classes-2.3.0.ebuild b/dev-haskell/hslua-classes/hslua-classes-2.3.0.ebuild deleted file mode 100644 index 91609b23db75..000000000000 --- a/dev-haskell/hslua-classes/hslua-classes-2.3.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.8.2.0.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Type classes for HsLua" -HOMEPAGE="https://hslua.org/" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" - -RDEPEND=">=dev-haskell/hslua-core-2.1:=[profile?] <dev-haskell/hslua-core-2.4:=[profile?] - >=dev-haskell/hslua-marshalling-2.1:=[profile?] <dev-haskell/hslua-marshalling-2.4:=[profile?] - >=dev-haskell/text-1.2:=[profile?] <dev-haskell/text-2.1:=[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-hslua-1.0 - >=dev-haskell/tasty-hunit-0.9 - >=dev-haskell/tasty-quickcheck-0.8 ) -" diff --git a/dev-haskell/hslua-classes/metadata.xml b/dev-haskell/hslua-classes/metadata.xml deleted file mode 100644 index b71394be1af6..000000000000 --- a/dev-haskell/hslua-classes/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <upstream> - <remote-id type="hackage">hslua-classes</remote-id> - <remote-id type="github">hslua/hslua</remote-id> - </upstream> -</pkgmetadata> |
