]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - dev-haskell/configfile/configfile-1.0.6.ebuild
Remove dev-haskell/configfile-1.0.6; committed to Sunrise overlay.
[mjo-overlay.git] / dev-haskell / configfile / configfile-1.0.6.ebuild
diff --git a/dev-haskell/configfile/configfile-1.0.6.ebuild b/dev-haskell/configfile/configfile-1.0.6.ebuild
deleted file mode 100644 (file)
index f973e94..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-CABAL_FEATURES="lib profile haddock"
-inherit haskell-cabal
-
-MY_PN=ConfigFile
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Parser and writer for handling sectioned config files in Haskell"
-HOMEPAGE="https://github.com/jgoerzen/configfile/wiki"
-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-lang/ghc-6.12.0
-       >=dev-haskell/missingh-1.0.0.0
-       <dev-haskell/mtl-2.0.0.0"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.6"
-
-S=${WORKDIR}/${MY_P}