diff options
author | 2015-07-18 12:22:20 +0000 | |
---|---|---|
committer | 2015-07-18 12:22:20 +0000 | |
commit | a734de2f878d0b91e7c0330bdb22dc45757c3a5c (patch) | |
tree | e355e13f7f2ed29421db6df55ca7e7d426aa0fcd /dev-haskell | |
parent | Stable for HPPA (bug #555034). (diff) | |
download | gentoo-2-a734de2f878d0b91e7c0330bdb22dc45757c3a5c.tar.gz gentoo-2-a734de2f878d0b91e7c0330bdb22dc45757c3a5c.tar.bz2 gentoo-2-a734de2f878d0b91e7c0330bdb22dc45757c3a5c.zip |
Drop old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
6 files changed, 7 insertions, 141 deletions
diff --git a/dev-haskell/system-filepath/ChangeLog b/dev-haskell/system-filepath/ChangeLog index 692bdff54d14..6066f3596653 100644 --- a/dev-haskell/system-filepath/ChangeLog +++ b/dev-haskell/system-filepath/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/system-filepath # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/ChangeLog,v 1.10 2015/04/04 10:33:01 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/ChangeLog,v 1.11 2015/07/18 12:22:20 slyfox Exp $ + + 18 Jul 2015; Sergei Trofimovich <slyfox@gentoo.org> + -system-filepath-0.4.12.ebuild, -system-filepath-0.4.13.1.ebuild, + -system-filepath-0.4.13.ebuild, -system-filepath-0.4.7-r1.ebuild, + -system-filepath-0.4.9.ebuild: + Drop old. *system-filepath-0.4.13.2 (04 Apr 2015) diff --git a/dev-haskell/system-filepath/system-filepath-0.4.12.ebuild b/dev-haskell/system-filepath/system-filepath-0.4.12.ebuild deleted file mode 100644 index 903bc7e0ae29..000000000000 --- a/dev-haskell/system-filepath/system-filepath-0.4.12.ebuild +++ /dev/null @@ -1,29 +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/system-filepath/system-filepath-0.4.12.ebuild,v 1.1 2014/07/02 13:58:50 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.4.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="High-level, byte-based file and directory path manipulations" -HOMEPAGE="https://john-millikin.com/software/haskell-filesystem/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/text-0.7.1:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5 - >=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3 - dev-haskell/quickcheck ) -" diff --git a/dev-haskell/system-filepath/system-filepath-0.4.13.1.ebuild b/dev-haskell/system-filepath/system-filepath-0.4.13.1.ebuild deleted file mode 100644 index 1640abc27820..000000000000 --- a/dev-haskell/system-filepath/system-filepath-0.4.13.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/system-filepath/system-filepath-0.4.13.1.ebuild,v 1.1 2015/01/03 02:32:05 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="High-level, byte-based file and directory path manipulations" -HOMEPAGE="https://github.com/fpco/haskell-filesystem" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/text-0.11.0.6:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5 - >=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3 - dev-haskell/quickcheck ) -" diff --git a/dev-haskell/system-filepath/system-filepath-0.4.13.ebuild b/dev-haskell/system-filepath/system-filepath-0.4.13.ebuild deleted file mode 100644 index 093d334a637b..000000000000 --- a/dev-haskell/system-filepath/system-filepath-0.4.13.ebuild +++ /dev/null @@ -1,29 +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/system-filepath/system-filepath-0.4.13.ebuild,v 1.1 2014/12/22 06:31:39 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="High-level, byte-based file and directory path manipulations" -HOMEPAGE="https://github.com/fpco/haskell-filesystem" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/text-0.11.0.6:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5 - >=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3 - dev-haskell/quickcheck ) -" diff --git a/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild b/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild deleted file mode 100644 index 29df59f35603..000000000000 --- a/dev-haskell/system-filepath/system-filepath-0.4.7-r1.ebuild +++ /dev/null @@ -1,27 +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/system-filepath/system-filepath-0.4.7-r1.ebuild,v 1.1 2013/06/20 05:08:58 qnikst Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="High-level, byte-based file and directory path manipulations" -HOMEPAGE="https://john-millikin.com/software/haskell-filesystem/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/deepseq-1.1:=[profile?] - <dev-haskell/deepseq-1.4:=[profile?] - >=dev-haskell/text-0.7.1:=[profile?] - <dev-haskell/text-0.12:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/system-filepath/system-filepath-0.4.9.ebuild b/dev-haskell/system-filepath/system-filepath-0.4.9.ebuild deleted file mode 100644 index 127eb97c4964..000000000000 --- a/dev-haskell/system-filepath/system-filepath-0.4.9.ebuild +++ /dev/null @@ -1,26 +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/system-filepath/system-filepath-0.4.9.ebuild,v 1.1 2014/03/09 05:17:25 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="High-level, byte-based file and directory path manipulations" -HOMEPAGE="https://john-millikin.com/software/haskell-filesystem/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/text-0.7.1:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |