diff options
author | 2012-12-22 21:04:03 +0000 | |
---|---|---|
committer | 2012-12-22 21:04:03 +0000 | |
commit | 9606e588459f9469a00bb68f2e8962585a524aa8 (patch) | |
tree | df39902ab30cc3b69740c1547767ceb94b350004 /dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild | |
parent | Removed intermediate. (diff) | |
download | gentoo-2-9606e588459f9469a00bb68f2e8962585a524aa8.tar.gz gentoo-2-9606e588459f9469a00bb68f2e8962585a524aa8.tar.bz2 gentoo-2-9606e588459f9469a00bb68f2e8962585a524aa8.zip |
Switch to EAPI=5
(Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild')
-rw-r--r-- | dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild b/dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild new file mode 100644 index 000000000000..2e53beb48a71 --- /dev/null +++ b/dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 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.1.2-r2.ebuild,v 1.1 2012/12/22 21:04:03 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.1 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Bindings to the ALSA simple mixer API." +HOMEPAGE="http://hackage.haskell.org/package/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-lang/ghc-6.10.4:= + media-libs/alsa-lib" +DEPEND="${RDEPEND} + dev-haskell/c2hs + >=dev-haskell/cabal-1.6" |