Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/libmpd/
Date: Fri, 23 Apr 2021 06:37:24
Message-Id: 1619159833.03a0844b62c51915e873cadff451a08813121b66.slyfox@gentoo
1 commit: 03a0844b62c51915e873cadff451a08813121b66
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 23 06:35:22 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 23 06:37:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a0844b
7
8 dev-haskell/libmpd: bump up to 0.9.2.0
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/libmpd/Manifest | 1 +
14 dev-haskell/libmpd/libmpd-0.9.2.0.ebuild | 34 ++++++++++++++++++++++++++++++++
15 dev-haskell/libmpd/metadata.xml | 3 ---
16 3 files changed, 35 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-haskell/libmpd/Manifest b/dev-haskell/libmpd/Manifest
19 index 3ada508603a..b55cc43093f 100644
20 --- a/dev-haskell/libmpd/Manifest
21 +++ b/dev-haskell/libmpd/Manifest
22 @@ -1 +1,2 @@
23 DIST libmpd-0.9.1.0.tar.gz 41332 BLAKE2B 16d4ee3ae4edeb647927ca03ebcad0ce94cf0e5dbcd15550843ad7a56f92683fe6e5c0e265875d4df944493d7273499e8ae0a8127d75a1b16416965d95a833df SHA512 f8fb657c4eec2444aaa6ec58966ea9fc8f4944ce13e4dc380f8fbf3dd87a39e1db18c563a25ac09ea1c6f3b5c8596a25dc0e81d8b7d2771c970d85c06d208496
24 +DIST libmpd-0.9.2.0.tar.gz 41824 BLAKE2B 1788acb7e4152a9612a8cd503ac9751a5165a80044f1470bb4b6b055e9a52b538c9bf9cd5f0d2796e08f11e1c7a80e2739cbedf6869e1929a2f27fda08ec32ae SHA512 44b09e239a757308e59434eec80382465b684c9a00803c917194268a5b5b548b9da8e33ead8582c2a797badd0edb38846267009848a4f2300098adda4004aa18
25
26 diff --git a/dev-haskell/libmpd/libmpd-0.9.2.0.ebuild b/dev-haskell/libmpd/libmpd-0.9.2.0.ebuild
27 new file mode 100644
28 index 00000000000..dab573197d1
29 --- /dev/null
30 +++ b/dev-haskell/libmpd/libmpd-0.9.2.0.ebuild
31 @@ -0,0 +1,34 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +# ebuild generated by hackport 0.6.7.9999
38 +
39 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
40 +inherit haskell-cabal
41 +
42 +DESCRIPTION="An MPD client library"
43 +HOMEPAGE="https://github.com/vimus/libmpd-haskell#readme"
44 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
45 +
46 +LICENSE="MIT"
47 +SLOT="0/${PV}"
48 +KEYWORDS="~amd64 ~x86"
49 +IUSE=""
50 +
51 +RDEPEND=">=dev-haskell/attoparsec-0.10.1:=[profile?] <dev-haskell/attoparsec-1:=[profile?]
52 + >=dev-haskell/data-default-class-0.0.1:=[profile?] <dev-haskell/data-default-class-1:=[profile?]
53 + >=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-3:=[profile?]
54 + >=dev-haskell/network-2.6.3.5:=[profile?]
55 + >=dev-haskell/old-locale-1:=[profile?] <dev-haskell/old-locale-2:=[profile?]
56 + >=dev-haskell/safe-exceptions-0.1:=[profile?] <dev-haskell/safe-exceptions-0.2:=[profile?]
57 + >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-2:=[profile?]
58 + >=dev-haskell/utf8-string-0.3.1:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
59 + >=dev-lang/ghc-8.0.1:=
60 +"
61 +DEPEND="${RDEPEND}
62 + >=dev-haskell/cabal-1.24.0.0
63 + test? ( >=dev-haskell/hspec-1.3
64 + >=dev-haskell/quickcheck-2.10 )
65 +"
66
67 diff --git a/dev-haskell/libmpd/metadata.xml b/dev-haskell/libmpd/metadata.xml
68 index 65d5c95ca6b..b7878815d80 100644
69 --- a/dev-haskell/libmpd/metadata.xml
70 +++ b/dev-haskell/libmpd/metadata.xml
71 @@ -5,7 +5,4 @@
72 <email>haskell@g.o</email>
73 <name>Gentoo Haskell</name>
74 </maintainer>
75 - <upstream>
76 - <remote-id type="github">vimus/libmpd-haskell#readme</remote-id>
77 - </upstream>
78 </pkgmetadata>