diff options
author | Mark Wright <gienah@gentoo.org> | 2012-06-02 05:59:19 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-06-02 05:59:19 +0000 |
commit | 209c4000234f9e46191620e212ac0a44b24e19b7 (patch) | |
tree | 85d4fd3bbde5dd870578a5faf665f702479d2b90 /dev-haskell/hdbc-mysql | |
parent | Bump hdbc to 2.3.1.1 (diff) | |
download | gentoo-2-209c4000234f9e46191620e212ac0a44b24e19b7.tar.gz gentoo-2-209c4000234f9e46191620e212ac0a44b24e19b7.tar.bz2 gentoo-2-209c4000234f9e46191620e212ac0a44b24e19b7.zip |
Add hdbc-mysql
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/hdbc-mysql')
-rw-r--r-- | dev-haskell/hdbc-mysql/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.0.ebuild | 31 | ||||
-rw-r--r-- | dev-haskell/hdbc-mysql/metadata.xml | 12 |
3 files changed, 53 insertions, 0 deletions
diff --git a/dev-haskell/hdbc-mysql/ChangeLog b/dev-haskell/hdbc-mysql/ChangeLog new file mode 100644 index 000000000000..5c6e1794422b --- /dev/null +++ b/dev-haskell/hdbc-mysql/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-haskell/hdbc-mysql +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-mysql/ChangeLog,v 1.1 2012/06/02 05:59:19 gienah Exp $ + +*hdbc-mysql-0.6.6.0 (02 Jun 2012) + + 02 Jun 2012; Mark Wright <gienah@gentoo.org> +hdbc-mysql-0.6.6.0.ebuild, + +metadata.xml: + Add hdbc-mysql + diff --git a/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.0.ebuild b/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.0.ebuild new file mode 100644 index 000000000000..2dfa70b50fb6 --- /dev/null +++ b/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.0.ebuild,v 1.1 2012/06/02 05:59:19 gienah Exp $ + +EAPI=4 + +# ebuild generated by hackport 0.2.18.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="HDBC-mysql" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="MySQL driver for HDBC" +HOMEPAGE="http://github.com/bos/hdbc-mysql" +SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/hdbc-2.1.0[profile?] + dev-haskell/time[profile?] + dev-haskell/utf8-string[profile?] + >=dev-lang/ghc-6.8.2" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/hdbc-mysql/metadata.xml b/dev-haskell/hdbc-mysql/metadata.xml new file mode 100644 index 000000000000..e3c98ccb28fa --- /dev/null +++ b/dev-haskell/hdbc-mysql/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> + This package provides a MySQL driver for HDBC, implemented via + bindings to the C @mysqlclient@ library. + </longdescription> +</pkgmetadata> |