diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-haskell/unix-compat | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell/unix-compat')
| -rw-r--r-- | dev-haskell/unix-compat/Manifest | 2 | ||||
| -rw-r--r-- | dev-haskell/unix-compat/metadata.xml | 15 | ||||
| -rw-r--r-- | dev-haskell/unix-compat/unix-compat-0.5.2.ebuild | 29 | ||||
| -rw-r--r-- | dev-haskell/unix-compat/unix-compat-0.7.ebuild | 33 |
4 files changed, 0 insertions, 79 deletions
diff --git a/dev-haskell/unix-compat/Manifest b/dev-haskell/unix-compat/Manifest deleted file mode 100644 index a8d26b41146f..000000000000 --- a/dev-haskell/unix-compat/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST unix-compat-0.5.2.tar.gz 13281 BLAKE2B 617e916badf79b76959ffcd542ad6fa1f1ea04c0bc741faace7614bc9e0fcae0cc34dabb06197fa8686dee26b0d890ee95d3f6e5f6258e543424a9d99498a0cf SHA512 0a0a98e03edb7c6ab4401a022c3e90f7598b24930cb22ba04711c3f57b8f87990c6669d5cda07196b61d36cb6e0fa8b281822fa99b199c3b78cfccd0bc3f70be -DIST unix-compat-0.7.tar.gz 15210 BLAKE2B ccf771b729d98f29900dc79bd2e832c44ae06e3153eafadcd6aaff9fcb46cd74d78bc414988ef355e16d0d20ed11d5b82a3828c9c295b4d004b56ae4fefb3804 SHA512 2cac851106148a61c6c94742f6bf4862ce3409defd6b5478791ebabe538b53b4da35bdf552eed685117f72adcff2f16a920791705c734a7149d13184cf2ff549 diff --git a/dev-haskell/unix-compat/metadata.xml b/dev-haskell/unix-compat/metadata.xml deleted file mode 100644 index 312d969e96a6..000000000000 --- a/dev-haskell/unix-compat/metadata.xml +++ /dev/null @@ -1,15 +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> - <use> - <flag name="old-time">build against old-time package</flag> - </use> - <upstream> - <remote-id type="hackage">unix-compat</remote-id> - <remote-id type="github">haskell-pkg-janitors/unix-compat</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-haskell/unix-compat/unix-compat-0.5.2.ebuild b/dev-haskell/unix-compat/unix-compat-0.5.2.ebuild deleted file mode 100644 index 5b631a41e396..000000000000 --- a/dev-haskell/unix-compat/unix-compat-0.5.2.ebuild +++ /dev/null @@ -1,29 +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.6.1 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Portable POSIX-compatibility layer" -HOMEPAGE="https://github.com/jacobstanley/unix-compat" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="old-time" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag old-time old-time) -} diff --git a/dev-haskell/unix-compat/unix-compat-0.7.ebuild b/dev-haskell/unix-compat/unix-compat-0.7.ebuild deleted file mode 100644 index ce0ef908850d..000000000000 --- a/dev-haskell/unix-compat/unix-compat-0.7.ebuild +++ /dev/null @@ -1,33 +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.4.0.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Portable POSIX-compatibility layer" -HOMEPAGE="https://github.com/haskell-pkg-janitors/unix-compat" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="old-time" - -RDEPEND=">=dev-lang/ghc-8.10.6:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-3.2.1.0 - test? ( dev-haskell/extra - dev-haskell/hspec - dev-haskell/hunit - dev-haskell/monad-parallel - dev-haskell/temporary ) -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag old-time old-time) -} |
