mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-haskell/os-string: Add from haskell overlay
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
2
dev-haskell/os-string/Manifest
Normal file
2
dev-haskell/os-string/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST os-string-2.0.7.tar.gz 44683 BLAKE2B 81fd74c4125575df5522c6f2ce42f34bd7eb80b08af50b263663dc8af77545c8e09220845218a16d3f3e02259a815284941c660a2498606cc9c5d1e82eb30e4a SHA512 f8b63c1d2508ad3bf0e53737c8dfd4b1bd01cab0a931b4f4fff2930a0cd054279ef63eb0fc6b909e5ac9fc3f773b752bf19d711c6e9d1926a96aa2d181daf4c5
|
||||
DIST os-string-2.0.8.tar.gz 44896 BLAKE2B c6bd3dfed9060866cffab2443dabb8e2f8aa31b52edb451c70b5da47ca6f4c73b2f0fd5e0b374a48217e759ad525d450dccc828e9c541a86c96ba1e6b0bfd6da SHA512 1e7e913c5b7bc9c034b2ef77b73151e27ae8c3069fd720f4b9da8bbaf754513eed6ef914a4175205813f03becc390cfeacf083b80acefd68ddde8a2aab3a8384
|
||||
12
dev-haskell/os-string/metadata.xml
Normal file
12
dev-haskell/os-string/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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">os-string</remote-id>
|
||||
<remote-id type="github">haskell/os-string</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
26
dev-haskell/os-string/os-string-2.0.7.ebuild
Normal file
26
dev-haskell/os-string/os-string-2.0.7.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.9.0.0.9999
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Library for manipulating Operating system strings"
|
||||
HOMEPAGE="https://github.com/haskell/os-string/blob/master/README.md"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-9.2.4:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.6.3.0
|
||||
test? ( >=dev-haskell/quickcheck-2.7 <dev-haskell/quickcheck-2.16
|
||||
>=dev-haskell/quickcheck-classes-base-0.6.2 <dev-haskell/quickcheck-classes-base-0.7 )
|
||||
"
|
||||
|
||||
CABAL_CORE_LIB_GHC_PV="9.10.1 9.10.2 9.12.1 9.12.2"
|
||||
26
dev-haskell/os-string/os-string-2.0.8.ebuild
Normal file
26
dev-haskell/os-string/os-string-2.0.8.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.9.0.0.9999
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Library for manipulating Operating system strings"
|
||||
HOMEPAGE="https://github.com/haskell/os-string/blob/master/README.md"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-9.2.4:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.6.3.0
|
||||
test? ( >=dev-haskell/quickcheck-2.7 <dev-haskell/quickcheck-2.16
|
||||
>=dev-haskell/quickcheck-classes-base-0.6.2 <dev-haskell/quickcheck-classes-base-0.7 )
|
||||
"
|
||||
|
||||
CABAL_CORE_LIB_GHC_PV="9.12.3"
|
||||
Reference in New Issue
Block a user