summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 13:24:41 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commit60f32b6f323f32ce99eb480d5131df559316122e (patch)
tree608421e634110e0a28d0754f9e21d90a4a46a7a9 /dev-haskell/file-location
parentdev-haskell/filemanip: drop old (diff)
downloadgentoo-60f32b6f323f32ce99eb480d5131df559316122e.tar.gz
gentoo-60f32b6f323f32ce99eb480d5131df559316122e.tar.bz2
gentoo-60f32b6f323f32ce99eb480d5131df559316122e.zip
dev-haskell/file-location: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/file-location')
-rw-r--r--dev-haskell/file-location/Manifest3
-rw-r--r--dev-haskell/file-location/file-location-0.4.5.2-r1.ebuild33
-rw-r--r--dev-haskell/file-location/file-location-0.4.5.2.ebuild29
-rw-r--r--dev-haskell/file-location/file-location-0.4.5.3.ebuild27
-rw-r--r--dev-haskell/file-location/file-location-0.4.7.1.ebuild28
5 files changed, 0 insertions, 120 deletions
diff --git a/dev-haskell/file-location/Manifest b/dev-haskell/file-location/Manifest
index b64cbe771095..8262a983f0c1 100644
--- a/dev-haskell/file-location/Manifest
+++ b/dev-haskell/file-location/Manifest
@@ -1,4 +1 @@
-DIST file-location-0.4.5.2.tar.gz 6536 SHA256 27856e770efbc466093367eba42024d4eac497810e13021787c40208a970df37 SHA512 8f34e22caef34821fb5cca9e6871355a4be55465a3b0e313e6618e072cad3a8804678ebe17c5a03371174a04f9462f4a120f1e585e33e101ac9ed72f4363180f WHIRLPOOL c06ca492acc9697fa06087ab05b584f4428e4a83ccbdf393bb995f19d73a4d6db51a703027d35ac19a54f32c85798f363cebaa0c0ad6f9342edd2d1f24fb58e1
-DIST file-location-0.4.5.3.tar.gz 6555 SHA256 092691ada97581f4493acb901ac6bdf2a4ea888a09b2d3c253ec05a61ac43134 SHA512 1cd2f123f520ca40ffc9db21f4e9d13107ee625c6c4940f30ec66fc9485cfea7d1a8466bd85866eac3ef4f9a195f41a290be65cce3678eeab7c34c8a11f0728a WHIRLPOOL b7205583683177d4f83c4161303ae4b6c5e0467e598ef197a5c84d351a2b9ee140da390cf6412944c7cf24789357b71825345734a8ea6b0ee2d33dd687117ecf
-DIST file-location-0.4.7.1.tar.gz 6720 SHA256 844a7422ee0b70d6eccff7ade71d33ec59cf0526287d61db1a566b2de5918e5c SHA512 cee129ccbffffe0a57d58faf4309a996d87003d80b1c93a219f63aaae1db04997ecf7323b6a4074d16d5a5ef5ceeee694d8e4a494e467af06394898a41bc0504 WHIRLPOOL 4b39dfdd49fa88900c83c9aca91cbc03f0c523226f359bd14d9fb6106017323ff3bcf774c2cb854e3326b323362f319697d431672bd69db53681454650c54137
DIST file-location-0.4.9.tar.gz 6959 SHA256 be29deb3c2267913f642e511deca988cedd287ae519012d01178d37d05f814dc SHA512 cbea7ef5a6797efd242219a32c7d46b5a0fe2b20d4c93e7ab758cf27519b021c2e2c34ab91d4eedfba8a61a51f81312346d575f8c83296b87b1f7bea8985d40f WHIRLPOOL 5d3988f0773064bcd18f2a5ba3e0c69bdf24a1089cedcf1dd1bf12c0ead4211991e97dd264c86a907ef419773054529f8681bf13f8d15a71a01233fc92fec7a0
diff --git a/dev-haskell/file-location/file-location-0.4.5.2-r1.ebuild b/dev-haskell/file-location/file-location-0.4.5.2-r1.ebuild
deleted file mode 100644
index c9b9615ad0f5..000000000000
--- a/dev-haskell/file-location/file-location-0.4.5.2-r1.ebuild
+++ /dev/null
@@ -1,33 +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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="common functions that show file location information"
-HOMEPAGE="https://github.com/gregwebs/FileLocation.hs"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# tests fail: test: main:Main test/main.hs:30:5 Oh no!
-# Test suite test: FAIL
-RESTRICT="test"
-
-RDEPEND="dev-haskell/lifted-base:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8"
-
-src_prepare() {
- cabal_chdeps \
- 'transformers >= 0.2 && < 0.4' 'transformers >= 0.2 && < 0.5'
-}
diff --git a/dev-haskell/file-location/file-location-0.4.5.2.ebuild b/dev-haskell/file-location/file-location-0.4.5.2.ebuild
deleted file mode 100644
index e3b93eb29ff3..000000000000
--- a/dev-haskell/file-location/file-location-0.4.5.2.ebuild
+++ /dev/null
@@ -1,29 +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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="common functions that show file location information"
-HOMEPAGE="https://github.com/gregwebs/FileLocation.hs"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# tests fail: test: main:Main test/main.hs:30:5 Oh no!
-# Test suite test: FAIL
-RESTRICT="test"
-
-RDEPEND="dev-haskell/lifted-base:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?]
- <dev-haskell/transformers-0.4:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8"
diff --git a/dev-haskell/file-location/file-location-0.4.5.3.ebuild b/dev-haskell/file-location/file-location-0.4.5.3.ebuild
deleted file mode 100644
index b9be659df392..000000000000
--- a/dev-haskell/file-location/file-location-0.4.5.3.ebuild
+++ /dev/null
@@ -1,27 +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.3.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="common functions that show file location information"
-HOMEPAGE="https://github.com/gregwebs/FileLocation.hs"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/lifted-base:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
-"
diff --git a/dev-haskell/file-location/file-location-0.4.7.1.ebuild b/dev-haskell/file-location/file-location-0.4.7.1.ebuild
deleted file mode 100644
index 214349565158..000000000000
--- a/dev-haskell/file-location/file-location-0.4.7.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.3
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="common functions that show file location information"
-HOMEPAGE="https://github.com/gregwebs/FileLocation.hs"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/lifted-base:=[profile?]
- >=dev-haskell/th-orphans-0.9:=[profile?]
- >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
-"