diff options
author | Mark Wright <gienah@gentoo.org> | 2014-03-09 05:16:01 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-03-09 05:16:01 +0000 |
commit | f1960fe78a1642743d2bc027f84b136deea854fe (patch) | |
tree | b513a0e4f1e1b83d7148757ec608ceb7d0543907 | |
parent | Bump libxml-sax to 0.7.5 (diff) | |
download | gentoo-2-f1960fe78a1642743d2bc027f84b136deea854fe.tar.gz gentoo-2-f1960fe78a1642743d2bc027f84b136deea854fe.tar.bz2 gentoo-2-f1960fe78a1642743d2bc027f84b136deea854fe.zip |
Bump network-protocol-xmpp to 0.4.6
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r-- | dev-haskell/network-protocol-xmpp/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.6.ebuild | 34 |
2 files changed, 42 insertions, 2 deletions
diff --git a/dev-haskell/network-protocol-xmpp/ChangeLog b/dev-haskell/network-protocol-xmpp/ChangeLog index 40d42f7eb1d7..a5fedb5e6bb9 100644 --- a/dev-haskell/network-protocol-xmpp/ChangeLog +++ b/dev-haskell/network-protocol-xmpp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/network-protocol-xmpp -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-protocol-xmpp/ChangeLog,v 1.1 2013/08/26 11:36:10 qnikst Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-protocol-xmpp/ChangeLog,v 1.2 2014/03/09 05:16:01 gienah Exp $ + +*network-protocol-xmpp-0.4.6 (09 Mar 2014) + + 09 Mar 2014; Mark Wright <gienah@gentoo.org> + +network-protocol-xmpp-0.4.6.ebuild: + Bump network-protocol-xmpp to 0.4.6 *network-protocol-xmpp-0.4.5 (26 Aug 2013) *network-protocol-xmpp-0.4.4 (26 Aug 2013) diff --git a/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.6.ebuild b/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.6.ebuild new file mode 100644 index 000000000000..0dbc27e065f7 --- /dev/null +++ b/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network-protocol-xmpp/network-protocol-xmpp-0.4.6.ebuild,v 1.1 2014/03/09 05:16:01 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Client library for the XMPP protocol." +HOMEPAGE="https://john-millikin.com/software/haskell-xmpp/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${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/text-0.10:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] + >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" |