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
commit52d707f86ad743313150ba8f6350af1594bac4ad (patch)
tree1cc24f0d5d04b1bdee95a1998d1d044d2fcd44b1 /dev-python/python-cdb
parentcdb bindings for python (diff)
downloadhistorical-52d707f86ad743313150ba8f6350af1594bac4ad.tar.gz
historical-52d707f86ad743313150ba8f6350af1594bac4ad.tar.bz2
historical-52d707f86ad743313150ba8f6350af1594bac4ad.zip
cdb bindings for python
Diffstat (limited to 'dev-python/python-cdb')
-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
3 files changed, 23 insertions, 1 deletions
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"
+
+
+