summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/monadcatchio-mtl
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/monadcatchio-mtl')
-rw-r--r--dev-haskell/monadcatchio-mtl/Manifest3
-rw-r--r--dev-haskell/monadcatchio-mtl/metadata.xml15
-rw-r--r--dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.4.ebuild29
-rw-r--r--dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.5.ebuild30
-rw-r--r--dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.1.0-r1.ebuild37
5 files changed, 114 insertions, 0 deletions
diff --git a/dev-haskell/monadcatchio-mtl/Manifest b/dev-haskell/monadcatchio-mtl/Manifest
new file mode 100644
index 000000000000..09e5fee4855d
--- /dev/null
+++ b/dev-haskell/monadcatchio-mtl/Manifest
@@ -0,0 +1,3 @@
+DIST MonadCatchIO-mtl-0.3.0.4.tar.gz 2965 SHA256 a776798a1f07952a71b9edd22418bccfd0e3b61c2f23b4634d9b284eafcbed73 SHA512 71fcd279473ecf912b5e5619403eff03b1a67057b276fe6e31b7d4a5f4ecdec83f4050cda1cb7987a1e8c9f5ed63c6f6922a85433b06e4845cf7ff4a196a0b21 WHIRLPOOL 066f56dcb6c6eb77303b84cad66d51e1ddb16ee802a7aca68603d3f2b4bb9991b49b0a89731abe5f89988f001c1fa28d5d3e8e4f75b9009ad280312a2086af93
+DIST MonadCatchIO-mtl-0.3.0.5.tar.gz 2985 SHA256 1737a10a7ca6366640456c75f2b0c803db17433a314f2c5ea5c253455cec8205 SHA512 6c9bb3ef13799bb0e6fce1de2becba89ed9079a65ffaeeeb716123a3ac52fd517320270a3e7db2bc09c8f9d943c5290e3d8763d5454d0ed161bc950fbd578d5e WHIRLPOOL bd36d18ea137dc8779c70850c671360fd41a5b79d2cc25fb6844fd8d75153367742f52433a70591fe55daffd47362840f282e9017acc50918f8492907d2f68d1
+DIST MonadCatchIO-mtl-0.3.1.0.tar.gz 1730 SHA256 18c24e23bcb14ccfe3d46012b7935a0f7927eff298c7d6f76b087fc4c6715961 SHA512 b39deb663e1f1aaed287fdcb52d3c452dae32b92ddac3a19e96d37fa7e4605b5631130d92759d28834f90a12e3eab2f0131cf72b2501b5ff1e36723cc0e19d02 WHIRLPOOL 0938558e06e2d13638443baf1ab46b5b04e8bacc94bf51137fee69f2a071a8ad476aa49a618dcb213f384fc18d23893fc41247cd15c5ba1055dadea48350d608
diff --git a/dev-haskell/monadcatchio-mtl/metadata.xml b/dev-haskell/monadcatchio-mtl/metadata.xml
new file mode 100644
index 000000000000..9ee12f65fcce
--- /dev/null
+++ b/dev-haskell/monadcatchio-mtl/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>
+ <herd>proxy-maintainers</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ Provides a monad-transformer version of the @Control.Exception.catch@
+ function. For this, it defines the @MonadCatchIO@ class, a subset of
+ @MonadIO@. It defines proper instances for most monad transformers in
+ the &#39;mtl&#39; library.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.4.ebuild b/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.4.ebuild
new file mode 100644
index 000000000000..0c16941fb96a
--- /dev/null
+++ b/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# ebuild generated by hackport 0.2.17.9999
+
+EAPI=4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="MonadCatchIO-mtl"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Monad-transformer version of the Control.Exception module"
+HOMEPAGE="http://darcsden.com/jcpetruzza/MonadCatchIO-mtl"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/mtl[profile?]
+ >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.5.ebuild b/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.5.ebuild
new file mode 100644
index 000000000000..e984913028fa
--- /dev/null
+++ b/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.0.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 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
+
+MY_PN="MonadCatchIO-mtl"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Monad-transformer version of the Control.Exception module"
+HOMEPAGE="http://darcsden.com/jcpetruzza/MonadCatchIO-mtl"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="alpha amd64 ppc sparc x86"
+IUSE=""
+
+RDEPEND="dev-haskell/extensible-exceptions:=[profile?]
+ dev-haskell/mtl:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.1.0-r1.ebuild b/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.1.0-r1.ebuild
new file mode 100644
index 000000000000..644a1082fc75
--- /dev/null
+++ b/dev-haskell/monadcatchio-mtl/monadcatchio-mtl-0.3.1.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="MonadCatchIO-mtl"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Monad-transformer version of the Control.Exception module"
+HOMEPAGE="http://darcsden.com/jcpetruzza/MonadCatchIO-mtl"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/extensible-exceptions:=[profile?]
+ >=dev-haskell/monadcatchio-transformers-0.3.1.0:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ cabal_chdeps \
+ 'MonadCatchIO-transformers==0.3.1.0' 'MonadCatchIO-transformers>=0.3.1.0'
+}