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/project-template: project-template-0.1.3.ebuild metadata.xml ChangeLog
Date: Mon, 26 Aug 2013 12:38:10
Message-Id: 20130826123806.5CF2A2004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:38:06
2
3 Added: project-template-0.1.3.ebuild metadata.xml
4 ChangeLog
5 Log:
6 dev-haskell/project-template: 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/project-template/project-template-0.1.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/project-template/project-template-0.1.3.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/project-template/project-template-0.1.3.ebuild?rev=1.1&content-type=text/plain
15
16 Index: project-template-0.1.3.ebuild
17 ===================================================================
18 # Copyright 1999-2013 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/project-template/project-template-0.1.3.ebuild,v 1.1 2013/08/26 12:38:06 qnikst Exp $
21
22 EAPI=5
23
24 # ebuild generated by hackport 0.3.2.9999
25
26 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
27 inherit haskell-cabal
28
29 DESCRIPTION="Specify Haskell project templates and generate files"
30 HOMEPAGE="https://github.com/fpco/haskell-ide"
31 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
32
33 LICENSE="BSD"
34 SLOT="0/${PV}"
35 KEYWORDS="~amd64 ~x86"
36 IUSE=""
37
38 RDEPEND="dev-haskell/base64-bytestring:=[profile?]
39 dev-haskell/base64-conduit:=[profile?]
40 >=dev-haskell/classy-prelude-0.4:=[profile?]
41 >=dev-haskell/conduit-0.5.4:=[profile?]
42 >=dev-haskell/mtl-2.0:=[profile?]
43 >=dev-haskell/resourcet-0.4.3:=[profile?]
44 >=dev-haskell/system-fileio-0.3:=[profile?]
45 >=dev-haskell/system-filepath-0.4:=[profile?]
46 >=dev-haskell/text-0.11:=[profile?]
47 >=dev-haskell/transformers-0.2:=[profile?]
48 >=dev-lang/ghc-6.10.4:="
49 DEPEND="${RDEPEND}
50 test? ( >=dev-haskell/hspec-1.3
51 dev-haskell/quickcheck
52 )
53 >=dev-haskell/cabal-1.8"
54
55 RESTRICT=test # Text.ProjectTemplate: create/unpack: - is idempotent FAILED [1]
56
57
58
59 1.1 dev-haskell/project-template/metadata.xml
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/project-template/metadata.xml?rev=1.1&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/project-template/metadata.xml?rev=1.1&content-type=text/plain
63
64 Index: metadata.xml
65 ===================================================================
66 <?xml version="1.0" encoding="UTF-8"?>
67 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 <pkgmetadata>
69 <herd>haskell</herd>
70 <maintainer>
71 <email>haskell@g.o</email>
72 </maintainer>
73 <longdescription>
74 See initial blog post for explanation: &lt;http://www.yesodweb.com/blog/2012/09/project-templates&gt;
75 </longdescription>
76 </pkgmetadata>
77
78
79
80 1.1 dev-haskell/project-template/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/project-template/ChangeLog?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/project-template/ChangeLog?rev=1.1&content-type=text/plain
84
85 Index: ChangeLog
86 ===================================================================
87 # ChangeLog for dev-haskell/project-template
88 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
89 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/project-template/ChangeLog,v 1.1 2013/08/26 12:38:06 qnikst Exp $
90
91 *project-template-0.1.3 (26 Aug 2013)
92
93 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
94 +project-template-0.1.3.ebuild:
95 dev-haskell/project-template: initial layout