diff options
author | 2013-08-26 12:34:27 +0000 | |
---|---|---|
committer | 2013-08-26 12:34:27 +0000 | |
commit | a6fea3615006a5b2f6b7adaa20d963133bfc92f7 (patch) | |
tree | 77882f719335ec1e95b6cf7d42e58b733f93d8c4 /dev-haskell/uniqueid | |
parent | dev-haskell/yesod-json: initial layout (diff) | |
download | gentoo-2-a6fea3615006a5b2f6b7adaa20d963133bfc92f7.tar.gz gentoo-2-a6fea3615006a5b2f6b7adaa20d963133bfc92f7.tar.bz2 gentoo-2-a6fea3615006a5b2f6b7adaa20d963133bfc92f7.zip |
dev-haskell/uniqueid: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/uniqueid')
-rw-r--r-- | dev-haskell/uniqueid/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/uniqueid/metadata.xml | 15 | ||||
-rw-r--r-- | dev-haskell/uniqueid/uniqueid-0.1.1.ebuild | 23 |
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-haskell/uniqueid/ChangeLog b/dev-haskell/uniqueid/ChangeLog new file mode 100644 index 000000000000..474e10dc3977 --- /dev/null +++ b/dev-haskell/uniqueid/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/uniqueid +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/ChangeLog,v 1.1 2013/08/26 12:34:27 qnikst Exp $ + +*uniqueid-0.1.1 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml, + +uniqueid-0.1.1.ebuild: + dev-haskell/uniqueid: initial layout diff --git a/dev-haskell/uniqueid/metadata.xml b/dev-haskell/uniqueid/metadata.xml new file mode 100644 index 000000000000..6b363e7c02d5 --- /dev/null +++ b/dev-haskell/uniqueid/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + This package provides splittable supplies of unique + identifiers. The implementation mimics (only) essential + parts of the code that is used internally in GHC for + the same purpose. After improvements of the value-supply + package it is now deprecated. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild b/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild new file mode 100644 index 000000000000..519369fd82a3 --- /dev/null +++ b/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild,v 1.1 2013/08/26 12:34:27 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Splittable Unique Identifier Supply" +HOMEPAGE="http://github.com/sebfisch/uniqueid/wikis" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |