summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-04-04 19:08:36 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-04-04 19:08:36 +0000
commita36450eae86bd29fd2bf8df4be72323506abe48c (patch)
tree5b1bd93c41275ea30dd2809aeb896e895b4739d8 /dev-haskell
parentVersion bump. (diff)
downloadgentoo-2-a36450eae86bd29fd2bf8df4be72323506abe48c.tar.gz
gentoo-2-a36450eae86bd29fd2bf8df4be72323506abe48c.tar.bz2
gentoo-2-a36450eae86bd29fd2bf8df4be72323506abe48c.zip
Drop old.
(Portage version: 2.2.8_p62/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/alsa-mixer/ChangeLog5
-rw-r--r--dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-haskell/alsa-mixer/ChangeLog b/dev-haskell/alsa-mixer/ChangeLog
index fe83419e9099..b6ace9161354 100644
--- a/dev-haskell/alsa-mixer/ChangeLog
+++ b/dev-haskell/alsa-mixer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/alsa-mixer
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v 1.4 2014/04/04 19:07:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v 1.5 2014/04/04 19:08:36 slyfox Exp $
+
+ 04 Apr 2014; Sergei Trofimovich <slyfox@gentoo.org> -alsa-mixer-0.1.2.ebuild:
+ Drop old.
*alsa-mixer-0.2.0.1 (04 Apr 2014)
diff --git a/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild b/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild
deleted file mode 100644
index d822ee4fd37b..000000000000
--- a/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild
+++ /dev/null
@@ -1,26 +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-mixer/alsa-mixer-0.1.2.ebuild,v 1.2 2012/09/12 15:59:05 qnikst Exp $
-
-# ebuild generated by hackport 0.2.13
-
-EAPI="3"
-
-CABAL_FEATURES="lib profile haddock hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Haskell bindings to the ALSA simple mixer API."
-HOMEPAGE="http://hackage.haskell.org/package/alsa-mixer"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="=dev-haskell/alsa-core-0.5*
- >=dev-lang/ghc-6.10.1
- media-libs/alsa-lib"
-DEPEND="${RDEPEND}
- dev-haskell/c2hs
- >=dev-haskell/cabal-1.6"