summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 14:26:27 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 14:26:27 +0000
commit50fddb87d273483bf06dcd2617dbdbf510223f3f (patch)
treee353f6d01fbc2e3e988269137ba51faaef238327 /dev-haskell
parentamd64/x86 stable, bug #266138 (diff)
downloadgentoo-2-50fddb87d273483bf06dcd2617dbdbf510223f3f.tar.gz
gentoo-2-50fddb87d273483bf06dcd2617dbdbf510223f3f.tar.bz2
gentoo-2-50fddb87d273483bf06dcd2617dbdbf510223f3f.zip
Initial version of dev-haskell/ghc-paths
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/ghc-paths/ChangeLog10
-rw-r--r--dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild20
-rw-r--r--dev-haskell/ghc-paths/metadata.xml8
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-haskell/ghc-paths/ChangeLog b/dev-haskell/ghc-paths/ChangeLog
new file mode 100644
index 000000000000..268098ce7ffb
--- /dev/null
+++ b/dev-haskell/ghc-paths/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-haskell/ghc-paths
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.1 2009/04/19 14:26:27 kolmodin Exp $
+
+*ghc-paths-0.1.0.5 (19 Apr 2009)
+
+ 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> +metadata.xml,
+ +ghc-paths-0.1.0.5.ebuild:
+ Initial version.
+
diff --git a/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild b/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild
new file mode 100644
index 000000000000..26f5acd304ac
--- /dev/null
+++ b/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild,v 1.1 2009/04/19 14:26:27 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Knowledge of GHC's installation directories"
+HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ghc-paths"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.8"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
+
diff --git a/dev-haskell/ghc-paths/metadata.xml b/dev-haskell/ghc-paths/metadata.xml
new file mode 100644
index 000000000000..8c66906af531
--- /dev/null
+++ b/dev-haskell/ghc-paths/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>haskell</herd>
+<maintainer>
+ <email>haskell@gentoo.org</email>
+</maintainer>
+</pkgmetadata>