From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EF2BD1381F3 for ; Sat, 22 Dec 2012 20:50:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3217D21C031; Sat, 22 Dec 2012 20:50:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92B2421C031 for ; Sat, 22 Dec 2012 20:49:59 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FA0C33C1EE for ; Sat, 22 Dec 2012 20:49:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2272) id 3F1932171D; Sat, 22 Dec 2012 20:49:57 +0000 (UTC) From: "Sergei Trofimovich (slyfox)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, slyfox@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/alsa-core: alsa-core-0.5.0.1-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: alsa-core-0.5.0.1-r2.ebuild ChangeLog X-VCS-Directories: dev-haskell/alsa-core X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121222204957.3F1932171D@flycatcher.gentoo.org> Date: Sat, 22 Dec 2012 20:49:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ff76285-f72c-4f4d-b59b-289ac421bbc8 X-Archives-Hash: 688c2ddb5b7de4067e45ecbc95b6c10c slyfox 12/12/22 20:49:57 Modified: ChangeLog Added: alsa-core-0.5.0.1-r2.ebuild Log: Bump up to EAPI=5 (Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) Revision Changes Path 1.4 dev-haskell/alsa-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alsa-core/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alsa-core/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alsa-core/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 12 Sep 2012 16:00:40 -0000 1.3 +++ ChangeLog 22 Dec 2012 20:49:57 -0000 1.4 @@ -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 + +alsa-core-0.5.0.1-r2.ebuild: + Bump up to EAPI=5 12 Sep 2012; Alexander Vershilov alsa-core-0.5.0.1.ebuild, alsa-core-0.5.ebuild: 1.1 dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild?rev=1.1&content-type=text/plain Index: alsa-core-0.5.0.1-r2.ebuild =================================================================== # 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-lang/ghc-6.10.4:= media-libs/alsa-lib" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8"