From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-haskell/alsa-core/Manifest | 1 + dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild | 26 +++++++++++++++++++++++ dev-haskell/alsa-core/metadata.xml | 9 ++++++++ 3 files changed, 36 insertions(+) create mode 100644 dev-haskell/alsa-core/Manifest create mode 100644 dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild create mode 100644 dev-haskell/alsa-core/metadata.xml (limited to 'dev-haskell/alsa-core') diff --git a/dev-haskell/alsa-core/Manifest b/dev-haskell/alsa-core/Manifest new file mode 100644 index 000000000000..0de6961e9257 --- /dev/null +++ b/dev-haskell/alsa-core/Manifest @@ -0,0 +1 @@ +DIST alsa-core-0.5.0.1.tar.gz 2668 SHA256 eb50495ef05ecc7c06a0147da7f0d3efde832a44d23caaf5172dc114882270ab SHA512 e02c8353911bf2c0c703400701ae72be6f510f771ff56dfc09322cbcf3a006f4cd0903f71f7ed2268886b3468113d5ce76933eedf5fad47aa71cb052d07fc4b4 WHIRLPOOL ee056b230c27ea18f0f03ddcbbfd124d48a8e2a626813b186ff8ce2e0ebfae60b025e2469c58603e0763a96f6947afbbbbd24cadcaa576f4f16ed6667678d65c 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..a00220bf8bc0 --- /dev/null +++ b/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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-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 new file mode 100644 index 000000000000..d93617d60851 --- /dev/null +++ b/dev-haskell/alsa-core/metadata.xml @@ -0,0 +1,9 @@ + + + + haskell + + This package provides access to ALSA infrastructure, + that is needed by both alsa-seq and alsa-pcm. + + -- cgit v1.2.3-65-gdbad