Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-python/dbutils
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dbutils/ChangeLog,v 1.1 2007/10/21 07:29:22 robbat2 Exp $
*dbutils-0.9.4 (21 Oct 2007)
21 Oct 2007; Robin H. Johnson
+dbutils-0.9.4.ebuild:
Initial commit. Ebuild by Robin H. Johnson
DIST DBUtils-0.9.4.tar.gz 86656 RMD160 80f220b9c17131e26cb1e9f1eb60ff151d31fb84 SHA1 14fb02a016a530f685506b473fb8f4d42234d4da SHA256 f895927156f00b4b8447a7a1fbcc536219033d37e9d82decba9d474c07c17619
EBUILD dbutils-0.9.4.ebuild 616 RMD160 45e88d96a72ebba5c13bcc2cb81a1c1c7db67d6f SHA1 f616ad8483cd8eaa1181fa95915369eacf7cc660 SHA256 7220dab61166ad8fa79b2499b29dfc145627b5611c696e694bbcd26be3aa5909
MISC ChangeLog 401 RMD160 26ddc61e2d1b5f1e984243d6f3856b1715682ed4 SHA1 8d7eaa9082bca7065b4f52ac73a2270c24d6129a SHA256 69a5e2ff6b734d0988c604278535439c1ae52bafb40ba6e5d20307c1fdf39975
MISC metadata.xml 604 RMD160 2982dcc0da1e493453a1e5fcaaada282e6a15af1 SHA1 0b383b7205ec591f40256a1fd60ecc786cdbff9f SHA256 77e56c86a3319d9935b2edefa03e7b4f775549a504a877a02e1201f00f217179
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dbutils/dbutils-0.9.4.ebuild,v 1.1 2007/10/21 07:29:22 robbat2 Exp $
inherit distutils
MY_PN="DBUtils"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Database connections for multi-threaded environments."
HOMEPAGE="http://www.webwareforpython.org/DBUtils"
SRC_URI="http://www.webwareforpython.org/downloads/DBUtils/${MY_P}.tar.gz"
LICENSE="OSL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc"
IUSE=""
RDEPEND=">=dev-lang/python-2.4"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
DBUtils is a suite of tools providing solid, persistent and pooled connections
to a database that can be used in all kinds of multi-threaded environments
like Webware for Python or other web application servers. The suite supports
DB-API 2 compliant database interfaces and the classic PyGreSQL interface.