diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:08:28 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:50 +0100 |
commit | 6d35e4cc44ed4790f222d8b2cab2b6fcc4071166 (patch) | |
tree | 3b7cf6798741245a693b806f718541a5429d9e49 /dev-haskell/libmpd | |
parent | dev-haskell/lens: add 5.2.2 (diff) | |
download | gentoo-6d35e4cc44ed4790f222d8b2cab2b6fcc4071166.tar.gz gentoo-6d35e4cc44ed4790f222d8b2cab2b6fcc4071166.tar.bz2 gentoo-6d35e4cc44ed4790f222d8b2cab2b6fcc4071166.zip |
dev-haskell/libmpd: add 0.10.0.0
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/libmpd')
-rw-r--r-- | dev-haskell/libmpd/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/libmpd/libmpd-0.10.0.0.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/libmpd/metadata.xml | 4 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/libmpd/Manifest b/dev-haskell/libmpd/Manifest index 94026d83b685..84cb8fd7d085 100644 --- a/dev-haskell/libmpd/Manifest +++ b/dev-haskell/libmpd/Manifest @@ -1 +1,2 @@ +DIST libmpd-0.10.0.0.tar.gz 43455 BLAKE2B 1afacbecf7c36f5135b4d4811d38a45841143a87224a7701a1f426b7ec624251e4314645179b19c5743ab6a50d8ad04dfa5c393ac5c6a3c10e20f0baecfc28d2 SHA512 33b2af4cbbcc2c6bb2f05ada685d8870ca5132559f8f0505da39f0deb290f1e15028d783c9b28fc51f785ed86878fbf40bb0be0487612cc2b600eaf619114c11 DIST libmpd-0.9.2.0.tar.gz 41824 BLAKE2B 1788acb7e4152a9612a8cd503ac9751a5165a80044f1470bb4b6b055e9a52b538c9bf9cd5f0d2796e08f11e1c7a80e2739cbedf6869e1929a2f27fda08ec32ae SHA512 44b09e239a757308e59434eec80382465b684c9a00803c917194268a5b5b548b9da8e33ead8582c2a797badd0edb38846267009848a4f2300098adda4004aa18 diff --git a/dev-haskell/libmpd/libmpd-0.10.0.0.ebuild b/dev-haskell/libmpd/libmpd-0.10.0.0.ebuild new file mode 100644 index 000000000000..499b2215af76 --- /dev/null +++ b/dev-haskell/libmpd/libmpd-0.10.0.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# ebuild generated by hackport 0.8.1.0 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="An MPD client library" +HOMEPAGE="https://github.com/vimus/libmpd-haskell#readme" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +CABAL_CHDEPS=( + 'text >= 0.11 && < 2' 'text >= 0.11' +) + +RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-1:=[profile?] + >=dev-haskell/data-default-class-0.0.1:=[profile?] <dev-haskell/data-default-class-1:=[profile?] + >=dev-haskell/network-2.6.3.5:=[profile?] + >=dev-haskell/safe-exceptions-0.1:=[profile?] <dev-haskell/safe-exceptions-0.2:=[profile?] + >=dev-haskell/utf8-string-0.3.1:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?] + >=dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.4 + test? ( >=dev-haskell/hspec-2 + >=dev-haskell/quickcheck-2.10 ) +" diff --git a/dev-haskell/libmpd/metadata.xml b/dev-haskell/libmpd/metadata.xml index 937381521944..d15c9225ef07 100644 --- a/dev-haskell/libmpd/metadata.xml +++ b/dev-haskell/libmpd/metadata.xml @@ -5,4 +5,8 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="hackage">libmpd</remote-id> + <remote-id type="github">vimus/libmpd-haskell</remote-id> + </upstream> </pkgmetadata> |