diff options
author | 2011-08-04 12:44:56 +0000 | |
---|---|---|
committer | 2011-08-04 12:44:56 +0000 | |
commit | 79a9f2b91e9ac11c16733d3d2b04969f6111fd7c (patch) | |
tree | 35be23706c3ec031e9180e1c8d9999d8c9d280cd /dev-haskell/hsql-mysql | |
parent | mask net-fs/samba[ads,cluster] as it require some unsupported features (diff) | |
download | gentoo-2-79a9f2b91e9ac11c16733d3d2b04969f6111fd7c.tar.gz gentoo-2-79a9f2b91e9ac11c16733d3d2b04969f6111fd7c.tar.bz2 gentoo-2-79a9f2b91e9ac11c16733d3d2b04969f6111fd7c.zip |
Version bump (ghc-7 compatible)
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/hsql-mysql')
-rw-r--r-- | dev-haskell/hsql-mysql/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-haskell/hsql-mysql/ChangeLog b/dev-haskell/hsql-mysql/ChangeLog index 47f22ddacb3e..1bba72a46779 100644 --- a/dev-haskell/hsql-mysql/ChangeLog +++ b/dev-haskell/hsql-mysql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hsql-mysql -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.10 2010/07/12 15:47:40 slyfox Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/ChangeLog,v 1.11 2011/08/04 12:44:56 slyfox Exp $ + +*hsql-mysql-1.8.1 (04 Aug 2011) + + 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> +hsql-mysql-1.8.1.ebuild: + Version bump (ghc-7 compatible) 12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> hsql-mysql-1.7.ebuild, hsql-mysql-1.7.1.ebuild: diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild new file mode 100644 index 000000000000..96880ceb5b87 --- /dev/null +++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.8.1.ebuild,v 1.1 2011/08/04 12:44:56 slyfox Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +CABAL_FEATURES="lib profile haddock hscolour" +inherit haskell-cabal + +DESCRIPTION="MySQL driver for HSQL." +HOMEPAGE="http://hackage.haskell.org/package/hsql-mysql" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/hsql-1.8 + >=dev-lang/ghc-6.10.1 + >=virtual/mysql-4.0" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |