diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-07-11 17:42:32 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-07-11 17:42:32 +0000 |
commit | c0c646a5352d9ee506481fde3ce7ac3ce5371bc9 (patch) | |
tree | 480ebb4ed762f9872fcdb7f4bea091427de843fa /dev-haskell/hdbc-odbc | |
parent | Add src_test as RESTRICT=test until the needed deps are keyworded. (diff) | |
download | historical-c0c646a5352d9ee506481fde3ce7ac3ce5371bc9.tar.gz historical-c0c646a5352d9ee506481fde3ce7ac3ce5371bc9.tar.bz2 historical-c0c646a5352d9ee506481fde3ce7ac3ce5371bc9.zip |
New minor version.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-haskell/hdbc-odbc')
-rw-r--r-- | dev-haskell/hdbc-odbc/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/hdbc-odbc/files/digest-hdbc-odbc-1.0.1.1 | 3 | ||||
-rw-r--r-- | dev-haskell/hdbc-odbc/hdbc-odbc-1.0.1.1.ebuild | 23 |
3 files changed, 33 insertions, 2 deletions
diff --git a/dev-haskell/hdbc-odbc/ChangeLog b/dev-haskell/hdbc-odbc/ChangeLog index 2b1645c54771..01454c271a31 100644 --- a/dev-haskell/hdbc-odbc/ChangeLog +++ b/dev-haskell/hdbc-odbc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/hdbc-odbc -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/ChangeLog,v 1.9 2006/10/12 18:34:43 dcoutts Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/ChangeLog,v 1.10 2007/07/11 17:42:32 dcoutts Exp $ + +*hdbc-odbc-1.0.1.1 (11 Jul 2007) + + 11 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> +hdbc-odbc-1.0.1.1.ebuild: + New minor version. Fixes bug #180686. 12 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> -hdbc-odbc-0.99.0.0.ebuild, -hdbc-odbc-0.99.2.1.ebuild: diff --git a/dev-haskell/hdbc-odbc/files/digest-hdbc-odbc-1.0.1.1 b/dev-haskell/hdbc-odbc/files/digest-hdbc-odbc-1.0.1.1 new file mode 100644 index 000000000000..23df5065e10d --- /dev/null +++ b/dev-haskell/hdbc-odbc/files/digest-hdbc-odbc-1.0.1.1 @@ -0,0 +1,3 @@ +MD5 c87057520657ba20d374dfa749d0f3f4 hdbc-odbc_1.0.1.1.tar.gz 37075 +RMD160 669ed71a1d6fc517c1d09fd1b3d3beac46d6284d hdbc-odbc_1.0.1.1.tar.gz 37075 +SHA256 cdb84175b501e4eccfded96f930fb010504471b36724221fbbca9d06d9121e50 hdbc-odbc_1.0.1.1.tar.gz 37075 diff --git a/dev-haskell/hdbc-odbc/hdbc-odbc-1.0.1.1.ebuild b/dev-haskell/hdbc-odbc/hdbc-odbc-1.0.1.1.ebuild new file mode 100644 index 000000000000..1fd586714a49 --- /dev/null +++ b/dev-haskell/hdbc-odbc/hdbc-odbc-1.0.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/hdbc-odbc-1.0.1.1.ebuild,v 1.1 2007/07/11 17:42:32 dcoutts Exp $ + +CABAL_FEATURES="lib profile haddock" +inherit base haskell-cabal versionator + +DESCRIPTION="ODBC database driver for HDBC" +HOMEPAGE="http://quux.org/devel/hdbc/" +SRC_URI="http://quux.org/devel/hdbc/${PN}_${PV}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" + +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +hdbc_PV=$(get_version_component_range 1-3) + +DEPEND=">=virtual/ghc-6.4.1 + ~dev-haskell/hdbc-${hdbc_PV} + >=dev-db/unixODBC-2.2" + +S="${WORKDIR}/${PN}" |