diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-22 20:49:57 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-22 20:49:57 +0000 |
commit | ea275f4aa811987ae3c784fefd93ae7d6d72de4a (patch) | |
tree | eea65523ff70338734957a7f9376491478072976 /dev-haskell/alsa-core | |
parent | Add ~ppc, wrt bug #442472 (diff) | |
download | gentoo-2-ea275f4aa811987ae3c784fefd93ae7d6d72de4a.tar.gz gentoo-2-ea275f4aa811987ae3c784fefd93ae7d6d72de4a.tar.bz2 gentoo-2-ea275f4aa811987ae3c784fefd93ae7d6d72de4a.zip |
Bump up 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-core')
-rw-r--r-- | dev-haskell/alsa-core/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-haskell/alsa-core/ChangeLog b/dev-haskell/alsa-core/ChangeLog index 6b506f741035..036571d52626 100644 --- a/dev-haskell/alsa-core/ChangeLog +++ b/dev-haskell/alsa-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/alsa-core # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/ChangeLog,v 1.3 2012/09/12 16:00:40 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/ChangeLog,v 1.4 2012/12/22 20:49:57 slyfox Exp $ + +*alsa-core-0.5.0.1-r2 (22 Dec 2012) + + 22 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> + +alsa-core-0.5.0.1-r2.ebuild: + Bump up to EAPI=5 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> alsa-core-0.5.0.1.ebuild, alsa-core-0.5.ebuild: diff --git a/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild b/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild new file mode 100644 index 000000000000..7af0c08d0d56 --- /dev/null +++ b/dev-haskell/alsa-core/alsa-core-0.5.0.1-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-core/alsa-core-0.5.0.1-r2.ebuild,v 1.1 2012/12/22 20:49:57 slyfox Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Binding to the ALSA Library API (Exceptions)." +HOMEPAGE="http://www.haskell.org/haskellwiki/ALSA" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] + <dev-haskell/extensible-exceptions-0.2:=[profile?] + >=dev-lang/ghc-6.10.4:= + media-libs/alsa-lib" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8" |