summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2015-02-01 23:26:02 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2015-02-01 23:26:02 +0000
commit72f8b2da313d5a3ab92c2fccd8a5d372d25c7d2e (patch)
tree61a3ba66ca5d806cc5b2937e3f6e3894ac74e994 /dev-haskell/doctest
parentMask net-misc/mediatomb[libav] since it requires masked libav. (diff)
downloadgentoo-2-72f8b2da313d5a3ab92c2fccd8a5d372d25c7d2e.tar.gz
gentoo-2-72f8b2da313d5a3ab92c2fccd8a5d372d25c7d2e.tar.bz2
gentoo-2-72f8b2da313d5a3ab92c2fccd8a5d372d25c7d2e.zip
dev-haskell/doctest: update
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53)
Diffstat (limited to 'dev-haskell/doctest')
-rw-r--r--dev-haskell/doctest/ChangeLog11
-rw-r--r--dev-haskell/doctest/doctest-0.9.11.ebuild35
-rw-r--r--dev-haskell/doctest/doctest-0.9.12.ebuild (renamed from dev-haskell/doctest/doctest-0.9.11.1.ebuild)6
-rw-r--r--dev-haskell/doctest/doctest-0.9.7.ebuild36
-rw-r--r--dev-haskell/doctest/doctest-0.9.9.ebuild4
5 files changed, 14 insertions, 78 deletions
diff --git a/dev-haskell/doctest/ChangeLog b/dev-haskell/doctest/ChangeLog
index f383ab8b9328..6777947d84e9 100644
--- a/dev-haskell/doctest/ChangeLog
+++ b/dev-haskell/doctest/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-haskell/doctest
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/doctest/ChangeLog,v 1.7 2014/12/14 05:02:02 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/doctest/ChangeLog,v 1.8 2015/02/01 23:26:02 qnikst Exp $
+
+*doctest-0.9.12 (01 Feb 2015)
+
+ 01 Feb 2015; Alexander Vershilov <qnikst@gentoo.org> +doctest-0.9.12.ebuild,
+ -doctest-0.9.11.1.ebuild, -doctest-0.9.11.ebuild, -doctest-0.9.7.ebuild,
+ doctest-0.9.9.ebuild:
+ dev-haskell/doctest: update
*doctest-0.9.11.1 (14 Dec 2014)
diff --git a/dev-haskell/doctest/doctest-0.9.11.ebuild b/dev-haskell/doctest/doctest-0.9.11.ebuild
deleted file mode 100644
index 10e2e829f47a..000000000000
--- a/dev-haskell/doctest/doctest-0.9.11.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/doctest/doctest-0.9.11.ebuild,v 1.1 2014/07/02 06:04:10 gienah Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Test interactive Haskell examples"
-HOMEPAGE="https://github.com/sol/doctest-haskell#readme"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/ghc-paths-0.1.0.9:=[profile?]
- >=dev-haskell/syb-0.3:=[profile?] <dev-haskell/syb-0.5:=[profile?]
- dev-haskell/transformers:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/base-compat-0.4.2
- >=dev-haskell/hspec-1.5.1
- dev-haskell/hunit
- >=dev-haskell/quickcheck-2.5
- dev-haskell/setenv
- >=dev-haskell/silently-1.2.4
- >=dev-haskell/stringbuilder-0.4 )
-"
diff --git a/dev-haskell/doctest/doctest-0.9.11.1.ebuild b/dev-haskell/doctest/doctest-0.9.12.ebuild
index 37911dadf44a..7fe1198d21c9 100644
--- a/dev-haskell/doctest/doctest-0.9.11.1.ebuild
+++ b/dev-haskell/doctest/doctest-0.9.12.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/doctest/doctest-0.9.11.1.ebuild,v 1.1 2014/12/14 05:02:02 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/doctest/doctest-0.9.12.ebuild,v 1.1 2015/02/01 23:26:02 qnikst Exp $
EAPI=5
-# ebuild generated by hackport 0.4.3.9999
+# ebuild generated by hackport 0.4.4.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
diff --git a/dev-haskell/doctest/doctest-0.9.7.ebuild b/dev-haskell/doctest/doctest-0.9.7.ebuild
deleted file mode 100644
index 54b95bb05517..000000000000
--- a/dev-haskell/doctest/doctest-0.9.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/doctest/doctest-0.9.7.ebuild,v 1.1 2013/06/20 23:20:09 qnikst Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Test interactive Haskell examples"
-HOMEPAGE="https://github.com/sol/doctest-haskell#readme"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/deepseq:=[profile?]
- >=dev-haskell/ghc-paths-0.1.0.9:=[profile?]
- >=dev-haskell/syb-0.3:=[profile?]
- <dev-haskell/syb-0.5:=[profile?]
- dev-haskell/transformers:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/base-compat-0.2.1
- >=dev-haskell/hspec-1.3
- dev-haskell/hunit
- >=dev-haskell/quickcheck-2.5
- dev-haskell/setenv
- >=dev-haskell/silently-1.2.4
- >=dev-haskell/stringbuilder-0.4
- )"
diff --git a/dev-haskell/doctest/doctest-0.9.9.ebuild b/dev-haskell/doctest/doctest-0.9.9.ebuild
index 39f3015d1a8e..c098844ac924 100644
--- a/dev-haskell/doctest/doctest-0.9.9.ebuild
+++ b/dev-haskell/doctest/doctest-0.9.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/doctest/doctest-0.9.9.ebuild,v 1.3 2013/11/24 19:35:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/doctest/doctest-0.9.9.ebuild,v 1.4 2015/02/01 23:26:02 qnikst Exp $
EAPI=5