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/uuid: metadata.xml uuid-1.2.13.ebuild ChangeLog
Date: Mon, 26 Aug 2013 13:55:21
Message-Id: 20130826135515.5FA192004C@flycatcher.gentoo.org
1 qnikst 13/08/26 13:55:15
2
3 Added: metadata.xml uuid-1.2.13.ebuild ChangeLog
4 Log:
5 dev-haskell/uuid: add uuid
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/uuid/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuid/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuid/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 This library is useful for creating, comparing, parsing and
26 printing Universally Unique Identifiers.
27 See &lt;http://en.wikipedia.org/wiki/UUID&gt; for the general idea.
28 </longdescription>
29 </pkgmetadata>
30
31
32
33 1.1 dev-haskell/uuid/uuid-1.2.13.ebuild
34
35 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuid/uuid-1.2.13.ebuild?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuid/uuid-1.2.13.ebuild?rev=1.1&content-type=text/plain
37
38 Index: uuid-1.2.13.ebuild
39 ===================================================================
40 # Copyright 1999-2013 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuid/uuid-1.2.13.ebuild,v 1.1 2013/08/26 13:55:15 qnikst Exp $
43
44 EAPI=5
45
46 # ebuild generated by hackport 0.3.2.9999
47
48 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
49 inherit haskell-cabal
50
51 DESCRIPTION="For creating, comparing, parsing and printing Universally Unique Identifiers"
52 HOMEPAGE="http://projects.haskell.org/uuid/"
53 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
54
55 LICENSE="BSD"
56 SLOT="0/${PV}"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 RDEPEND=">=dev-haskell/binary-0.4:=[profile?]
61 <dev-haskell/binary-0.8:=[profile?]
62 >=dev-haskell/cryptohash-0.7:=[profile?]
63 <dev-haskell/cryptohash-0.10:=[profile?]
64 >=dev-haskell/maccatcher-1.0:=[profile?]
65 <dev-haskell/maccatcher-2.2:=[profile?]
66 >=dev-haskell/random-1.0.1:=[profile?]
67 <dev-haskell/random-1.1:=[profile?]
68 >=dev-lang/ghc-6.12.1:="
69 DEPEND="${RDEPEND}
70 >=dev-haskell/cabal-1.8
71 test? ( >=dev-haskell/criterion-0.4
72 <dev-haskell/criterion-0.9
73 >=dev-haskell/deepseq-1.1
74 <dev-haskell/deepseq-1.4
75 =dev-haskell/hunit-1.2*
76 dev-haskell/mersenne-random-pure64
77 >=dev-haskell/quickcheck-2.4
78 <dev-haskell/quickcheck-2.7
79 )"
80
81
82
83 1.1 dev-haskell/uuid/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuid/ChangeLog?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuid/ChangeLog?rev=1.1&content-type=text/plain
87
88 Index: ChangeLog
89 ===================================================================
90 # ChangeLog for dev-haskell/uuid
91 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
92 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuid/ChangeLog,v 1.1 2013/08/26 13:55:15 qnikst Exp $
93
94 *uuid-1.2.13 (26 Aug 2013)
95
96 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
97 +uuid-1.2.13.ebuild:
98 dev-haskell/uuid: add uuid