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/monads-tf: metadata.xml monads-tf-0.1.0.1-r1.ebuild monads-tf-0.1.0.1.ebuild ChangeLog
Date: Mon, 26 Aug 2013 11:31:59
Message-Id: 20130826113155.9CAD72004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:31:55
2
3 Added: metadata.xml monads-tf-0.1.0.1-r1.ebuild
4 monads-tf-0.1.0.1.ebuild ChangeLog
5 Log:
6 dev-haskell/monads-tf: initial layout
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
9
10 Revision Changes Path
11 1.1 dev-haskell/monads-tf/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monads-tf/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monads-tf/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>haskell</herd>
22 <maintainer>
23 <email>haskell@g.o</email>
24 </maintainer>
25 <longdescription>
26 Monad classes using type families, with instances for various
27 monad transformers, inspired by the paper /Functional Programming
28 with Overloading and Higher-Order Polymorphism/, by Mark P
29 Jones, in /Advanced School of Functional Programming/, 1995
30 (&lt;http://web.cecs.pdx.edu/~mpj/pubs/springschool.html&gt;).
31
32 This package is almost a compatible replacement for the @mtl-tf@ package.
33 </longdescription>
34 </pkgmetadata>
35
36
37
38 1.1 dev-haskell/monads-tf/monads-tf-0.1.0.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monads-tf/monads-tf-0.1.0.1-r1.ebuild?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monads-tf/monads-tf-0.1.0.1-r1.ebuild?rev=1.1&content-type=text/plain
42
43 Index: monads-tf-0.1.0.1-r1.ebuild
44 ===================================================================
45 # Copyright 1999-2013 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/monads-tf/monads-tf-0.1.0.1-r1.ebuild,v 1.1 2013/08/26 11:31:55 qnikst Exp $
48
49 EAPI=5
50
51 # ebuild generated by hackport 0.3.2.9999
52
53 CABAL_FEATURES="lib profile haddock hoogle hscolour"
54 inherit haskell-cabal
55
56 DESCRIPTION="Monad classes, using type families"
57 HOMEPAGE="http://hackage.haskell.org/package/monads-tf"
58 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
59
60 LICENSE="BSD"
61 SLOT="0/${PV}"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND=">=dev-haskell/transformers-0.2.0.0:=[profile?]
66 <dev-haskell/transformers-0.4:=[profile?]
67 >=dev-lang/ghc-6.10.4:="
68 DEPEND="${RDEPEND}
69 >=dev-haskell/cabal-1.2.3"
70
71
72
73 1.1 dev-haskell/monads-tf/monads-tf-0.1.0.1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monads-tf/monads-tf-0.1.0.1.ebuild?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monads-tf/monads-tf-0.1.0.1.ebuild?rev=1.1&content-type=text/plain
77
78 Index: monads-tf-0.1.0.1.ebuild
79 ===================================================================
80 # Copyright 1999-2013 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/monads-tf/monads-tf-0.1.0.1.ebuild,v 1.1 2013/08/26 11:31:55 qnikst Exp $
83
84 EAPI=5
85
86 # ebuild generated by hackport 0.3.2.9999
87
88 CABAL_FEATURES="lib profile haddock hoogle hscolour"
89 inherit haskell-cabal
90
91 DESCRIPTION="Monad classes, using type families"
92 HOMEPAGE="http://hackage.haskell.org/package/monads-tf"
93 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
94
95 LICENSE="BSD"
96 SLOT="0/${PV}"
97 KEYWORDS="~amd64 ~x86"
98 IUSE=""
99
100 RDEPEND=">=dev-haskell/transformers-0.2.0.0:=[profile?]
101 <dev-haskell/transformers-0.4:=[profile?]
102 >=dev-lang/ghc-6.10.4:="
103 DEPEND="${RDEPEND}
104 >=dev-haskell/cabal-1.2.3"
105
106
107
108 1.1 dev-haskell/monads-tf/ChangeLog
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monads-tf/ChangeLog?rev=1.1&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/monads-tf/ChangeLog?rev=1.1&content-type=text/plain
112
113 Index: ChangeLog
114 ===================================================================
115 # ChangeLog for dev-haskell/monads-tf
116 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
117 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/monads-tf/ChangeLog,v 1.1 2013/08/26 11:31:55 qnikst Exp $
118
119 *monads-tf-0.1.0.1 (26 Aug 2013)
120 *monads-tf-0.1.0.1-r1 (26 Aug 2013)
121
122 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
123 +monads-tf-0.1.0.1-r1.ebuild, +monads-tf-0.1.0.1.ebuild:
124 dev-haskell/monads-tf: initial layout