From 03a0844b62c51915e873cadff451a08813121b66 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 23 Apr 2021 07:35:22 +0100 Subject: dev-haskell/libmpd: bump up to 0.9.2.0 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich --- dev-haskell/libmpd/Manifest | 1 + dev-haskell/libmpd/libmpd-0.9.2.0.ebuild | 34 ++++++++++++++++++++++++++++++++ dev-haskell/libmpd/metadata.xml | 3 --- 3 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 dev-haskell/libmpd/libmpd-0.9.2.0.ebuild (limited to 'dev-haskell/libmpd') diff --git a/dev-haskell/libmpd/Manifest b/dev-haskell/libmpd/Manifest index 3ada508603a7..b55cc43093f9 100644 --- a/dev-haskell/libmpd/Manifest +++ b/dev-haskell/libmpd/Manifest @@ -1 +1,2 @@ DIST libmpd-0.9.1.0.tar.gz 41332 BLAKE2B 16d4ee3ae4edeb647927ca03ebcad0ce94cf0e5dbcd15550843ad7a56f92683fe6e5c0e265875d4df944493d7273499e8ae0a8127d75a1b16416965d95a833df SHA512 f8fb657c4eec2444aaa6ec58966ea9fc8f4944ce13e4dc380f8fbf3dd87a39e1db18c563a25ac09ea1c6f3b5c8596a25dc0e81d8b7d2771c970d85c06d208496 +DIST libmpd-0.9.2.0.tar.gz 41824 BLAKE2B 1788acb7e4152a9612a8cd503ac9751a5165a80044f1470bb4b6b055e9a52b538c9bf9cd5f0d2796e08f11e1c7a80e2739cbedf6869e1929a2f27fda08ec32ae SHA512 44b09e239a757308e59434eec80382465b684c9a00803c917194268a5b5b548b9da8e33ead8582c2a797badd0edb38846267009848a4f2300098adda4004aa18 diff --git a/dev-haskell/libmpd/libmpd-0.9.2.0.ebuild b/dev-haskell/libmpd/libmpd-0.9.2.0.ebuild new file mode 100644 index 000000000000..dab573197d1d --- /dev/null +++ b/dev-haskell/libmpd/libmpd-0.9.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.7.9999 + +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" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] =dev-haskell/data-default-class-0.0.1:=[profile?] =dev-haskell/mtl-2.0:=[profile?] =dev-haskell/network-2.6.3.5:=[profile?] + >=dev-haskell/old-locale-1:=[profile?] =dev-haskell/safe-exceptions-0.1:=[profile?] =dev-haskell/text-0.11:=[profile?] =dev-haskell/utf8-string-0.3.1:=[profile?] =dev-lang/ghc-8.0.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24.0.0 + test? ( >=dev-haskell/hspec-1.3 + >=dev-haskell/quickcheck-2.10 ) +" diff --git a/dev-haskell/libmpd/metadata.xml b/dev-haskell/libmpd/metadata.xml index 65d5c95ca6b0..b7878815d80d 100644 --- a/dev-haskell/libmpd/metadata.xml +++ b/dev-haskell/libmpd/metadata.xml @@ -5,7 +5,4 @@ haskell@gentoo.org Gentoo Haskell - - vimus/libmpd-haskell#readme - -- cgit v1.2.3-65-gdbad