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/uniqueid: metadata.xml uniqueid-0.1.1.ebuild ChangeLog
Date: Mon, 26 Aug 2013 12:34:30
Message-Id: 20130826123427.5E58C2004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:34:27
2
3 Added: metadata.xml uniqueid-0.1.1.ebuild ChangeLog
4 Log:
5 dev-haskell/uniqueid: 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/uniqueid/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/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 package provides splittable supplies of unique
26 identifiers. The implementation mimics (only) essential
27 parts of the code that is used internally in GHC for
28 the same purpose. After improvements of the value-supply
29 package it is now deprecated.
30 </longdescription>
31 </pkgmetadata>
32
33
34
35 1.1 dev-haskell/uniqueid/uniqueid-0.1.1.ebuild
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild?rev=1.1&content-type=text/plain
39
40 Index: uniqueid-0.1.1.ebuild
41 ===================================================================
42 # Copyright 1999-2013 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild,v 1.1 2013/08/26 12:34:27 qnikst Exp $
45
46 EAPI=5
47
48 # ebuild generated by hackport 0.3.9999
49
50 CABAL_FEATURES="lib profile haddock hoogle hscolour"
51 inherit haskell-cabal
52
53 DESCRIPTION="Splittable Unique Identifier Supply"
54 HOMEPAGE="http://github.com/sebfisch/uniqueid/wikis"
55 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
56
57 LICENSE="BSD"
58 SLOT="0/${PV}"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 RDEPEND=">=dev-lang/ghc-6.10.4:="
63 DEPEND="${RDEPEND}
64 >=dev-haskell/cabal-1.6"
65
66
67
68 1.1 dev-haskell/uniqueid/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/ChangeLog?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/ChangeLog?rev=1.1&content-type=text/plain
72
73 Index: ChangeLog
74 ===================================================================
75 # ChangeLog for dev-haskell/uniqueid
76 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/ChangeLog,v 1.1 2013/08/26 12:34:27 qnikst Exp $
78
79 *uniqueid-0.1.1 (26 Aug 2013)
80
81 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
82 +uniqueid-0.1.1.ebuild:
83 dev-haskell/uniqueid: initial layout