diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-07 14:01:55 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-07 14:01:55 +0000 |
commit | 513a7598dfe6dd93907e9b35c5d8d33ce13a5122 (patch) | |
tree | 20d985487bfe81ff2aea91e58fed9373d55cacb7 /dev-haskell/configfile/configfile-1.0.6.ebuild | |
parent | Respect LDFLAGS. Install executables in /usr/lib/exec, not /usr/lib. (diff) | |
download | historical-513a7598dfe6dd93907e9b35c5d8d33ce13a5122.tar.gz historical-513a7598dfe6dd93907e9b35c5d8d33ce13a5122.tar.bz2 historical-513a7598dfe6dd93907e9b35c5d8d33ce13a5122.zip |
Initial revision (bug #343949)
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/configfile/configfile-1.0.6.ebuild')
-rw-r--r-- | dev-haskell/configfile/configfile-1.0.6.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/configfile/configfile-1.0.6.ebuild b/dev-haskell/configfile/configfile-1.0.6.ebuild new file mode 100644 index 000000000000..8f9cfbf99ff3 --- /dev/null +++ b/dev-haskell/configfile/configfile-1.0.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/configfile/configfile-1.0.6.ebuild,v 1.1 2010/11/07 14:01:55 slyfox Exp $ + +# ebuild generated by hackport 0.2.9 + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +MY_PN="ConfigFile" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Configuration file reading & writing" +HOMEPAGE="http://software.complete.org/configfile" +SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/missingh-1.0.0 + <dev-haskell/mtl-2.0.0.0 + dev-haskell/parsec + >=dev-lang/ghc-6.8.2" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2.3" + +S="${WORKDIR}/${MY_P}" |