diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-03 13:28:30 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-03 13:28:30 +0000 |
commit | 8b50fde22ebda5fe7ead1b06706335b4f3d98901 (patch) | |
tree | 59de6d482a8f1a4b990c088ab0b2a46d16b5e077 /dev-haskell | |
parent | Version bump (ghc-7 compatible). (diff) | |
download | gentoo-2-8b50fde22ebda5fe7ead1b06706335b4f3d98901.tar.gz gentoo-2-8b50fde22ebda5fe7ead1b06706335b4f3d98901.tar.bz2 gentoo-2-8b50fde22ebda5fe7ead1b06706335b4f3d98901.zip |
Version bump (bundled with ghc-7).
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/time/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/time/time-1.2.0.3.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/dev-haskell/time/ChangeLog b/dev-haskell/time/ChangeLog index 8fd240e749a3..958d2f34a359 100644 --- a/dev-haskell/time/ChangeLog +++ b/dev-haskell/time/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/time -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.23 2010/07/11 15:45:55 slyfox Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.24 2011/08/03 13:28:30 slyfox Exp $ + +*time-1.2.0.3 (03 Aug 2011) + + 03 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> +time-1.2.0.3.ebuild: + Version bump (bundled with ghc-7). 11 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> time-1.1.2.0.ebuild, +files/time-1.1.2.0-remove-werror.patch, time-1.1.2.4.ebuild, diff --git a/dev-haskell/time/time-1.2.0.3.ebuild b/dev-haskell/time/time-1.2.0.3.ebuild new file mode 100644 index 000000000000..a1473920a9bc --- /dev/null +++ b/dev-haskell/time/time-1.2.0.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 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.1 2011/08/03 13:28:30 slyfox 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="http://hackage.haskell.org/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" |