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/cpu: cpu-0.1.1.ebuild metadata.xml ChangeLog
Date: Mon, 26 Aug 2013 12:16:12
Message-Id: 20130826121609.62E572004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:16:09
2
3 Added: cpu-0.1.1.ebuild metadata.xml ChangeLog
4 Log:
5 dev-haskell/cpu: 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/cpu/cpu-0.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpu/cpu-0.1.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpu/cpu-0.1.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: cpu-0.1.1.ebuild
16 ===================================================================
17 # Copyright 1999-2013 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpu/cpu-0.1.1.ebuild,v 1.1 2013/08/26 12:16:09 qnikst Exp $
20
21 EAPI=4
22
23 # ebuild generated by hackport 0.2.18.9999
24
25 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
26 inherit haskell-cabal
27
28 DESCRIPTION="Cpu information and properties helpers."
29 HOMEPAGE="http://github.com/vincenthz/hs-cpu"
30 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
31
32 LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 RDEPEND=">=dev-lang/ghc-6.8.2"
38 DEPEND="${RDEPEND}
39 >=dev-haskell/cabal-1.8"
40
41
42
43 1.1 dev-haskell/cpu/metadata.xml
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpu/metadata.xml?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpu/metadata.xml?rev=1.1&content-type=text/plain
47
48 Index: metadata.xml
49 ===================================================================
50 <?xml version="1.0" encoding="UTF-8"?>
51 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 <pkgmetadata>
53 <herd>haskell</herd>
54 <maintainer>
55 <email>haskell@g.o</email>
56 </maintainer>
57 <longdescription>
58 Lowlevel cpu routines to get basic properties of the cpu platform, like endianness and architecture.
59 </longdescription>
60 </pkgmetadata>
61
62
63
64 1.1 dev-haskell/cpu/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpu/ChangeLog?rev=1.1&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/cpu/ChangeLog?rev=1.1&content-type=text/plain
68
69 Index: ChangeLog
70 ===================================================================
71 # ChangeLog for dev-haskell/cpu
72 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpu/ChangeLog,v 1.1 2013/08/26 12:16:09 qnikst Exp $
74
75 *cpu-0.1.1 (26 Aug 2013)
76
77 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +cpu-0.1.1.ebuild,
78 +metadata.xml:
79 dev-haskell/cpu: initial layout