diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-22 21:04:03 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-22 21:04:03 +0000 |
commit | 9606e588459f9469a00bb68f2e8962585a524aa8 (patch) | |
tree | df39902ab30cc3b69740c1547767ceb94b350004 /dev-haskell/alsa-mixer | |
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')
-rw-r--r-- | dev-haskell/alsa-mixer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/alsa-mixer/alsa-mixer-0.1.2-r2.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-haskell/alsa-mixer/ChangeLog b/dev-haskell/alsa-mixer/ChangeLog index 25a6b6a14731..98b3b15a3adb 100644 --- a/dev-haskell/alsa-mixer/ChangeLog +++ b/dev-haskell/alsa-mixer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/alsa-mixer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v 1.2 2012/09/12 15:59:05 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v 1.3 2012/12/22 21:04:03 slyfox Exp $ + +*alsa-mixer-0.1.2-r2 (22 Dec 2012) + + 22 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> + +alsa-mixer-0.1.2-r2.ebuild: + Switch to EAPI=5 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> alsa-mixer-0.1.2.ebuild: move dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild ebuild to mirror://hackage 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" |