diff options
Diffstat (limited to 'dev-haskell/testpack')
-rw-r--r-- | dev-haskell/testpack/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/testpack/testpack-2.1.1.ebuild | 26 | ||||
-rw-r--r-- | dev-haskell/testpack/testpack-2.1.2.1-r2.ebuild | 29 | ||||
-rw-r--r-- | dev-haskell/testpack/testpack-2.1.2.1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/testpack/testpack-2.1.2.ebuild | 29 | ||||
-rw-r--r-- | dev-haskell/testpack/testpack-2.1.3.0.ebuild | 29 |
6 files changed, 0 insertions, 146 deletions
diff --git a/dev-haskell/testpack/Manifest b/dev-haskell/testpack/Manifest index 6c037b394c76..03a068dc7f44 100644 --- a/dev-haskell/testpack/Manifest +++ b/dev-haskell/testpack/Manifest @@ -1,4 +1 @@ -DIST testpack-2.1.1.tar.gz 14861 SHA256 afc2cd992263112e08beaebf3c75b47d885574659ce093e7810124bf611f0ffd SHA512 f0c67ffbf9397ddbbb521b2984b88816e409ed552de4bd9af162e91bd2924fff345a2e03318979db20197fd0cdfd7f8dfc27f547c865edaf27c8cf8d606ea7be WHIRLPOOL ed801aed502e73a99651862a7a990addae4e0464f85aa063fdf4e6b12e8b553a7b715626dec6d1d45bfda0e75974ba75bca9bbb0a2cc0955133d4307cf4e8e70 -DIST testpack-2.1.2.1.tar.gz 14795 SHA256 4096465f44f1add5a24134bebdcef5259bff31661680cc1061900bbd936fa4ba SHA512 26cc35d2d634ffcd67ca6dfe6ffe89aa82acb983e4df7f2dabfd283d510d79962b09f7d37f532aa98862b531b2461396427cb7148235232fea5a98f0d16c63fa WHIRLPOOL e76936bc358996112e5837c8235ee150f73e753eb06b68cba9cd01840fd628551d64f48d0cc650ef9b248e83e290fb50d5fef0696c0264198a9d33ec06d398fe -DIST testpack-2.1.2.tar.gz 14812 SHA256 2e7604b7e42c173611d9ed329921d96f9bcc8d0417dcb9296f9503bf35a2b089 SHA512 30131b82434112d89bc9d8deeddde678c4eaced9a757de3f90237b663669788e420fc05cd8ace6b64ec12d4e90c965d68b7425ed684aa10b7ae3b7601cb5444c WHIRLPOOL 3985b496ccbe2d33a6643cd26add1af638c53c83e5238717ace8c1f99523a8f38ed2a9f19e691301465e6e6e56476a764b60c58e2a7b12bda1a5652f4774cf86 DIST testpack-2.1.3.0.tar.gz 15466 SHA256 97d82562edfb3fb4a7caf015ce62065efef86b27d9d5eed6bb6fc8d3886905e7 SHA512 4e9d08a8065c7f2354445e2e81f07d47a7aabead66a4d474728dc3e6bd6244b9d61fa00f8519fd0d10edea54f232e3f7f45ba67d568daccc128bc317597b4ee8 WHIRLPOOL 818313ef9f40aef2f7aebd42ba99f2f227fdae371e6ed3b60d41938f96779000d86e060206eaab15e72619dbf0cb3d2e04f71d359b03f60534bbf045dfb98035 diff --git a/dev-haskell/testpack/testpack-2.1.1.ebuild b/dev-haskell/testpack/testpack-2.1.1.ebuild deleted file mode 100644 index 8077bfca7cbc..000000000000 --- a/dev-haskell/testpack/testpack-2.1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# ebuild generated by hackport 0.2.13 - -EAPI="3" - -CABAL_FEATURES="lib profile haddock hscolour hoogle" -inherit haskell-cabal - -DESCRIPTION="Test Utililty Pack for HUnit and QuickCheck" -HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~sparc x86" -IUSE="" - -RDEPEND="dev-haskell/hunit - dev-haskell/mtl - >=dev-haskell/quickcheck-2.1.0.3 - >=dev-lang/ghc-6.8.2" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" diff --git a/dev-haskell/testpack/testpack-2.1.2.1-r2.ebuild b/dev-haskell/testpack/testpack-2.1.2.1-r2.ebuild deleted file mode 100644 index f7f4db76302e..000000000000 --- a/dev-haskell/testpack/testpack-2.1.2.1-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.3.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit base haskell-cabal - -DESCRIPTION="Test Utililty Pack for HUnit and QuickCheck" -HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -RDEPEND="dev-haskell/hunit:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/quickcheck-2.1.0.3:2=[profile?] <dev-haskell/quickcheck-2.8:2=[profile?] - dev-haskell/random:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" - -PATCHES=("${FILESDIR}/${PN}-2.1.2.1-quickcheck-2.7.patch") diff --git a/dev-haskell/testpack/testpack-2.1.2.1.ebuild b/dev-haskell/testpack/testpack-2.1.2.1.ebuild deleted file mode 100644 index 2eba4f5ef745..000000000000 --- a/dev-haskell/testpack/testpack-2.1.2.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.3.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit base haskell-cabal - -DESCRIPTION="Test Utililty Pack for HUnit and QuickCheck" -HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="amd64 ~sparc x86" -IUSE="" - -RDEPEND="dev-haskell/hunit:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/quickcheck-2.1.0.3:=[profile?] - dev-haskell/random:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" - -PATCHES=("${FILESDIR}/${PN}-2.1.2-quickcheck-2.5.patch" - "${FILESDIR}/${PN}-2.1.2.1-quickcheck-2.6.patch") diff --git a/dev-haskell/testpack/testpack-2.1.2.ebuild b/dev-haskell/testpack/testpack-2.1.2.ebuild deleted file mode 100644 index a43822f00633..000000000000 --- a/dev-haskell/testpack/testpack-2.1.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -# ebuild generated by hackport 0.2.18.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit base haskell-cabal - -DESCRIPTION="Test Utililty Pack for HUnit and QuickCheck" -HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/testpack" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~sparc x86" -IUSE="" - -RDEPEND="dev-haskell/hunit[profile?] - dev-haskell/mtl[profile?] - >=dev-haskell/quickcheck-2.1.0.3[profile?] - dev-haskell/random[profile?] - >=dev-lang/ghc-6.8.2" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" - -PATCHES=("${FILESDIR}/${PN}-2.1.2-quickcheck-2.5.patch") diff --git a/dev-haskell/testpack/testpack-2.1.3.0.ebuild b/dev-haskell/testpack/testpack-2.1.3.0.ebuild deleted file mode 100644 index a5c33032a5c9..000000000000 --- a/dev-haskell/testpack/testpack-2.1.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Test Utililty Pack for HUnit and QuickCheck (unmaintained)" -HOMEPAGE="https://github.com/jgoerzen/testpack" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -RDEPEND="dev-haskell/hunit:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/quickcheck-2.1.0.3:2=[profile?] <dev-haskell/quickcheck-2.8:2=[profile?] - dev-haskell/random:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |