diff options
Diffstat (limited to 'dev-haskell/cpu')
-rw-r--r-- | dev-haskell/cpu/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/cpu/cpu-0.1.1.ebuild | 23 | ||||
-rw-r--r-- | dev-haskell/cpu/metadata.xml | 11 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-haskell/cpu/ChangeLog b/dev-haskell/cpu/ChangeLog new file mode 100644 index 000000000000..b050d7139085 --- /dev/null +++ b/dev-haskell/cpu/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/cpu +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpu/ChangeLog,v 1.1 2013/08/26 12:16:09 qnikst Exp $ + +*cpu-0.1.1 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +cpu-0.1.1.ebuild, + +metadata.xml: + dev-haskell/cpu: initial layout 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" diff --git a/dev-haskell/cpu/metadata.xml b/dev-haskell/cpu/metadata.xml new file mode 100644 index 000000000000..90a7294cbdd9 --- /dev/null +++ b/dev-haskell/cpu/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <longdescription> + Lowlevel cpu routines to get basic properties of the cpu platform, like endianness and architecture. + </longdescription> +</pkgmetadata> |