diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-09-18 17:59:02 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-09-18 17:59:02 +0000 |
commit | 992fce40c04db94d4565f8e3c4e40a82a80faa5e (patch) | |
tree | cd433a54a508d7a44d3308dec399bcebc72d2862 /dev-haskell | |
parent | alpha/ia64/s390/sh/sparc stable wrt #355085 (diff) | |
download | gentoo-2-992fce40c04db94d4565f8e3c4e40a82a80faa5e.tar.gz gentoo-2-992fce40c04db94d4565f8e3c4e40a82a80faa5e.tar.bz2 gentoo-2-992fce40c04db94d4565f8e3c4e40a82a80faa5e.zip |
Initial version. Haskell binding to the ALSA Library API (Exceptions).
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/alsa-core/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/alsa-core/alsa-core-0.5.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/alsa-core/metadata.xml | 12 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-haskell/alsa-core/ChangeLog b/dev-haskell/alsa-core/ChangeLog new file mode 100644 index 000000000000..f0c8a395b471 --- /dev/null +++ b/dev-haskell/alsa-core/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-haskell/alsa-core +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/ChangeLog,v 1.1 2011/09/18 17:59:02 slyfox Exp $ + +*alsa-core-0.5 (18 Sep 2011) + + 18 Sep 2011; Sergei Trofimovich <slyfox@gentoo.org> +alsa-core-0.5.ebuild, + +metadata.xml: + Initial version. Haskell binding to the ALSA Library API (Exceptions). + diff --git a/dev-haskell/alsa-core/alsa-core-0.5.ebuild b/dev-haskell/alsa-core/alsa-core-0.5.ebuild new file mode 100644 index 000000000000..fa84ffd4a15b --- /dev/null +++ b/dev-haskell/alsa-core/alsa-core-0.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/alsa-core-0.5.ebuild,v 1.1 2011/09/18 17:59:02 slyfox Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +CABAL_FEATURES="lib profile haddock hscolour" +inherit haskell-cabal + +DESCRIPTION="Haskell binding to the ALSA Library API (Exceptions)." +HOMEPAGE="http://www.haskell.org/haskellwiki/ALSA" +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.10.4 + media-libs/alsa-lib" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8" diff --git a/dev-haskell/alsa-core/metadata.xml b/dev-haskell/alsa-core/metadata.xml new file mode 100644 index 000000000000..ba98e818fcf6 --- /dev/null +++ b/dev-haskell/alsa-core/metadata.xml @@ -0,0 +1,12 @@ +<?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> + This package provides access to ALSA infrastructure from haskell, + that is needed by both alsa-seq and alsa-pcm. + </longdescription> +</pkgmetadata> |