summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-05-10 12:26:14 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-05-10 12:26:14 +0000
commit5c26e3eb325ee93ba7b5b88bb90643aa231e3e17 (patch)
tree38cf4ff4a90866c9ad855f92088ac834f7b7d3f6 /dev-haskell/timezone-olson
parentDrop old. (diff)
downloadgentoo-2-5c26e3eb325ee93ba7b5b88bb90643aa231e3e17.tar.gz
gentoo-2-5c26e3eb325ee93ba7b5b88bb90643aa231e3e17.tar.bz2
gentoo-2-5c26e3eb325ee93ba7b5b88bb90643aa231e3e17.zip
Drop old.
(Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/timezone-olson')
-rw-r--r--dev-haskell/timezone-olson/ChangeLog8
-rw-r--r--dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-haskell/timezone-olson/ChangeLog b/dev-haskell/timezone-olson/ChangeLog
index e24ba1273f02..af23d484241f 100644
--- a/dev-haskell/timezone-olson/ChangeLog
+++ b/dev-haskell/timezone-olson/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/timezone-olson
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/ChangeLog,v 1.7 2014/02/21 21:55:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/ChangeLog,v 1.8 2014/05/10 12:26:14 slyfox Exp $
+
+*timezone-olson-0.1.4 (10 May 2014)
+
+ 10 May 2014; Sergei Trofimovich <slyfox@gentoo.org>
+ +timezone-olson-0.1.4.ebuild:
+ Drop old.
*timezone-olson-0.1.3 (21 Feb 2014)
diff --git a/dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild b/dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild
new file mode 100644
index 000000000000..5755bb21bd84
--- /dev/null
+++ b/dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/timezone-olson-0.1.4.ebuild,v 1.1 2014/05/10 12:26:14 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A pure Haskell parser and renderer for binary Olson timezone files"
+HOMEPAGE="http://projects.haskell.org/time-ng/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] <dev-haskell/binary-0.8:=[profile?]
+ >=dev-haskell/extensible-exceptions-0.1.0:=[profile?] <dev-haskell/extensible-exceptions-0.2:=[profile?]
+ >=dev-haskell/timezone-series-0.1.0:=[profile?] <dev-haskell/timezone-series-0.2:=[profile?]
+ >=dev-lang/ghc-6.12.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+"