diff options
author | Mark Wright <gienah@gentoo.org> | 2012-11-18 07:43:03 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-11-18 07:43:03 +0000 |
commit | cf6a0e5e182c44a60ebc0cc0600af4a7516a21a1 (patch) | |
tree | a31682e723e3e8428e553aabb55dd60a8cb5b5c1 /dev-haskell/unix-compat | |
parent | stable arm, bug #443610 (diff) | |
download | gentoo-2-cf6a0e5e182c44a60ebc0cc0600af4a7516a21a1.tar.gz gentoo-2-cf6a0e5e182c44a60ebc0cc0600af4a7516a21a1.tar.bz2 gentoo-2-cf6a0e5e182c44a60ebc0cc0600af4a7516a21a1.zip |
Bump unix-compat to 0.4.0.0
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/unix-compat')
-rw-r--r-- | dev-haskell/unix-compat/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-haskell/unix-compat/ChangeLog b/dev-haskell/unix-compat/ChangeLog index a0d4b0665f39..32f4f6b24d3c 100644 --- a/dev-haskell/unix-compat/ChangeLog +++ b/dev-haskell/unix-compat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/unix-compat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.5 2012/09/25 14:00:53 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/ChangeLog,v 1.6 2012/11/18 07:43:03 gienah Exp $ + +*unix-compat-0.4.0.0 (18 Nov 2012) + + 18 Nov 2012; Mark Wright <gienah@gentoo.org> +unix-compat-0.4.0.0.ebuild: + Bump unix-compat to 0.4.0.0 25 Sep 2012; Andreas Schuerch <nativemad@gentoo.org> unix-compat-0.3.0.1.ebuild: diff --git a/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild b/dev-haskell/unix-compat/unix-compat-0.4.0.0.ebuild new file mode 100644 index 000000000000..bc21432fc80f --- /dev/null +++ b/dev-haskell/unix-compat/unix-compat-0.4.0.0.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/unix-compat/unix-compat-0.4.0.0.ebuild,v 1.1 2012/11/18 07:43:03 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Portable POSIX-compatibility layer." +HOMEPAGE="http://github.com/jystic/unix-compat" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.12.1:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |