diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-05-10 14:22:14 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-05-10 14:22:14 +0000 |
commit | 7aad69b5402ffae173d6d2bf4506e6d16824f0eb (patch) | |
tree | 6ed8727c9d8ad9fb9b115ba014dc2ed6408f90e8 /dev-haskell | |
parent | Version bump. (diff) | |
download | gentoo-2-7aad69b5402ffae173d6d2bf4506e6d16824f0eb.tar.gz gentoo-2-7aad69b5402ffae173d6d2bf4506e6d16824f0eb.tar.bz2 gentoo-2-7aad69b5402ffae173d6d2bf4506e6d16824f0eb.zip |
Version bump.
(Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hinotify/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/hinotify/hinotify-0.3.2.ebuild | 23 | ||||
-rw-r--r-- | dev-haskell/hinotify/hinotify-0.3.7.ebuild (renamed from dev-haskell/hinotify/hinotify-0.3.5.ebuild) | 12 |
3 files changed, 14 insertions, 29 deletions
diff --git a/dev-haskell/hinotify/ChangeLog b/dev-haskell/hinotify/ChangeLog index ecf08f095a43..72415bd14b38 100644 --- a/dev-haskell/hinotify/ChangeLog +++ b/dev-haskell/hinotify/ChangeLog @@ -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 <slyfox@gentoo.org> +hinotify-0.3.7.ebuild, + -hinotify-0.3.2.ebuild, -hinotify-0.3.5.ebuild: + Version bump. *hinotify-0.3.6 (21 Feb 2014) diff --git a/dev-haskell/hinotify/hinotify-0.3.2.ebuild b/dev-haskell/hinotify/hinotify-0.3.2.ebuild deleted file mode 100644 index 419a77147269..000000000000 --- a/dev-haskell/hinotify/hinotify-0.3.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.2.ebuild,v 1.2 2012/09/12 15:50:40 qnikst Exp $ - -# ebuild generated by hackport 0.2.13 - -EAPI="3" - -CABAL_FEATURES="lib profile haddock hscolour" -inherit haskell-cabal - -DESCRIPTION="Haskell binding to INotify" -HOMEPAGE="http://code.haskell.org/hinotify/README.html" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.10.1" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" diff --git a/dev-haskell/hinotify/hinotify-0.3.5.ebuild b/dev-haskell/hinotify/hinotify-0.3.7.ebuild index df5371b08132..dcf6408a3d83 100644 --- a/dev-haskell/hinotify/hinotify-0.3.5.ebuild +++ b/dev-haskell/hinotify/hinotify-0.3.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.5.ebuild,v 1.1 2012/12/23 21:45:00 slyfox Exp $ +# $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.3.9999 +# ebuild generated by hackport 0.4.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -18,6 +18,8 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-lang/ghc-7.0.1:=" +RDEPEND=">=dev-lang/ghc-7.4.1:= +" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" + >=dev-haskell/cabal-1.6 +" |