summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-04-13 21:10:59 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-04-13 21:10:59 +0000
commit5bfa062770f7563cdbbf18ca6c5b6983e4bfb7ab (patch)
treea3e76695c303c71b1ff14cfb091ffbff57737783 /dev-haskell/libmpd
parentInitial version. A pure Haskell parser and renderer for binary Olson timezone... (diff)
downloadgentoo-2-5bfa062770f7563cdbbf18ca6c5b6983e4bfb7ab.tar.gz
gentoo-2-5bfa062770f7563cdbbf18ca6c5b6983e4bfb7ab.tar.bz2
gentoo-2-5bfa062770f7563cdbbf18ca6c5b6983e4bfb7ab.zip
Initial version. An MPD client library for haskell. Depend for x11-misc/xmobar-0.14
(Portage version: 2.2.0_alpha96_p5/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/libmpd')
-rw-r--r--dev-haskell/libmpd/ChangeLog11
-rw-r--r--dev-haskell/libmpd/libmpd-0.7.2.ebuild27
-rw-r--r--dev-haskell/libmpd/metadata.xml12
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-haskell/libmpd/ChangeLog b/dev-haskell/libmpd/ChangeLog
new file mode 100644
index 000000000000..a7bd7bd7221e
--- /dev/null
+++ b/dev-haskell/libmpd/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-haskell/libmpd
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libmpd/ChangeLog,v 1.1 2012/04/13 21:10:59 slyfox Exp $
+
+*libmpd-0.7.2 (13 Apr 2012)
+
+ 13 Apr 2012; Sergei Trofimovich <slyfox@gentoo.org> +libmpd-0.7.2.ebuild,
+ +metadata.xml:
+ Initial version. An MPD client library for haskell. Depend for
+ x11-misc/xmobar-0.14
+
diff --git a/dev-haskell/libmpd/libmpd-0.7.2.ebuild b/dev-haskell/libmpd/libmpd-0.7.2.ebuild
new file mode 100644
index 000000000000..0b9c2eab43ad
--- /dev/null
+++ b/dev-haskell/libmpd/libmpd-0.7.2.ebuild
@@ -0,0 +1,27 @@
+# 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.1 2012/04/13 21:10:59 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="http://hackage.haskell.org/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/time-1.1[profile?] <dev-haskell/time-2.0[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"
diff --git a/dev-haskell/libmpd/metadata.xml b/dev-haskell/libmpd/metadata.xml
new file mode 100644
index 000000000000..b8c71b7ce7e2
--- /dev/null
+++ b/dev-haskell/libmpd/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ A client library for MPD, the Music Player Daemon
+ (&lt;http://www.musicpd.org/&gt;).
+ </longdescription>
+</pkgmetadata>