summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-07-23 12:09:55 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-07-23 12:09:55 +0000
commit5358faae401436a7a18d10f03cc5c008e9c61309 (patch)
tree69390c94f6dff6167bc69d5f9022ef030dff874d /dev-haskell
parentRestore DOC_CONTENTS, that was moved to separate file by previous non-maintai... (diff)
downloadgentoo-2-5358faae401436a7a18d10f03cc5c008e9c61309.tar.gz
gentoo-2-5358faae401436a7a18d10f03cc5c008e9c61309.tar.bz2
gentoo-2-5358faae401436a7a18d10f03cc5c008e9c61309.zip
Drop old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/text/ChangeLog9
-rw-r--r--dev-haskell/text/files/text-0.11.1.6-disable-tests-that-fail-in-non-latin1-locales.patch18
-rw-r--r--dev-haskell/text/text-0.11.1.1.ebuild24
-rw-r--r--dev-haskell/text/text-0.11.1.12.ebuild37
-rw-r--r--dev-haskell/text/text-0.11.1.13-r1.ebuild38
-rw-r--r--dev-haskell/text/text-0.11.2.0.ebuild34
-rw-r--r--dev-haskell/text/text-0.11.2.1.ebuild34
-rw-r--r--dev-haskell/text/text-0.11.2.2.ebuild39
-rw-r--r--dev-haskell/text/text-0.11.2.3.ebuild39
9 files changed, 8 insertions, 264 deletions
diff --git a/dev-haskell/text/ChangeLog b/dev-haskell/text/ChangeLog
index aaaa1c585d4d..338cee476dc7 100644
--- a/dev-haskell/text/ChangeLog
+++ b/dev-haskell/text/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-haskell/text
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.41 2014/07/02 14:08:43 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.42 2014/07/23 12:09:55 slyfox Exp $
+
+ 23 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ -files/text-0.11.1.6-disable-tests-that-fail-in-non-latin1-locales.patch,
+ -text-0.11.1.1.ebuild, -text-0.11.1.12.ebuild, -text-0.11.1.13-r1.ebuild,
+ -text-0.11.2.0.ebuild, -text-0.11.2.1.ebuild, -text-0.11.2.2.ebuild,
+ -text-0.11.2.3.ebuild:
+ Drop old.
*text-1.1.1.3 (02 Jul 2014)
diff --git a/dev-haskell/text/files/text-0.11.1.6-disable-tests-that-fail-in-non-latin1-locales.patch b/dev-haskell/text/files/text-0.11.1.6-disable-tests-that-fail-in-non-latin1-locales.patch
deleted file mode 100644
index 8106b9253146..000000000000
--- a/dev-haskell/text/files/text-0.11.1.6-disable-tests-that-fail-in-non-latin1-locales.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- text-0.11.1.6-orig/tests/tests/src/Data/Text/Tests/Properties.hs 2011-10-26 09:22:13.000000000 +1100
-+++ text-0.11.1.6/tests/tests/src/Data/Text/Tests/Properties.hs 2011-10-30 00:23:25.547365548 +1100
-@@ -1097,10 +1097,11 @@
- ],
-
- testGroup "input-output" [
-- testProperty "t_write_read" t_write_read,
-- testProperty "tl_write_read" tl_write_read,
-- testProperty "t_write_read_line" t_write_read_line,
-- testProperty "tl_write_read_line" tl_write_read_line
-+ -- These tests fail in locales other than latin1 locales.
-+ -- testProperty "t_write_read" t_write_read,
-+ -- testProperty "tl_write_read" tl_write_read,
-+ -- testProperty "t_write_read_line" t_write_read_line,
-+ -- testProperty "tl_write_read_line" tl_write_read_line
- -- These tests are subject to I/O race conditions when run under
- -- test-framework-quickcheck2.
- -- testProperty "t_put_get" t_put_get
diff --git a/dev-haskell/text/text-0.11.1.1.ebuild b/dev-haskell/text/text-0.11.1.1.ebuild
deleted file mode 100644
index 419924cf7c5c..000000000000
--- a/dev-haskell/text/text-0.11.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.1.1.ebuild,v 1.4 2012/09/12 15:01:15 qnikst Exp $
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="An efficient packed Unicode text type."
-HOMEPAGE="https://bitbucket.org/bos/text"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-macos"
-IUSE=""
-
-RDEPEND=">=dev-haskell/deepseq-1.1.0.0
- >=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/text/text-0.11.1.12.ebuild b/dev-haskell/text/text-0.11.1.12.ebuild
deleted file mode 100644
index 494303fedab4..000000000000
--- a/dev-haskell/text/text-0.11.1.12.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.1.12.ebuild,v 1.4 2012/09/12 15:01:15 qnikst Exp $
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hscolour hoogle"
-inherit eutils haskell-cabal
-
-DESCRIPTION="An efficient packed Unicode text type."
-HOMEPAGE="https://github.com/bos/text"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-macos"
-IUSE="test"
-
-RDEPEND=">=dev-haskell/deepseq-1.1.0.0
- >=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- test? ( >=dev-haskell/quickcheck-2.4.0.1
- <dev-haskell/test-framework-0.5
- <dev-haskell/test-framework-hunit-0.3
- <dev-haskell/test-framework-quickcheck2-0.3
- )"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.11.1.6-disable-tests-that-fail-in-non-latin1-locales.patch"
-}
-
-src_configure() {
- cabal_src_configure $(use_enable test tests)
-}
diff --git a/dev-haskell/text/text-0.11.1.13-r1.ebuild b/dev-haskell/text/text-0.11.1.13-r1.ebuild
deleted file mode 100644
index 5618b841d1d8..000000000000
--- a/dev-haskell/text/text-0.11.1.13-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.1.13-r1.ebuild,v 1.4 2012/09/12 15:01:15 qnikst Exp $
-# ebuild generated by hackport 0.2.13
-
-EAPI="4"
-
-CABAL_FEATURES="lib profile haddock hscolour hoogle"
-inherit haskell-cabal
-
-DESCRIPTION="An efficient packed Unicode text type."
-HOMEPAGE="https://github.com/bos/text"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-haskell/deepseq-1.1.0.0[profile?]
- >=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/quickcheck-2.4.0.1[profile?]
- >=dev-haskell/test-framework-0.4[profile?] <dev-haskell/test-framework-0.7[profile?]
- <dev-haskell/test-framework-hunit-0.3[profile?]
- <dev-haskell/test-framework-quickcheck2-0.3[profile?]
- )"
-
-src_prepare() {
- sed -e 's@test-framework >= 0.4 && < 0.5@test-framework >= 0.4 \&\& < 0.7@' \
- -i "${S}/${PN}.cabal" || die "Could not loosen depdencies"
-}
-
-src_configure() {
- # the tests need a utf-8 locale
- cabal_src_configure $(use test && use_enable test tests) #395351
-}
diff --git a/dev-haskell/text/text-0.11.2.0.ebuild b/dev-haskell/text/text-0.11.2.0.ebuild
deleted file mode 100644
index af98142cf6f7..000000000000
--- a/dev-haskell/text/text-0.11.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.2.0.ebuild,v 1.2 2012/09/12 15:01:15 qnikst Exp $
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="4"
-
-CABAL_FEATURES="lib profile haddock hscolour hoogle"
-inherit haskell-cabal
-
-DESCRIPTION="An efficient packed Unicode text type."
-HOMEPAGE="https://github.com/bos/text"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-haskell/deepseq-1.1.0.0[profile?]
- >=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/quickcheck-2.4.0.1[profile?]
- >=dev-haskell/test-framework-0.4[profile?] <dev-haskell/test-framework-0.7[profile?]
- <dev-haskell/test-framework-hunit-0.3[profile?]
- <dev-haskell/test-framework-quickcheck2-0.3[profile?]
- )"
-
-src_configure() {
- # the tests need a utf-8 locale
- cabal_src_configure $(use test && use_enable test tests) #395351
-}
diff --git a/dev-haskell/text/text-0.11.2.1.ebuild b/dev-haskell/text/text-0.11.2.1.ebuild
deleted file mode 100644
index 0a89a9a1c8bd..000000000000
--- a/dev-haskell/text/text-0.11.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.2.1.ebuild,v 1.2 2012/09/12 15:01:15 qnikst Exp $
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="4"
-
-CABAL_FEATURES="lib profile haddock hscolour hoogle"
-inherit haskell-cabal
-
-DESCRIPTION="An efficient packed Unicode text type."
-HOMEPAGE="https://github.com/bos/text"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-haskell/deepseq-1.1.0.0[profile?]
- >=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/quickcheck-2.4.0.1[profile?]
- >=dev-haskell/test-framework-0.4[profile?] <dev-haskell/test-framework-0.7[profile?]
- <dev-haskell/test-framework-hunit-0.3[profile?]
- <dev-haskell/test-framework-quickcheck2-0.3[profile?]
- )"
-
-src_configure() {
- # the tests need a utf-8 locale
- cabal_src_configure $(use test && use_enable test tests) #395351
-}
diff --git a/dev-haskell/text/text-0.11.2.2.ebuild b/dev-haskell/text/text-0.11.2.2.ebuild
deleted file mode 100644
index fff00d17268c..000000000000
--- a/dev-haskell/text/text-0.11.2.2.ebuild
+++ /dev/null
@@ -1,39 +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/text/text-0.11.2.2.ebuild,v 1.8 2013/04/03 09:28:19 gienah Exp $
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="4"
-
-CABAL_FEATURES="lib profile haddock hscolour hoogle"
-inherit haskell-cabal
-
-DESCRIPTION="An efficient packed Unicode text type."
-HOMEPAGE="https://github.com/bos/text"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-haskell/deepseq-1.1.0.0[profile?]
- >=dev-lang/ghc-6.10.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/quickcheck-2.4.0.1[profile?]
- >=dev-haskell/test-framework-0.4[profile?] <dev-haskell/test-framework-0.7[profile?]
- <dev-haskell/test-framework-hunit-0.3[profile?]
- <dev-haskell/test-framework-quickcheck2-0.3[profile?]
- )"
-
-src_prepare() {
- cabal_chdeps \
- 'integer-gmp >= 0.2 && < 0.5' 'integer-gmp >= 0.2'
-}
-
-src_configure() {
- # the tests need a utf-8 locale
- cabal_src_configure $(use test && use_enable test tests) #395351
-}
diff --git a/dev-haskell/text/text-0.11.2.3.ebuild b/dev-haskell/text/text-0.11.2.3.ebuild
deleted file mode 100644
index a3c19e6750b4..000000000000
--- a/dev-haskell/text/text-0.11.2.3.ebuild
+++ /dev/null
@@ -1,39 +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/text/text-0.11.2.3.ebuild,v 1.9 2013/03/31 10:28:02 ago Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="An efficient packed Unicode text type."
-HOMEPAGE="https://github.com/bos/text"
-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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-# tests fail to build:
-# <command line>: cannot satisfy -package-id text-0.11.2.3-inplace:
-# text-0.11.2.3-inplace is shadowed by package text-0.11.2.3-db61832d0c4660614c4ceff234ed4abb
-# http://hackage.haskell.org/trac/hackage/ticket/807
-RESTRICT="test"
-
-RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- test? ( >=dev-haskell/hunit-1.2
- >=dev-haskell/quickcheck-2.4
- dev-haskell/random
- >=dev-haskell/test-framework-0.4
- >=dev-haskell/test-framework-hunit-0.2
- >=dev-haskell/test-framework-quickcheck2-0.2
- )
- >=dev-haskell/cabal-1.8"
-
-src_configure() {
- haskell-cabal_src_configure --disable-tests # they fail to build
-}