summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-12 15:54:52 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-12 15:54:52 +0000
commited45ccd045682ac37ae697eb1a2b38df867c6f5f (patch)
treecbd52f0b13ffa40588113b812554a48b2ffcda0f /dev-python
parentcdb bindings for python (diff)
downloadgentoo-2-ed45ccd045682ac37ae697eb1a2b38df867c6f5f.tar.gz
gentoo-2-ed45ccd045682ac37ae697eb1a2b38df867c6f5f.tar.bz2
gentoo-2-ed45ccd045682ac37ae697eb1a2b38df867c6f5f.zip
cdb bindings for python
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-cdb/ChangeLog9
-rw-r--r--dev-python/python-cdb/Manifest3
-rw-r--r--dev-python/python-cdb/files/digest-python-cdb-0.321
-rw-r--r--dev-python/python-cdb/python-cdb-0.32.ebuild20
4 files changed, 32 insertions, 1 deletions
diff --git a/dev-python/python-cdb/ChangeLog b/dev-python/python-cdb/ChangeLog
new file mode 100644
index 000000000000..73b267b7dfab
--- /dev/null
+++ b/dev-python/python-cdb/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/python-cdb
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cdb/ChangeLog,v 1.1 2003/07/12 15:54:44 liquidx Exp $
+
+*python-cdb-0.32 (12 Jul 2003)
+
+ 12 Jul 2003; Alastair Tse <liquidx@gentoo.org> python-cdb-0.32.ebuild:
+ initial ebuild. contributed by M Stearn <mstearn@hotmail.com>
+
diff --git a/dev-python/python-cdb/Manifest b/dev-python/python-cdb/Manifest
index c1d287c0d10e..113c436b82ea 100644
--- a/dev-python/python-cdb/Manifest
+++ b/dev-python/python-cdb/Manifest
@@ -1,2 +1,3 @@
-MD5 395f6969bc83c3c0024c29fe0dcefba6 python-cdb-0.32.ebuild 485
+MD5 b270ed6637281d50407d5bdf1be32697 python-cdb-0.32.ebuild 467
+MD5 6210616dcd6688e4ff445939a19bb7ea ChangeLog 395
MD5 29c2e3ed79bc08215e725c7844377668 files/digest-python-cdb-0.32 66
diff --git a/dev-python/python-cdb/files/digest-python-cdb-0.32 b/dev-python/python-cdb/files/digest-python-cdb-0.32
new file mode 100644
index 000000000000..5e5e9f34f3f6
--- /dev/null
+++ b/dev-python/python-cdb/files/digest-python-cdb-0.32
@@ -0,0 +1 @@
+MD5 0e303095f8c0ea9f09d7f11faf89805f python-cdb-0.32.tar.gz 18985
diff --git a/dev-python/python-cdb/python-cdb-0.32.ebuild b/dev-python/python-cdb/python-cdb-0.32.ebuild
new file mode 100644
index 000000000000..ccaed0d6c9ed
--- /dev/null
+++ b/dev-python/python-cdb/python-cdb-0.32.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /home/cvsroot/gentoo-x86/dev-db/freecdb/freecdb-0.62.ebuild,v 1.1
+
+inherit distutils
+
+DESCRIPTION="A Python extension module for cdb"
+SRC_URI="http://pilcrow.madison.wi.us/python-cdb/${P}.tar.gz"
+HOMEPAGE="http://pilcrow.madison.wi.us/#pycdb"
+
+SLOT="0"
+IUSE=""
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=dev-lang/python-2.2
+ dev-db/cdb"
+
+
+