summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-12-23 21:45:00 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-12-23 21:45:00 +0000
commit8b43a94fd8c62789c222605e0274f49b6f88486a (patch)
treeb046e926fad9f9901f813f131a36025285ff908a /dev-haskell
parentMarked ~x64-solaris (diff)
downloadgentoo-2-8b43a94fd8c62789c222605e0274f49b6f88486a.tar.gz
gentoo-2-8b43a94fd8c62789c222605e0274f49b6f88486a.tar.bz2
gentoo-2-8b43a94fd8c62789c222605e0274f49b6f88486a.zip
Version bump.
(Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hinotify/ChangeLog7
-rw-r--r--dev-haskell/hinotify/hinotify-0.3.5.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-haskell/hinotify/ChangeLog b/dev-haskell/hinotify/ChangeLog
index 81492cb30408..00790622fb87 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.6 2012/09/12 15:50:40 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v 1.7 2012/12/23 21:45:00 slyfox Exp $
+
+*hinotify-0.3.5 (23 Dec 2012)
+
+ 23 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> +hinotify-0.3.5.ebuild:
+ Version bump.
12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> hinotify-0.3.2.ebuild:
move dev-haskell/hinotify/hinotify-0.3.2.ebuild ebuild to mirror://hackage
diff --git a/dev-haskell/hinotify/hinotify-0.3.5.ebuild b/dev-haskell/hinotify/hinotify-0.3.5.ebuild
new file mode 100644
index 000000000000..df5371b08132
--- /dev/null
+++ b/dev-haskell/hinotify/hinotify-0.3.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.5.ebuild,v 1.1 2012/12/23 21:45:00 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.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.0.1:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"