commit:     00ef0c0b4d7f4945caf651e1a514e4f2a6c5a52a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 09:55:03 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 10:01:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ef0c0b

dev-haskell/tagshare: explicit sharing with tags, a depend of 
dev-haskell/testing-feat

Package-Manager: portage-2.3.0

 dev-haskell/tagshare/Manifest            |  1 +
 dev-haskell/tagshare/metadata.xml        | 17 +++++++++++++++++
 dev-haskell/tagshare/tagshare-0.0.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-haskell/tagshare/Manifest b/dev-haskell/tagshare/Manifest
new file mode 100644
index 00000000..95835ce
--- /dev/null
+++ b/dev-haskell/tagshare/Manifest
@@ -0,0 +1 @@
+DIST tagshare-0.0.tar.gz 2127 SHA256 
d2314bae2e6820700f2a61db9c9f7976e1b53547a49cdd3352bdf29ac3856ce0 SHA512 
872592757bba6b21846888aeec1b36cc4f7c9cd602a299bb493763bd1c38d52d84419319a6761f5019e565081aceedc343cc1e52fcf5449a78e709da6164051f
 WHIRLPOOL 
68e08f4b01819b7793e75edfc258640bbacf39f731a893ee623e21814ca0bbaa44608d34ca2d1c31eb2cf5ec9998df4caf9235ad97aa140f18ea06b2603487e3

diff --git a/dev-haskell/tagshare/metadata.xml 
b/dev-haskell/tagshare/metadata.xml
new file mode 100644
index 00000000..5938819
--- /dev/null
+++ b/dev-haskell/tagshare/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Haskell</name>
+       </maintainer>
+       <longdescription>
+               TagShare supplies a monad for sharing values based on tags
+               and types. Each tag and type is bound to at most one value
+               in a dynamic map.
+               
+               The principal use of this package is to ensure that
+               constant class members or other overloaded values are
+               shared.
+       </longdescription>
+</pkgmetadata>

diff --git a/dev-haskell/tagshare/tagshare-0.0.ebuild 
b/dev-haskell/tagshare/tagshare-0.0.ebuild
new file mode 100644
index 00000000..602a5a0
--- /dev/null
+++ b/dev-haskell/tagshare/tagshare-0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="TagShare - explicit sharing with tags"
+HOMEPAGE="http://hackage.haskell.org/package/tagshare";
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/mtl-1:=[profile?]
+               <dev-haskell/mtl-3:=[profile?]
+               >=dev-lang/ghc-7.4.2:="
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.2"

Reply via email to