summaryrefslogtreecommitdiff
blob: 294d3d5f91e9cd70e78e44f8c83df4ba15e5273d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

NEED_PYTHON="2.4"

inherit distutils

DESCRIPTION="A python PostgreSQL introspective ORM"
HOMEPAGE="http://www.dbmother.org/"
SRC_URI="http://www.dbmother.org/download/${P}.tgz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND=">=dev-python/psycopg-2.0"

DOCS="AUTHORS doc/*"

src_install() {
	distutils_src_install

	insinto /usr/share/doc/${PF}/examples
	doins examples/*
}