diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-07-25 19:01:17 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-07-25 19:01:17 +0000 |
commit | baf036f1a9c0f3d614a614742d24eb64885ebd3e (patch) | |
tree | b1ff2f705a2d8a4f2e754ed1b0f3093c3930ff7f /dev-haskell/hxt | |
parent | Fix python dependencies, this needs python3 (thanks to jlec for reporting on ... (diff) | |
download | gentoo-2-baf036f1a9c0f3d614a614742d24eb64885ebd3e.tar.gz gentoo-2-baf036f1a9c0f3d614a614742d24eb64885ebd3e.tar.bz2 gentoo-2-baf036f1a9c0f3d614a614742d24eb64885ebd3e.zip |
Drop old (bug #463596)
(Portage version: 2.2.0_alpha188_p25/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/hxt')
-rw-r--r-- | dev-haskell/hxt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/hxt/files/hxt-9.1.4-ghc-7.2.patch | 10 | ||||
-rw-r--r-- | dev-haskell/hxt/hxt-9.1.5.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/hxt/hxt-9.2.2.ebuild | 39 |
4 files changed, 5 insertions, 83 deletions
diff --git a/dev-haskell/hxt/ChangeLog b/dev-haskell/hxt/ChangeLog index aee966fdb99b..68144eedec86 100644 --- a/dev-haskell/hxt/ChangeLog +++ b/dev-haskell/hxt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hxt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.19 2013/06/25 15:02:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt/ChangeLog,v 1.20 2013/07/25 19:01:17 slyfox Exp $ + + 25 Jul 2013; Sergei Trofimovich <slyfox@gentoo.org> + -files/hxt-9.1.4-ghc-7.2.patch, -hxt-9.1.5.ebuild, -hxt-9.2.2.ebuild: + Drop old (bug #463596) 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> hxt-9.3.1.1.ebuild: Stable for x86, wrt bug #464338 diff --git a/dev-haskell/hxt/files/hxt-9.1.4-ghc-7.2.patch b/dev-haskell/hxt/files/hxt-9.1.4-ghc-7.2.patch deleted file mode 100644 index 85029137e66d..000000000000 --- a/dev-haskell/hxt/files/hxt-9.1.4-ghc-7.2.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- hxt-9.1.4-orig/hxt.cabal 2011-08-16 21:02:36.000000000 +1000 -+++ hxt-9.1.4/hxt.cabal 2011-08-16 22:50:06.698989683 +1000 -@@ -166,7 +166,6 @@ - extensions: MultiParamTypeClasses DeriveDataTypeable FunctionalDependencies FlexibleInstances - - build-depends: base >= 4 && < 5, -- haskell98 >= 1 && < 2, - containers >= 0.2 && < 1, - directory >= 1 && < 2, - filepath >= 1 && < 2, diff --git a/dev-haskell/hxt/hxt-9.1.5.ebuild b/dev-haskell/hxt/hxt-9.1.5.ebuild deleted file mode 100644 index 85c87d609b16..000000000000 --- a/dev-haskell/hxt/hxt-9.1.5.ebuild +++ /dev/null @@ -1,33 +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/hxt/hxt-9.1.5.ebuild,v 1.3 2012/09/12 14:40:45 qnikst Exp $ - -# ebuild generated by hackport 0.2.13 - -EAPI="3" - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit base haskell-cabal - -DESCRIPTION="A collection of tools for processing XML with Haskell." -HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/binary-0.5 <dev-haskell/binary-1 - >=dev-haskell/deepseq-1.1 <dev-haskell/deepseq-2 - >=dev-haskell/hunit-1.2 <dev-haskell/hunit-2 - =dev-haskell/hxt-charproperties-9* - =dev-haskell/hxt-regex-xmlschema-9* - =dev-haskell/hxt-unicode-9* - >=dev-haskell/network-2.1 <dev-haskell/network-3 - >=dev-haskell/parsec-2.1 <dev-haskell/parsec-4 - >=dev-lang/ghc-6.10.1" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" - -PATCHES=("${FILESDIR}/${PN}-9.1.4-ghc-7.2.patch") diff --git a/dev-haskell/hxt/hxt-9.2.2.ebuild b/dev-haskell/hxt/hxt-9.2.2.ebuild deleted file mode 100644 index 81359055b8ef..000000000000 --- a/dev-haskell/hxt/hxt-9.2.2.ebuild +++ /dev/null @@ -1,39 +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/hxt/hxt-9.2.2.ebuild,v 1.2 2012/09/12 14:40:45 qnikst Exp $ - -EAPI=4 - -# ebuild generated by hackport 0.2.18.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="A collection of tools for processing XML with Haskell." -HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/binary-0.5[profile?] - <dev-haskell/binary-1[profile?] - >=dev-haskell/deepseq-1.1[profile?] - <dev-haskell/deepseq-2[profile?] - >=dev-haskell/hunit-1.2[profile?] - <dev-haskell/hunit-2[profile?] - >=dev-haskell/hxt-charproperties-9.1[profile?] - <dev-haskell/hxt-charproperties-10[profile?] - =dev-haskell/hxt-regex-xmlschema-9*[profile?] - >=dev-haskell/hxt-unicode-9.0.1[profile?] - <dev-haskell/hxt-unicode-10[profile?] - =dev-haskell/mtl-2*[profile?] - >=dev-haskell/network-2.1[profile?] - <dev-haskell/network-3[profile?] - >=dev-haskell/parsec-2.1[profile?] - <dev-haskell/parsec-4[profile?] - >=dev-lang/ghc-6.10.1" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" |