summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-08-02 11:41:34 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-08-02 11:41:34 +0000
commitdd27114e8ec9449771ecddd18148f2b8b0a3b2dc (patch)
tree2e9377823d1a062d372af84383e9a7e96153b00e /dev-haskell/attoparsec
parentDrop dev-haskell/deepseq depend. ghc bundles it for a long while and we are u... (diff)
downloadgentoo-2-dd27114e8ec9449771ecddd18148f2b8b0a3b2dc.tar.gz
gentoo-2-dd27114e8ec9449771ecddd18148f2b8b0a3b2dc.tar.bz2
gentoo-2-dd27114e8ec9449771ecddd18148f2b8b0a3b2dc.zip
Drop old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/attoparsec')
-rw-r--r--dev-haskell/attoparsec/ChangeLog7
-rw-r--r--dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild7
-rw-r--r--dev-haskell/attoparsec/attoparsec-0.12.1.0.ebuild37
-rw-r--r--dev-haskell/attoparsec/attoparsec-0.12.1.2.ebuild37
-rw-r--r--dev-haskell/attoparsec/attoparsec-0.12.1.3.ebuild38
5 files changed, 9 insertions, 117 deletions
diff --git a/dev-haskell/attoparsec/ChangeLog b/dev-haskell/attoparsec/ChangeLog
index 9c0b422512ac..78d3bc2785f6 100644
--- a/dev-haskell/attoparsec/ChangeLog
+++ b/dev-haskell/attoparsec/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/attoparsec
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec/ChangeLog,v 1.11 2015/08/01 16:28:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec/ChangeLog,v 1.12 2015/08/02 11:41:34 slyfox Exp $
+
+ 02 Aug 2015; Sergei Trofimovich <slyfox@gentoo.org>
+ -attoparsec-0.12.1.0.ebuild, -attoparsec-0.12.1.2.ebuild,
+ -attoparsec-0.12.1.3.ebuild, attoparsec-0.10.4.0.ebuild:
+ Drop old.
*attoparsec-0.13.0.1 (01 Aug 2015)
diff --git a/dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild b/dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild
index 574c5e5b7fc2..34e3bd47386d 100644
--- a/dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild
+++ b/dev-haskell/attoparsec/attoparsec-0.10.4.0.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/attoparsec/attoparsec-0.10.4.0.ebuild,v 1.3 2013/08/18 13:45:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild,v 1.4 2015/08/02 11:41:34 slyfox Exp $
EAPI=5
@@ -18,8 +18,7 @@ SLOT="0/${PV}"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="dev-haskell/deepseq:=[profile?]
- >=dev-haskell/text-0.11.1.5:=[profile?]
+RDEPEND=">=dev-haskell/text-0.11.1.5:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
test? ( >=dev-haskell/quickcheck-2.4
diff --git a/dev-haskell/attoparsec/attoparsec-0.12.1.0.ebuild b/dev-haskell/attoparsec/attoparsec-0.12.1.0.ebuild
deleted file mode 100644
index 3b2160ad909d..000000000000
--- a/dev-haskell/attoparsec/attoparsec-0.12.1.0.ebuild
+++ /dev/null
@@ -1,37 +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/attoparsec/attoparsec-0.12.1.0.ebuild,v 1.1 2014/07/02 00:38:50 gienah Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.2.9999
-#hackport: flags: -developer
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Fast combinator parsing for bytestrings and text"
-HOMEPAGE="https://github.com/bos/attoparsec"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/scientific-0.3.1:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
- >=dev-haskell/text-1.1.1.3:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/quickcheck-2.7
- >=dev-haskell/test-framework-0.8.0.2
- >=dev-haskell/test-framework-quickcheck2-0.3.0.3
- dev-haskell/text )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=-developer
-}
diff --git a/dev-haskell/attoparsec/attoparsec-0.12.1.2.ebuild b/dev-haskell/attoparsec/attoparsec-0.12.1.2.ebuild
deleted file mode 100644
index 9bc9b8344991..000000000000
--- a/dev-haskell/attoparsec/attoparsec-0.12.1.2.ebuild
+++ /dev/null
@@ -1,37 +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/attoparsec/attoparsec-0.12.1.2.ebuild,v 1.1 2014/12/13 13:16:38 gienah Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3.9999
-#hackport: flags: -developer
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Fast combinator parsing for bytestrings and text"
-HOMEPAGE="https://github.com/bos/attoparsec"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/scientific-0.3.1:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
- >=dev-haskell/text-1.1.1.3:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/quickcheck-2.7
- >=dev-haskell/test-framework-0.8.0.2
- >=dev-haskell/test-framework-quickcheck2-0.3.0.3
- dev-haskell/vector )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=-developer
-}
diff --git a/dev-haskell/attoparsec/attoparsec-0.12.1.3.ebuild b/dev-haskell/attoparsec/attoparsec-0.12.1.3.ebuild
deleted file mode 100644
index d27cf77d169c..000000000000
--- a/dev-haskell/attoparsec/attoparsec-0.12.1.3.ebuild
+++ /dev/null
@@ -1,38 +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/attoparsec/attoparsec-0.12.1.3.ebuild,v 1.1 2015/03/11 11:41:02 gienah Exp $
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.9999
-#hackport: flags: -developer
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Fast combinator parsing for bytestrings and text"
-HOMEPAGE="https://github.com/bos/attoparsec"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/scientific-0.3.1:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
- >=dev-haskell/text-1.1.1.3:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/quickcheck-2.7
- dev-haskell/quickcheck-unicode
- >=dev-haskell/test-framework-0.8.0.2
- >=dev-haskell/test-framework-quickcheck2-0.3.0.3
- dev-haskell/vector )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=-developer
-}