diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-22 20:51:00 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-22 20:51:00 +0000 |
commit | f6786d56e54ceacbb802145b7eae9843ebba34e6 (patch) | |
tree | 9f9e4df460fa8beb8bf3ff599d6b54631b1506da /dev-haskell | |
parent | Bump up to EAPI=5 (diff) | |
download | gentoo-2-f6786d56e54ceacbb802145b7eae9843ebba34e6.tar.gz gentoo-2-f6786d56e54ceacbb802145b7eae9843ebba34e6.tar.bz2 gentoo-2-f6786d56e54ceacbb802145b7eae9843ebba34e6.zip |
Removed old.
(Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/alsa-core/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/alsa-core/alsa-core-0.5.0.1.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/alsa-core/alsa-core-0.5.ebuild | 24 |
3 files changed, 5 insertions, 49 deletions
diff --git a/dev-haskell/alsa-core/ChangeLog b/dev-haskell/alsa-core/ChangeLog index 036571d52626..f7c7bfc4b8a4 100644 --- a/dev-haskell/alsa-core/ChangeLog +++ b/dev-haskell/alsa-core/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2012/12/22 20:49:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-core/ChangeLog,v 1.5 2012/12/22 20:51:00 slyfox Exp $ + + 22 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> -alsa-core-0.5.0.1.ebuild, + -alsa-core-0.5.ebuild: + Removed old. *alsa-core-0.5.0.1-r2 (22 Dec 2012) 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 deleted file mode 100644 index b30da0e632c8..000000000000 --- a/dev-haskell/alsa-core/alsa-core-0.5.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.2 2012/09/12 16:00:40 qnikst 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="mirror://hackage/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/alsa-core-0.5.ebuild b/dev-haskell/alsa-core/alsa-core-0.5.ebuild deleted file mode 100644 index 8674ce8f2603..000000000000 --- a/dev-haskell/alsa-core/alsa-core-0.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.ebuild,v 1.2 2012/09/12 16:00:40 qnikst Exp $ - -# ebuild generated by hackport 0.2.13 - -EAPI="3" - -CABAL_FEATURES="lib profile haddock hscolour" -inherit haskell-cabal - -DESCRIPTION="Haskell 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" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.10.4 - media-libs/alsa-lib" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8" |