summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-02 11:04:53 +0000
committerMark Wright <gienah@gentoo.org>2014-07-02 11:04:53 +0000
commitd235867d1355f0bd7129ff5297bd5d37730ae7b6 (patch)
treefe4b07029f9574cec103957dd869fa9b9ef5e79a /dev-haskell/httpd-shed
parentFix wrongly inherited CHOST_o32 in {musl,uclibc/mips/mipsel profiles. (diff)
downloadgentoo-2-d235867d1355f0bd7129ff5297bd5d37730ae7b6.tar.gz
gentoo-2-d235867d1355f0bd7129ff5297bd5d37730ae7b6.tar.bz2
gentoo-2-d235867d1355f0bd7129ff5297bd5d37730ae7b6.zip
Bump httpd-shed to 0.4.0.2
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/httpd-shed')
-rw-r--r--dev-haskell/httpd-shed/ChangeLog8
-rw-r--r--dev-haskell/httpd-shed/httpd-shed-0.4.0.2.ebuild31
-rw-r--r--dev-haskell/httpd-shed/metadata.xml3
3 files changed, 41 insertions, 1 deletions
diff --git a/dev-haskell/httpd-shed/ChangeLog b/dev-haskell/httpd-shed/ChangeLog
index e5687dd523a1..ac3dd6369135 100644
--- a/dev-haskell/httpd-shed/ChangeLog
+++ b/dev-haskell/httpd-shed/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/httpd-shed
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/httpd-shed/ChangeLog,v 1.14 2014/03/24 15:06:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/httpd-shed/ChangeLog,v 1.15 2014/07/02 11:04:53 gienah Exp $
+
+*httpd-shed-0.4.0.2 (02 Jul 2014)
+
+ 02 Jul 2014; Mark Wright <gienah@gentoo.org> +httpd-shed-0.4.0.2.ebuild,
+ metadata.xml:
+ Bump httpd-shed to 0.4.0.2
24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> httpd-shed-0.4-r1.ebuild:
Stable for ppc, wrt bug #495382
diff --git a/dev-haskell/httpd-shed/httpd-shed-0.4.0.2.ebuild b/dev-haskell/httpd-shed/httpd-shed-0.4.0.2.ebuild
new file mode 100644
index 000000000000..ee621b0479dd
--- /dev/null
+++ b/dev-haskell/httpd-shed/httpd-shed-0.4.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/httpd-shed/httpd-shed-0.4.0.2.ebuild,v 1.1 2014/07/02 11:04:53 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A simple web-server with an interact style API"
+HOMEPAGE="http://hackage.haskell.org/package/httpd-shed"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+IUSE="buildexamples"
+
+RDEPEND=">=dev-haskell/network-2.3:=[profile?] <dev-haskell/network-2.6:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag buildexamples buildexamples)
+}
diff --git a/dev-haskell/httpd-shed/metadata.xml b/dev-haskell/httpd-shed/metadata.xml
index e8a1c1f54718..fa2d42bbbb3b 100644
--- a/dev-haskell/httpd-shed/metadata.xml
+++ b/dev-haskell/httpd-shed/metadata.xml
@@ -10,4 +10,7 @@
into a local web server. The user can decide how to interpret
the requests, and the library is intended for implementing Ajax APIs.
</longdescription>
+ <use>
+ <flag name="buildexamples">Build example executables.</flag>
+ </use>
</pkgmetadata>