slyfox 14/05/10 14:22:14 Modified: ChangeLog Added: hinotify-0.3.7.ebuild Removed: hinotify-0.3.2.ebuild hinotify-0.3.5.ebuild Log: Version bump. (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.9 dev-haskell/hinotify/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hinotify/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hinotify/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hinotify/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 21 Feb 2014 20:02:53 -0000 1.8 +++ ChangeLog 10 May 2014 14:22:14 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/hinotify # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/ChangeLog,v 1.9 2014/05/10 14:22:14 slyfox Exp $ + +*hinotify-0.3.7 (10 May 2014) + + 10 May 2014; Sergei Trofimovich <[email protected]> +hinotify-0.3.7.ebuild, + -hinotify-0.3.2.ebuild, -hinotify-0.3.5.ebuild: + Version bump. *hinotify-0.3.6 (21 Feb 2014) 1.1 dev-haskell/hinotify/hinotify-0.3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.7.ebuild?rev=1.1&content-type=text/plain Index: hinotify-0.3.7.ebuild =================================================================== # 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.7.ebuild,v 1.1 2014/05/10 14:22:14 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.4.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 "
