diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-23 00:44:31 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-23 00:44:31 +0000 |
| commit | c8d3ecb99b3336a82a9da445d390e27d11b490d2 (patch) | |
| tree | 210bdbe7d5b5fbab41cf8e5716195e559d29f800 /dev-haskell/unicode-data | |
| parent | 108b5ad78e31e145c633eb9b982bbb2d9c23c73a (diff) | |
| download | baldeagleos-repo-c8d3ecb99b3336a82a9da445d390e27d11b490d2.tar.gz baldeagleos-repo-c8d3ecb99b3336a82a9da445d390e27d11b490d2.tar.xz baldeagleos-repo-c8d3ecb99b3336a82a9da445d390e27d11b490d2.zip | |
Adding metadata
Diffstat (limited to 'dev-haskell/unicode-data')
| -rw-r--r-- | dev-haskell/unicode-data/Manifest | 2 | ||||
| -rw-r--r-- | dev-haskell/unicode-data/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-haskell/unicode-data/unicode-data-0.3.0.ebuild | 38 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-haskell/unicode-data/Manifest b/dev-haskell/unicode-data/Manifest new file mode 100644 index 000000000000..d94ef547e72e --- /dev/null +++ b/dev-haskell/unicode-data/Manifest @@ -0,0 +1,2 @@ +DIST unicode-data-0.3.0.cabal 5123 BLAKE2B 9166d0496d890a880d364aae56d48a0d1b6c474a708a8c59754f196f75d07278e8b27d8d0f1f68a6fdab475f039c4b7fa7ca35434efdeb891b016003ef4abb17 SHA512 45ca93bef8197394f5a04528169f269417a915ae550fd8c531826ae85707939666689a2fc33b954ce4cc053330f062fc123ffeae408790f9613181c14db1da05 +DIST unicode-data-0.3.0.tar.gz 142487 BLAKE2B 0e1dbe384957adb0ff53482fe65578a10d6753c3ab14e6e5aa5da60f5891fbe10ce4bd024f76ae5f213b53baef24c1ccf97a4a2cbd79de1595336db23fda64fc SHA512 6e96f9b93f8a37c8e17f6b20fbe5339fdfeeb75a9d0c6311b03e0bdc9a4a6aa87db6adbe2c3d7d4e7671635df1b32c5325d37815f48ae03ab3b27190a293896b diff --git a/dev-haskell/unicode-data/metadata.xml b/dev-haskell/unicode-data/metadata.xml new file mode 100644 index 000000000000..3d015d9cde4c --- /dev/null +++ b/dev-haskell/unicode-data/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild b/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild new file mode 100644 index 000000000000..816a4b7df3b1 --- /dev/null +++ b/dev-haskell/unicode-data/unicode-data-0.3.0.ebuild @@ -0,0 +1,38 @@ +# 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.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Access Unicode character database" +HOMEPAGE="https://github.com/composewell/unicode-data" +HACKAGE_REV="1" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz + https://hackage.haskell.org/package/${P}/revision/${HACKAGE_REV}.cabal -> ${PF}.cabal" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=">=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( >=dev-haskell/hspec-2.0 <dev-haskell/hspec-2.10 ) +" +BDEPEND="app-text/dos2unix" + +src_prepare() { + # pull revised cabal from upstream + cp "${DISTDIR}/${PF}.cabal" "${S}/${PN}.cabal" || die + + # Convert to unix line endings + dos2unix "${S}/${PN}.cabal" || die + + # Apply patches *after* pulling the revised cabal + default +} |
