summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-12-11 13:25:34 +0000
committerMark Wright <gienah@gentoo.org>2013-12-11 13:25:34 +0000
commit33dd7eef579cec7cc919f371033c0d6c7b6ae1ab (patch)
tree9ea3ae25069bb58eaa939cbd6cf9f9773ac7923e /dev-haskell
parentRelease of 2.20130424-r4 (diff)
downloadgentoo-2-33dd7eef579cec7cc919f371033c0d6c7b6ae1ab.tar.gz
gentoo-2-33dd7eef579cec7cc919f371033c0d6c7b6ae1ab.tar.bz2
gentoo-2-33dd7eef579cec7cc919f371033c0d6c7b6ae1ab.zip
Bump dav to 0.5
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/dav/ChangeLog7
-rw-r--r--dev-haskell/dav/dav-0.5.ebuild43
2 files changed, 49 insertions, 1 deletions
diff --git a/dev-haskell/dav/ChangeLog b/dev-haskell/dav/ChangeLog
index d293679476c0..45c65037570c 100644
--- a/dev-haskell/dav/ChangeLog
+++ b/dev-haskell/dav/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/dav
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dav/ChangeLog,v 1.1 2013/08/26 11:22:50 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dav/ChangeLog,v 1.2 2013/12/11 13:25:34 gienah Exp $
+
+*dav-0.5 (11 Dec 2013)
+
+ 11 Dec 2013; Mark Wright <gienah@gentoo.org> +dav-0.5.ebuild:
+ Bump dav to 0.5
*dav-0.4.1 (26 Aug 2013)
diff --git a/dev-haskell/dav/dav-0.5.ebuild b/dev-haskell/dav/dav-0.5.ebuild
new file mode 100644
index 000000000000..5567e179be0f
--- /dev/null
+++ b/dev-haskell/dav/dav-0.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dav/dav-0.5.ebuild,v 1.1 2013/12/11 13:25:34 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.5.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="DAV"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="RFC 4918 WebDAV support"
+HOMEPAGE="http://floss.scru.org/hDAV"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/case-insensitive-0.4:=[profile?]
+ >=dev-haskell/http-client-0.2:=[profile?]
+ >=dev-haskell/http-conduit-2:=[profile?]
+ >=dev-haskell/http-types-0.7:=[profile?]
+ >=dev-haskell/lens-3.0:=[profile?]
+ >=dev-haskell/lifted-base-0.1:=[profile?]
+ >=dev-haskell/mtl-2.1:=[profile?]
+ >=dev-haskell/network-2.3:=[profile?]
+ dev-haskell/optparse-applicative:=[profile?]
+ >=dev-haskell/resourcet-0.3:=[profile?]
+ >=dev-haskell/transformers-0.3:=[profile?]
+ >=dev-haskell/xml-conduit-1.0:=[profile?] <=dev-haskell/xml-conduit-1.2:=[profile?]
+ >=dev-haskell/xml-hamlet-0.4:=[profile?] <=dev-haskell/xml-hamlet-0.5:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
+
+S="${WORKDIR}/${MY_P}"