From 8b43a94fd8c62789c222605e0274f49b6f88486a Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 23 Dec 2012 21:45:00 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) --- dev-haskell/hinotify/ChangeLog | 7 ++++++- dev-haskell/hinotify/hinotify-0.3.5.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 dev-haskell/hinotify/hinotify-0.3.5.ebuild (limited to 'dev-haskell') 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 +hinotify-0.3.5.ebuild: + Version bump. 12 Sep 2012; Alexander Vershilov 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" -- cgit v1.2.3-65-gdbad