summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 09:19:37 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 09:19:37 +0000
commit30a36506d275a8896912ad10004b39251a288557 (patch)
tree2b8d0ca20c44f9311f7ae1b7bdfb0f29757c4acd
parentVersion bump dev-haskell/zlib (diff)
downloadgentoo-2-30a36506d275a8896912ad10004b39251a288557.tar.gz
gentoo-2-30a36506d275a8896912ad10004b39251a288557.tar.bz2
gentoo-2-30a36506d275a8896912ad10004b39251a288557.zip
Version bump dev-haskell/time
(Portage version: 2.1.6.7/cvs/Linux x86_64)
-rw-r--r--dev-haskell/time/ChangeLog9
-rw-r--r--dev-haskell/time/time-1.1.2.4.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-haskell/time/ChangeLog b/dev-haskell/time/ChangeLog
index c0464e15732f..d9e70b18e7a4 100644
--- a/dev-haskell/time/ChangeLog
+++ b/dev-haskell/time/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/time
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.16 2008/10/04 00:19:36 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.17 2009/04/19 09:19:37 kolmodin Exp $
+
+*time-1.1.2.4 (19 Apr 2009)
+
+ 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> +time-1.1.2.4.ebuild:
+ Version bump.
04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> time-1.1.2.0.ebuild:
Sparc stable --- Bug #230919 and Bug #239368.
diff --git a/dev-haskell/time/time-1.1.2.4.ebuild b/dev-haskell/time/time-1.1.2.4.ebuild
new file mode 100644
index 000000000000..d345f9c21106
--- /dev/null
+++ b/dev-haskell/time/time-1.1.2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.1.2.4.ebuild,v 1.1 2009/04/19 09:19:37 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+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 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6.1
+ >=dev-haskell/cabal-1.6"
+
+RDEPEND=">=dev-lang/ghc-6.6.1"