Gentoo Archives: gentoo-commits

From: "Alexander Vershilov (qnikst)" <qnikst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/unix-time: metadata.xml unix-time-0.2.0.ebuild ChangeLog
Date: Mon, 26 Aug 2013 11:27:54
Message-Id: 20130826112751.635C32004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:27:51
2
3 Added: metadata.xml unix-time-0.2.0.ebuild ChangeLog
4 Log:
5 dev-haskell/unix-time: initial layout
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
8
9 Revision Changes Path
10 1.1 dev-haskell/unix-time/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-time/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-time/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>haskell</herd>
21 <maintainer>
22 <email>haskell@g.o</email>
23 </maintainer>
24 <longdescription>
25 Fast parser\/formatter\/utilities for Unix time
26 </longdescription>
27 </pkgmetadata>
28
29
30
31 1.1 dev-haskell/unix-time/unix-time-0.2.0.ebuild
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-time/unix-time-0.2.0.ebuild?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-time/unix-time-0.2.0.ebuild?rev=1.1&content-type=text/plain
35
36 Index: unix-time-0.2.0.ebuild
37 ===================================================================
38 # Copyright 1999-2013 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-time/unix-time-0.2.0.ebuild,v 1.1 2013/08/26 11:27:51 qnikst Exp $
41
42 EAPI=5
43
44 # ebuild generated by hackport 0.3.3.9999
45
46 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
47 inherit haskell-cabal
48
49 DESCRIPTION="Unix time parser/formatter and utilities"
50 HOMEPAGE="http://hackage.haskell.org/package/unix-time"
51 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
52
53 LICENSE="BSD"
54 SLOT="0/${PV}"
55 KEYWORDS="~amd64 ~x86"
56 IUSE=""
57
58 RDEPEND=">=dev-lang/ghc-6.10.4:="
59 DEPEND="${RDEPEND}
60 >=dev-haskell/cabal-1.10
61 test? ( >=dev-haskell/doctest-0.9.3
62 >=dev-haskell/hspec-1.5
63 dev-haskell/quickcheck
64 )"
65
66
67
68 1.1 dev-haskell/unix-time/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-time/ChangeLog?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/unix-time/ChangeLog?rev=1.1&content-type=text/plain
72
73 Index: ChangeLog
74 ===================================================================
75 # ChangeLog for dev-haskell/unix-time
76 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-time/ChangeLog,v 1.1 2013/08/26 11:27:51 qnikst Exp $
78
79 *unix-time-0.2.0 (26 Aug 2013)
80
81 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
82 +unix-time-0.2.0.ebuild:
83 dev-haskell/unix-time: initial layout