summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-02-21 20:02:53 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-02-21 20:02:53 +0000
commitb1574049ae2f9821abc1437a2c4edc6b5e406054 (patch)
treea2774146f14e22c0b8fb24e4db0657648d5cdcc5 /dev-haskell/hinotify
parentVersion bump. (diff)
downloadgentoo-2-b1574049ae2f9821abc1437a2c4edc6b5e406054.tar.gz
gentoo-2-b1574049ae2f9821abc1437a2c4edc6b5e406054.tar.bz2
gentoo-2-b1574049ae2f9821abc1437a2c4edc6b5e406054.zip
Version bump.
(Portage version: 2.2.8_p51/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/hinotify')
-rw-r--r--dev-haskell/hinotify/ChangeLog9
-rw-r--r--dev-haskell/hinotify/hinotify-0.3.6.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-haskell/hinotify/ChangeLog b/dev-haskell/hinotify/ChangeLog
index 00790622fb87..ecf08f095a43 100644
--- a/dev-haskell/hinotify/ChangeLog
+++ b/dev-haskell/hinotify/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hinotify
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v 1.7 2012/12/23 21:45:00 slyfox Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v 1.8 2014/02/21 20:02:53 slyfox Exp $
+
+*hinotify-0.3.6 (21 Feb 2014)
+
+ 21 Feb 2014; Sergei Trofimovich <slyfox@gentoo.org> +hinotify-0.3.6.ebuild:
+ Version bump.
*hinotify-0.3.5 (23 Dec 2012)
diff --git a/dev-haskell/hinotify/hinotify-0.3.6.ebuild b/dev-haskell/hinotify/hinotify-0.3.6.ebuild
new file mode 100644
index 000000000000..9acc52c293b6
--- /dev/null
+++ b/dev-haskell/hinotify/hinotify-0.3.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.6.ebuild,v 1.1 2014/02/21 20:02:53 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Haskell binding to inotify"
+HOMEPAGE="https://github.com/kolmodin/hinotify.git"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"