summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-02-21 21:08:37 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2014-02-21 21:08:37 +0000
commitd223178f65124b1fb9ccf550de0045d7b221868e (patch)
tree82c699969837ca8ab7f30089d1c86aa6816750e0 /dev-haskell
parentDrop old. (diff)
downloadgentoo-2-d223178f65124b1fb9ccf550de0045d7b221868e.tar.gz
gentoo-2-d223178f65124b1fb9ccf550de0045d7b221868e.tar.bz2
gentoo-2-d223178f65124b1fb9ccf550de0045d7b221868e.zip
Drop old.
(Portage version: 2.2.8_p51/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/libmpd/ChangeLog7
-rw-r--r--dev-haskell/libmpd/libmpd-0.7.2.ebuild26
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-haskell/libmpd/ChangeLog b/dev-haskell/libmpd/ChangeLog
index c2c70bb6068e..f6db62a7d0c7 100644
--- a/dev-haskell/libmpd/ChangeLog
+++ b/dev-haskell/libmpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/libmpd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/ChangeLog,v 1.4 2013/01/01 23:55:17 slyfox Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/ChangeLog,v 1.5 2014/02/21 21:08:37 slyfox Exp $
+
+ 21 Feb 2014; Sergei Trofimovich <slyfox@gentoo.org> -libmpd-0.7.2.ebuild:
+ Drop old.
*libmpd-0.8.0.1-r1 (01 Jan 2013)
diff --git a/dev-haskell/libmpd/libmpd-0.7.2.ebuild b/dev-haskell/libmpd/libmpd-0.7.2.ebuild
deleted file mode 100644
index 69ed93047ac1..000000000000
--- a/dev-haskell/libmpd/libmpd-0.7.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/libmpd/libmpd-0.7.2.ebuild,v 1.3 2012/12/06 22:54:56 slyfox Exp $
-
-# ebuild generated by hackport 0.2.17.9999
-
-EAPI=4
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="An MPD client library."
-HOMEPAGE="http://github.com/joachifm/libmpd-haskell"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="=dev-haskell/mtl-2.0*[profile?]
- >=dev-haskell/network-2.1[profile?] <dev-haskell/network-2.4[profile?]
- >=dev-haskell/utf8-string-0.3.1[profile?] <dev-haskell/utf8-string-0.4[profile?]
- >=dev-lang/ghc-6.12.1"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6"