diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-01-11 22:11:52 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-01-11 22:11:52 +0000 |
commit | 6615af11ff538a09248fdd6ab384c026b1a27ba4 (patch) | |
tree | dbd1eb85b766e8faeca00fc790cefc30d9883c9e /dev-haskell/time/time-1.2.0.3.ebuild | |
parent | Forgot transfig dependency (diff) | |
download | gentoo-2-6615af11ff538a09248fdd6ab384c026b1a27ba4.tar.gz gentoo-2-6615af11ff538a09248fdd6ab384c026b1a27ba4.tar.bz2 gentoo-2-6615af11ff538a09248fdd6ab384c026b1a27ba4.zip |
dev-haskell/time is a core library for ghc-6.12 and upper. Removed.
Diffstat (limited to 'dev-haskell/time/time-1.2.0.3.ebuild')
-rw-r--r-- | dev-haskell/time/time-1.2.0.3.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/time/time-1.2.0.3.ebuild b/dev-haskell/time/time-1.2.0.3.ebuild deleted file mode 100644 index 054d545fe688..000000000000 --- a/dev-haskell/time/time-1.2.0.3.ebuild +++ /dev/null @@ -1,29 +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/time/time-1.2.0.3.ebuild,v 1.6 2012/09/12 15:02:25 qnikst Exp $ - -# ebuild generated by hackport 0.2.13 - -EAPI="3" - -CABAL_FEATURES="lib profile haddock hscolour" -inherit haskell-cabal - -DESCRIPTION="A time library" -HOMEPAGE="http://semantic.org/TimeLib/" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.10.1" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" - -# upstream does not implement 'cabal test' yet -# addresses https://bugs.gentoo.org/show_bug.cgi?id=314587 -RESTRICT="test" - -CABAL_CORE_LIB_GHC_PV="7.0.1 7.0.2 7.0.3 7.0.4" |