diff options
author | 2011-08-04 12:44:56 +0000 | |
---|---|---|
committer | 2011-08-04 12:44:56 +0000 | |
commit | a7517ac8618e1d7d5a47a25d03fc792600d70b20 (patch) | |
tree | 7735d2eb2ecbc179d1eac78341bc362791c49c4b /dev-haskell/hsql-mysql | |
parent | mask net-fs/samba[ads,cluster] as it require some unsupported features (diff) | |
download | historical-a7517ac8618e1d7d5a47a25d03fc792600d70b20.tar.gz historical-a7517ac8618e1d7d5a47a25d03fc792600d70b20.tar.bz2 historical-a7517ac8618e1d7d5a47a25d03fc792600d70b20.zip |
Version bump (ghc-7 compatible)
Package-Manager: portage-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" |