summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-04-04 19:07:27 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-04-04 19:07:27 +0000
commit0e9e6e8c60a2461daefede737ad34dde972724c1 (patch)
tree50ac053494f3291b2539f2f8de69d8056650de6d /dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild
parentRestore alternative emul-linux-x86-* dependency for stable candidate. (diff)
downloadgentoo-2-0e9e6e8c60a2461daefede737ad34dde972724c1.tar.gz
gentoo-2-0e9e6e8c60a2461daefede737ad34dde972724c1.tar.bz2
gentoo-2-0e9e6e8c60a2461daefede737ad34dde972724c1.zip
Version bump.
(Portage version: 2.2.8_p62/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild')
-rw-r--r--dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild b/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild
new file mode 100644
index 000000000000..38676d358019
--- /dev/null
+++ b/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.1.ebuild,v 1.1 2014/04/04 19:07:27 slyfox Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Bindings to the ALSA simple mixer API."
+HOMEPAGE="https://github.com/ttuegel/alsa-mixer"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/alsa-core-0.5:=[profile?] <dev-haskell/alsa-core-0.6:=[profile?]
+ >=dev-lang/ghc-7.6.1:=
+ media-libs/alsa-lib
+"
+DEPEND="${RDEPEND}
+ dev-haskell/c2hs
+ >=dev-haskell/cabal-1.16.0
+"