diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-05-13 08:07:35 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-05-13 08:07:35 +0000 |
commit | 62ed00ef0fea6d395c4b100d4851d97698e697f2 (patch) | |
tree | 9b7b4bbf32b6ef2cd2f385d05025e4603ad4f913 /dev-haskell/alsa-core | |
parent | arm stable, bug #414241 (diff) | |
download | gentoo-2-62ed00ef0fea6d395c4b100d4851d97698e697f2.tar.gz gentoo-2-62ed00ef0fea6d395c4b100d4851d97698e697f2.tar.bz2 gentoo-2-62ed00ef0fea6d395c4b100d4851d97698e697f2.zip |
Version bump.
(Portage version: 2.2.0_alpha101_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/alsa-core')
-rw-r--r-- | dev-haskell/alsa-core/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/alsa-core/alsa-core-0.5.0.1.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/alsa-core/metadata.xml | 2 |
3 files changed, 33 insertions, 3 deletions
diff --git a/dev-haskell/alsa-core/ChangeLog b/dev-haskell/alsa-core/ChangeLog index f0c8a395b471..ad938629c826 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/ChangeLog,v 1.1 2011/09/18 17:59:02 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/ChangeLog,v 1.2 2012/05/13 08:07:35 slyfox Exp $ + +*alsa-core-0.5.0.1 (13 May 2012) + + 13 May 2012; Sergei Trofimovich <slyfox@gentoo.org> +alsa-core-0.5.0.1.ebuild, + metadata.xml: + Version bump. *alsa-core-0.5 (18 Sep 2011) diff --git a/dev-haskell/alsa-core/alsa-core-0.5.0.1.ebuild b/dev-haskell/alsa-core/alsa-core-0.5.0.1.ebuild new file mode 100644 index 000000000000..74f8d5b08049 --- /dev/null +++ b/dev-haskell/alsa-core/alsa-core-0.5.0.1.ebuild @@ -0,0 +1,24 @@ +# 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.ebuild,v 1.1 2012/05/13 08:07:35 slyfox Exp $ + +# ebuild generated by hackport 0.2.17.9999 + +EAPI=4 + +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="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4 + media-libs/alsa-lib" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8" diff --git a/dev-haskell/alsa-core/metadata.xml b/dev-haskell/alsa-core/metadata.xml index ba98e818fcf6..870019d17fec 100644 --- a/dev-haskell/alsa-core/metadata.xml +++ b/dev-haskell/alsa-core/metadata.xml @@ -6,7 +6,7 @@ <email>haskell@gentoo.org</email> </maintainer> <longdescription> - This package provides access to ALSA infrastructure from haskell, + This package provides access to ALSA infrastructure, that is needed by both alsa-seq and alsa-pcm. </longdescription> </pkgmetadata> |