summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-12-22 21:44:56 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-12-22 21:44:56 +0000
commit53ca8418b9aabf544d8d213417e7175d835b27d0 (patch)
tree4f4983fe8552d516f77622ccf7554f9520960e31 /dev-haskell/haskeline
parentSwitch to EAPI=5 (diff)
downloadgentoo-2-53ca8418b9aabf544d8d213417e7175d835b27d0.tar.gz
gentoo-2-53ca8418b9aabf544d8d213417e7175d835b27d0.tar.bz2
gentoo-2-53ca8418b9aabf544d8d213417e7175d835b27d0.zip
Drop old.
(Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/haskeline')
-rw-r--r--dev-haskell/haskeline/ChangeLog8
-rw-r--r--dev-haskell/haskeline/files/haskeline-0.6.4.0-ghc-7.2.patch25
-rw-r--r--dev-haskell/haskeline/haskeline-0.6.2.2.ebuild21
-rw-r--r--dev-haskell/haskeline/haskeline-0.6.4.0.ebuild28
-rw-r--r--dev-haskell/haskeline/haskeline-0.6.4.6.ebuild26
-rw-r--r--dev-haskell/haskeline/haskeline-0.6.4.7.ebuild32
6 files changed, 7 insertions, 133 deletions
diff --git a/dev-haskell/haskeline/ChangeLog b/dev-haskell/haskeline/ChangeLog
index 86350d73f828..3761c22b99cc 100644
--- a/dev-haskell/haskeline/ChangeLog
+++ b/dev-haskell/haskeline/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/haskeline
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.23 2012/11/18 06:57:25 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.24 2012/12/22 21:44:56 slyfox Exp $
+
+ 22 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org>
+ -files/haskeline-0.6.4.0-ghc-7.2.patch, -haskeline-0.6.2.2.ebuild,
+ -haskeline-0.6.4.0.ebuild, -haskeline-0.6.4.6.ebuild,
+ -haskeline-0.6.4.7.ebuild:
+ Drop old.
*haskeline-0.6.4.7-r1 (18 Nov 2012)
diff --git a/dev-haskell/haskeline/files/haskeline-0.6.4.0-ghc-7.2.patch b/dev-haskell/haskeline/files/haskeline-0.6.4.0-ghc-7.2.patch
deleted file mode 100644
index 778035fa68ff..000000000000
--- a/dev-haskell/haskeline/files/haskeline-0.6.4.0-ghc-7.2.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/haskeline.cabal b/haskeline.cabal
-index a3a200f..119bb3b 100644
---- a/haskeline.cabal
-+++ b/haskeline.cabal
-@@ -50,7 +50,7 @@ Library
- }
- else {
- if impl(ghc>=6.11) {
-- Build-depends: base >=4.1 && < 4.4, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2,
-+ Build-depends: base >=4.1 && < 4.5, containers>=0.1 && < 0.5, directory>=1.0 && < 1.2,
- bytestring==0.9.*
- }
- else {
-@@ -102,7 +102,7 @@ Library
- install-includes: win_console.h
- cpp-options: -DMINGW
- } else {
-- Build-depends: unix>=2.0 && < 2.5
-+ Build-depends: unix>=2.0 && < 2.6
- -- unix-2.3 doesn't build on ghc-6.8.1 or earlier
- c-sources: cbits/h_iconv.c
- cbits/h_wcwidth.c
-diff --git a/setup b/setup
-index 4cd648f..b2cdb6e 100755
-Binary files a/setup and b/setup differ
diff --git a/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild b/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
deleted file mode 100644
index afd34a591715..000000000000
--- a/dev-haskell/haskeline/haskeline-0.6.2.2.ebuild
+++ /dev/null
@@ -1,21 +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/haskeline/haskeline-0.6.2.2.ebuild,v 1.12 2012/09/12 15:45:34 qnikst Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal
-
-DESCRIPTION="A command-line interface for user input, written in Haskell."
-HOMEPAGE="http://trac.haskell.org/haskeline"
-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 ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.10
- >=dev-haskell/cabal-1.6
- =dev-haskell/mtl-1.1*
- >=dev-haskell/terminfo-0.3.1.1
- <dev-haskell/utf8-string-0.4"
diff --git a/dev-haskell/haskeline/haskeline-0.6.4.0.ebuild b/dev-haskell/haskeline/haskeline-0.6.4.0.ebuild
deleted file mode 100644
index e204cacfc38f..000000000000
--- a/dev-haskell/haskeline/haskeline-0.6.4.0.ebuild
+++ /dev/null
@@ -1,28 +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/haskeline/haskeline-0.6.4.0.ebuild,v 1.2 2012/09/12 15:45:34 qnikst Exp $
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hscolour"
-inherit base haskell-cabal
-
-DESCRIPTION="A command-line interface for user input, written in Haskell."
-HOMEPAGE="http://trac.haskell.org/haskeline"
-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 ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="<dev-haskell/mtl-2.1
- >=dev-haskell/terminfo-0.3.1.3
- <dev-haskell/utf8-string-0.4
- >=dev-lang/ghc-6.10.4"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
-
-PATCHES=("${FILESDIR}/${PN}-0.6.4.0-ghc-7.2.patch")
diff --git a/dev-haskell/haskeline/haskeline-0.6.4.6.ebuild b/dev-haskell/haskeline/haskeline-0.6.4.6.ebuild
deleted file mode 100644
index 938648f7fa11..000000000000
--- a/dev-haskell/haskeline/haskeline-0.6.4.6.ebuild
+++ /dev/null
@@ -1,26 +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/haskeline/haskeline-0.6.4.6.ebuild,v 1.2 2012/09/12 15:45:34 qnikst Exp $
-
-# ebuild generated by hackport 0.2.14
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="A command-line interface for user input, written in Haskell."
-HOMEPAGE="http://trac.haskell.org/haskeline"
-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 ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="<dev-haskell/mtl-2.1
- >=dev-haskell/terminfo-0.3.1.3
- <dev-haskell/utf8-string-0.4
- >=dev-lang/ghc-6.10.4"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/haskeline/haskeline-0.6.4.7.ebuild b/dev-haskell/haskeline/haskeline-0.6.4.7.ebuild
deleted file mode 100644
index 11ac6c6dca6c..000000000000
--- a/dev-haskell/haskeline/haskeline-0.6.4.7.ebuild
+++ /dev/null
@@ -1,32 +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/haskeline/haskeline-0.6.4.7.ebuild,v 1.3 2012/10/23 10:51:57 slyfox Exp $
-
-EAPI=4
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit base haskell-cabal
-
-DESCRIPTION="A command-line interface for user input, written in Haskell."
-HOMEPAGE="http://trac.haskell.org/haskeline"
-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 ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND=">=dev-haskell/mtl-1.1[profile?]
- <dev-haskell/mtl-2.2[profile?]
- >=dev-haskell/terminfo-0.3.1.3[profile?]
- <dev-haskell/terminfo-0.4[profile?]
- >=dev-haskell/utf8-string-0.3.6[profile?]
- <dev-haskell/utf8-string-0.4[profile?]
- >=dev-lang/ghc-6.10.4"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"
-
-PATCHES=("${FILESDIR}/${PN}-0.6.4.7-ghc-7.5.patch"
- "${FILESDIR}/${PN}-0.6.4.7-ghc-7.6.patch"
- "${FILESDIR}/${PN}-0.6.4.7-ghc-6.12.patch"
- )