diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-03-05 21:57:59 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-03-05 21:57:59 +0000 |
commit | a41025b5a7828ca30f46f923d55b1d0f84bcbc52 (patch) | |
tree | e04201ed5e4a5d32a7d39807f01220add9206d1d /dev-haskell/uri/uri-0.1.6.3.ebuild | |
parent | Fix "diee" typo. Not sure how that got in there! (diff) | |
download | historical-a41025b5a7828ca30f46f923d55b1d0f84bcbc52.tar.gz historical-a41025b5a7828ca30f46f923d55b1d0f84bcbc52.tar.bz2 historical-a41025b5a7828ca30f46f923d55b1d0f84bcbc52.zip |
New package to work with URIs (a depend of www-apps/gitit).
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Manifest-Sign-Key: 0x611FF3AA
Diffstat (limited to 'dev-haskell/uri/uri-0.1.6.3.ebuild')
-rw-r--r-- | dev-haskell/uri/uri-0.1.6.3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/uri/uri-0.1.6.3.ebuild b/dev-haskell/uri/uri-0.1.6.3.ebuild new file mode 100644 index 000000000000..a281a98b5354 --- /dev/null +++ b/dev-haskell/uri/uri-0.1.6.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uri/uri-0.1.6.3.ebuild,v 1.1 2015/03/05 21:57:56 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Library for working with URIs" +HOMEPAGE="http://gitorious.org/uri" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/parsec-3.0:=[profile?] + dev-haskell/safe:=[profile?] + dev-haskell/utf8-string:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |