summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-08-01 15:35:22 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-08-01 15:35:22 +0000
commit2c7735635c649a2fa49eb1bb0421a65044f10aba (patch)
tree7249ea790d43ce5f20ab9f4f0047a958ae291a18 /dev-haskell/hspec-discover
parentVersion bump. (diff)
downloadgentoo-2-2c7735635c649a2fa49eb1bb0421a65044f10aba.tar.gz
gentoo-2-2c7735635c649a2fa49eb1bb0421a65044f10aba.tar.bz2
gentoo-2-2c7735635c649a2fa49eb1bb0421a65044f10aba.zip
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/hspec-discover')
-rw-r--r--dev-haskell/hspec-discover/ChangeLog10
-rw-r--r--dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild26
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-haskell/hspec-discover/ChangeLog b/dev-haskell/hspec-discover/ChangeLog
index 49f3eb4d29fe..98f0f63994ea 100644
--- a/dev-haskell/hspec-discover/ChangeLog
+++ b/dev-haskell/hspec-discover/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/hspec-discover
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/ChangeLog,v 1.2 2014/12/15 22:31:00 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/ChangeLog,v 1.3 2015/08/01 15:35:22 slyfox Exp $
+
+*hspec-discover-2.1.4 (01 Aug 2015)
+
+ 01 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org>
+ +hspec-discover-2.1.4.ebuild:
+ Version bump.
15 Dec 2014; Mark Wright <gienah@gentoo.org> hspec-discover-2.1.2.ebuild:
Drop the doc and hscolour USE flags from hspec-discover-2.1.2, as it fails to
diff --git a/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild b/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild
new file mode 100644
index 000000000000..b83fefc2782f
--- /dev/null
+++ b/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild,v 1.1 2015/08/01 15:35:22 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.3
+
+CABAL_FEATURES="bin lib profile test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Automatically discover and run Hspec tests"
+HOMEPAGE="http://hspec.github.io/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( >=dev-haskell/hspec-meta-1.12 )
+"