diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-06-14 17:43:01 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-06-14 17:43:01 +0000 |
commit | 00e10bc2650e9f881d51031943682fc841f00faa (patch) | |
tree | 4a76f39c6f3f4c25da68ec0dce94103ea7afd63a /dev-haskell/uulib/uulib-0.9.12.ebuild | |
parent | Marked ~x64-macos, bug #323945 (diff) | |
download | gentoo-2-00e10bc2650e9f881d51031943682fc841f00faa.tar.gz gentoo-2-00e10bc2650e9f881d51031943682fc841f00faa.tar.bz2 gentoo-2-00e10bc2650e9f881d51031943682fc841f00faa.zip |
Version bump dev-haskell/uulib
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/uulib/uulib-0.9.12.ebuild')
-rw-r--r-- | dev-haskell/uulib/uulib-0.9.12.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-haskell/uulib/uulib-0.9.12.ebuild b/dev-haskell/uulib/uulib-0.9.12.ebuild new file mode 100644 index 000000000000..87903ff5b764 --- /dev/null +++ b/dev-haskell/uulib/uulib-0.9.12.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/uulib-0.9.12.ebuild,v 1.1 2010/06/14 17:43:01 kolmodin Exp $ + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +DESCRIPTION="Haskell Utrecht Tools Library" +HOMEPAGE="http://www.cs.uu.nl/wiki/HUT/WebHome" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.8.1" +DEPEND=">=dev-haskell/cabal-1.1 + ${RDEPEND}" |