commit: 148c1c9a27d63bcef47149aa20a2907c509b8fa0 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Aug 29 19:09:30 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Aug 29 19:09:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148c1c9a
dev-haskell/network-protocol-xmpp: nump up to 0.4.9 Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/736106 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/network-protocol-xmpp/Manifest | 1 + .../network-protocol-xmpp-0.4.9.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-haskell/network-protocol-xmpp/Manifest b/dev-haskell/network-protocol-xmpp/Manifest index f834be408a9..45e5ca20eee 100644 --- a/dev-haskell/network-protocol-xmpp/Manifest +++ b/dev-haskell/network-protocol-xmpp/Manifest @@ -1 +1,2 @@ DIST network-protocol-xmpp-0.4.8.tar.gz 24289 BLAKE2B 53d5f7c35846a4727fc15994d332213573b73893e37ef8fb5121bcf7e4ea684e1f794856317d3b8b51e0b8a7d5cb829ab1af0d226c75d745a7e280e9c4ecc992 SHA512 029cbb1a0ea6691fd886b326eee7a24e8300bbece1f0c0f564b43b0e344f4107ca980d97342271cab0b9c1333fc445ac10f7dfae41dd2b6e6ea995bfb810311e +DIST network-protocol-xmpp-0.4.9.tar.gz 24623 BLAKE2B e8d0e611bdb2ce42a4ec0a9bd80221aa863eb8a5d69f3580a12c67ccf45492205f52b6de4232e7db0bdd568da1deaa39b610ea543c6f1ea63e05355567974472 SHA512 51c97677a4e56b016c23287076ee75a6ca023b9d4e073aae2d9b406e2f3aaa5147194d0f08e3673562df6b965b686b115577da9ce92a94892c515a6032989c86 diff --git a/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.9.ebuild b/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.9.ebuild new file mode 100644 index 00000000000..a728492f5d6 --- /dev/null +++ b/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.9.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.4 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Client library for the XMPP protocol" +HOMEPAGE="https://git.sr.ht/~singpolyma/network-protocol-xmpp" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/gnuidn-0.2:=[profile?] <dev-haskell/gnuidn-0.3:=[profile?] + >=dev-haskell/gnutls-0.1.4:=[profile?] <dev-haskell/gnutls-0.3:=[profile?] + >=dev-haskell/gsasl-0.3:=[profile?] <dev-haskell/gsasl-0.4:=[profile?] + >=dev-haskell/libxml-sax-0.7:=[profile?] <dev-haskell/libxml-sax-0.8:=[profile?] + >=dev-haskell/monads-tf-0.1:=[profile?] <dev-haskell/monads-tf-0.2:=[profile?] + >=dev-haskell/network-2.2:=[profile?] <dev-haskell/network-3.0.0.0:=[profile?] + >=dev-haskell/text-0.10:=[profile?] + >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 +"
