summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-07-02 11:32:39 +0000
committerMark Wright <gienah@gentoo.org>2014-07-02 11:32:39 +0000
commit0a9916c8bf3014284668f13ca5b680392dcafd52 (patch)
treef9ea5e16ade0bb10f88428e411fa0c0a6c6ef156 /dev-haskell/missingh
parentBump mime-mail to 0.4.5.2 (diff)
downloadgentoo-2-0a9916c8bf3014284668f13ca5b680392dcafd52.tar.gz
gentoo-2-0a9916c8bf3014284668f13ca5b680392dcafd52.tar.bz2
gentoo-2-0a9916c8bf3014284668f13ca5b680392dcafd52.zip
Bump missingh to 1.2.1.0
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/missingh')
-rw-r--r--dev-haskell/missingh/ChangeLog7
-rw-r--r--dev-haskell/missingh/missingh-1.2.1.0.ebuild40
2 files changed, 46 insertions, 1 deletions
diff --git a/dev-haskell/missingh/ChangeLog b/dev-haskell/missingh/ChangeLog
index d9b9bbc70ba6..20b355ed8fbd 100644
--- a/dev-haskell/missingh/ChangeLog
+++ b/dev-haskell/missingh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/missingh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.31 2014/01/26 11:01:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.32 2014/07/02 11:32:39 gienah Exp $
+
+*missingh-1.2.1.0 (02 Jul 2014)
+
+ 02 Jul 2014; Mark Wright <gienah@gentoo.org> +missingh-1.2.1.0.ebuild:
+ Bump missingh to 1.2.1.0
26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> missingh-1.2.0.2.ebuild:
Stable for x86, wrt bug #495384
diff --git a/dev-haskell/missingh/missingh-1.2.1.0.ebuild b/dev-haskell/missingh/missingh-1.2.1.0.ebuild
new file mode 100644
index 000000000000..f5334bd34ccc
--- /dev/null
+++ b/dev-haskell/missingh/missingh-1.2.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.1.0.ebuild,v 1.1 2014/07/02 11:32:39 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+MY_PN="MissingH"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Large utility library"
+HOMEPAGE="http://software.complete.org/missingh"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND="dev-haskell/hslogger:=[profile?]
+ dev-haskell/hunit:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ dev-haskell/network:=[profile?]
+ dev-haskell/parsec:=[profile?]
+ dev-haskell/random:=[profile?]
+ dev-haskell/regex-compat:=[profile?]
+ >=dev-lang/ghc-6.12.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+ test? ( dev-haskell/errorcall-eq-instance
+ dev-haskell/quickcheck
+ dev-haskell/testpack )
+"
+
+S="${WORKDIR}/${MY_P}"