summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-09-04 13:46:48 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-09-04 13:46:48 +0000
commit30524feb1b4b14261338a9ac50f05a798ad28e23 (patch)
tree286112d98b86877fc7b0b5cc1402e5a074bc1657 /dev-haskell/wxdirect
parentFix ChangeLog entry. (diff)
downloadgentoo-2-30524feb1b4b14261338a9ac50f05a798ad28e23.tar.gz
gentoo-2-30524feb1b4b14261338a9ac50f05a798ad28e23.tar.bz2
gentoo-2-30524feb1b4b14261338a9ac50f05a798ad28e23.zip
Add dev-haskell/wxdirect. It's used to build dev-haskell/wxcore.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/wxdirect')
-rw-r--r--dev-haskell/wxdirect/ChangeLog10
-rw-r--r--dev-haskell/wxdirect/metadata.xml8
-rw-r--r--dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild21
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-haskell/wxdirect/ChangeLog b/dev-haskell/wxdirect/ChangeLog
new file mode 100644
index 000000000000..97b07d71daf3
--- /dev/null
+++ b/dev-haskell/wxdirect/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-haskell/wxdirect
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v 1.1 2010/09/04 13:46:48 kolmodin Exp $
+
+*wxdirect-0.12.1.3 (04 Sep 2010)
+
+ 04 Sep 2010; Lennart Kolmodin <kolmodin@gentoo.org>
+ +wxdirect-0.12.1.3.ebuild, +metadata.xml:
+ Initial import of wxdirect, a tool used when building wxhaskell.
+
diff --git a/dev-haskell/wxdirect/metadata.xml b/dev-haskell/wxdirect/metadata.xml
new file mode 100644
index 000000000000..8c66906af531
--- /dev/null
+++ b/dev-haskell/wxdirect/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>
diff --git a/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild b/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild
new file mode 100644
index 000000000000..e40dd007f5dc
--- /dev/null
+++ b/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild,v 1.1 2010/09/04 13:46:48 kolmodin Exp $
+
+CABAL_FEATURES="bin lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="helper tool for building wxHaskell"
+HOMEPAGE="http://haskell.org/haskellwiki/WxHaskell"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/parsec-2.1.0
+ >=dev-haskell/time-1.0
+ >=dev-lang/ghc-6.10"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"