diff options
author | Mark Wright <gienah@gentoo.org> | 2013-12-11 06:20:36 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2013-12-11 06:20:36 +0000 |
commit | e1ffbee9731d2d05fcc22fda61130d15b03dc7f5 (patch) | |
tree | 531c36c128e3fad24729f6926a6e89fa2235cad5 /dev-haskell/socks | |
parent | Bump skein to 1.0.8 (diff) | |
download | gentoo-2-e1ffbee9731d2d05fcc22fda61130d15b03dc7f5.tar.gz gentoo-2-e1ffbee9731d2d05fcc22fda61130d15b03dc7f5.tar.bz2 gentoo-2-e1ffbee9731d2d05fcc22fda61130d15b03dc7f5.zip |
Bump socks to 0.5.4
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/socks')
-rw-r--r-- | dev-haskell/socks/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/socks/socks-0.5.4.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-haskell/socks/ChangeLog b/dev-haskell/socks/ChangeLog index 2f9605efa0d1..27110c212c9b 100644 --- a/dev-haskell/socks/ChangeLog +++ b/dev-haskell/socks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/socks # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/socks/ChangeLog,v 1.4 2013/11/24 19:38:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/socks/ChangeLog,v 1.5 2013/12/11 06:20:36 gienah Exp $ + +*socks-0.5.4 (11 Dec 2013) + + 11 Dec 2013; Mark Wright <gienah@gentoo.org> +socks-0.5.4.ebuild: + Bump socks to 0.5.4 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> socks-0.5.3.ebuild: Stable for x86, wrt bug #488750 diff --git a/dev-haskell/socks/socks-0.5.4.ebuild b/dev-haskell/socks/socks-0.5.4.ebuild new file mode 100644 index 000000000000..97c7c64000a3 --- /dev/null +++ b/dev-haskell/socks/socks-0.5.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/socks/socks-0.5.4.ebuild,v 1.1 2013/12/11 06:20:36 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Socks proxy (version 5) implementation." +HOMEPAGE="http://github.com/vincenthz/hs-socks" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/cereal-0.3.1:=[profile?] + >=dev-haskell/network-2.3:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6.0.3 +" |