summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-08-26 12:44:06 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-08-26 12:44:06 +0000
commitded21583fc27f8a1cbe8f774aace5e80badfe072 (patch)
treefde4356bdb0803c5268ecc20ccb2a5fef8ed9094 /dev-haskell
parentVersion bump to 16.1, include epmd.service (fixes 482446, 474778). (diff)
downloadgentoo-2-ded21583fc27f8a1cbe8f774aace5e80badfe072.tar.gz
gentoo-2-ded21583fc27f8a1cbe8f774aace5e80badfe072.tar.bz2
gentoo-2-ded21583fc27f8a1cbe8f774aace5e80badfe072.zip
dev-haskell/fsnotify: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/fsnotify/ChangeLog9
-rw-r--r--dev-haskell/fsnotify/fsnotify-0.0.11.ebuild36
-rw-r--r--dev-haskell/fsnotify/metadata.xml14
3 files changed, 59 insertions, 0 deletions
diff --git a/dev-haskell/fsnotify/ChangeLog b/dev-haskell/fsnotify/ChangeLog
new file mode 100644
index 000000000000..3958f6366c35
--- /dev/null
+++ b/dev-haskell/fsnotify/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/fsnotify
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fsnotify/ChangeLog,v 1.1 2013/08/26 12:44:06 qnikst Exp $
+
+*fsnotify-0.0.11 (26 Aug 2013)
+
+ 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +fsnotify-0.0.11.ebuild,
+ +metadata.xml:
+ dev-haskell/fsnotify: initial layout
diff --git a/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild b/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild
new file mode 100644
index 000000000000..4c9e5f232ed5
--- /dev/null
+++ b/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fsnotify/fsnotify-0.0.11.ebuild,v 1.1 2013/08/26 12:44:06 qnikst Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Cross platform library for file change notification."
+HOMEPAGE="http://hackage.haskell.org/package/fsnotify"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/hinotify-0.3.5:=[profile?]
+ <dev-haskell/hinotify-0.4:=[profile?]
+ >=dev-haskell/system-fileio-0.3.8:=[profile?]
+ <dev-haskell/system-fileio-0.4:=[profile?]
+ >=dev-haskell/system-filepath-0.4.6:=[profile?]
+ <dev-haskell/system-filepath-0.5:=[profile?]
+ >=dev-haskell/text-0.11.0:=[profile?]
+ >=dev-lang/ghc-7.0.1:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/glob-0.7.1
+ >=dev-haskell/hspec-1.3.0
+ >=dev-haskell/quickcheck-2.4.2
+ >=dev-haskell/random-1.0.1.1
+ >=dev-haskell/uniqueid-0.1.1
+ )"
diff --git a/dev-haskell/fsnotify/metadata.xml b/dev-haskell/fsnotify/metadata.xml
new file mode 100644
index 000000000000..f647a1fc367b
--- /dev/null
+++ b/dev-haskell/fsnotify/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ Cross platform library for file creation, modification,
+ and deletion notification. This library builds upon
+ existing libraries for platform-specific Window, Mac,
+ and Linux filesystem event notification.
+ </longdescription>
+</pkgmetadata>