summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-08-26 12:16:09 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-08-26 12:16:09 +0000
commitfcb9c91bbc71381f37f775e8e5b42bfd49f52f2d (patch)
tree07d92542bcd7b4d9e25b64a1461d0bf234f60e8b /dev-haskell/cpu/cpu-0.1.1.ebuild
parentdev-haskell/yesod-form: initial layout (diff)
downloadgentoo-2-fcb9c91bbc71381f37f775e8e5b42bfd49f52f2d.tar.gz
gentoo-2-fcb9c91bbc71381f37f775e8e5b42bfd49f52f2d.tar.bz2
gentoo-2-fcb9c91bbc71381f37f775e8e5b42bfd49f52f2d.zip
dev-haskell/cpu: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/cpu/cpu-0.1.1.ebuild')
-rw-r--r--dev-haskell/cpu/cpu-0.1.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-haskell/cpu/cpu-0.1.1.ebuild b/dev-haskell/cpu/cpu-0.1.1.ebuild
new file mode 100644
index 000000000000..ccdb4171b638
--- /dev/null
+++ b/dev-haskell/cpu/cpu-0.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpu/cpu-0.1.1.ebuild,v 1.1 2013/08/26 12:16:09 qnikst Exp $
+
+EAPI=4
+
+# ebuild generated by hackport 0.2.18.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Cpu information and properties helpers."
+HOMEPAGE="http://github.com/vincenthz/hs-cpu"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8"