summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-01-16 17:22:54 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-01-16 19:42:39 +0000
commited23e1606abc31f4eaaf9304505f1158064c5e08 (patch)
tree86a1f1375f68f34e661b29ff16ebe88246bcae98 /dev-haskell/alsa-mixer/alsa-mixer-0.2.0.3.ebuild
parentdev-haskell/aeson-qq: bump up to 0.8.1 (diff)
downloadgentoo-ed23e1606abc31f4eaaf9304505f1158064c5e08.tar.gz
gentoo-ed23e1606abc31f4eaaf9304505f1158064c5e08.tar.bz2
gentoo-ed23e1606abc31f4eaaf9304505f1158064c5e08.zip
dev-haskell/alsa-mixer: bump up to 0.2.0.3
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/alsa-mixer/alsa-mixer-0.2.0.3.ebuild')
-rw-r--r--dev-haskell/alsa-mixer/alsa-mixer-0.2.0.3.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.3.ebuild b/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.3.ebuild
new file mode 100644
index 000000000000..b3ecf78fc401
--- /dev/null
+++ b/dev-haskell/alsa-mixer/alsa-mixer-0.2.0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.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
+"