Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 206979 | Differences between
and this patch

Collapse All | Expand All

(-)pytrainer-1.5.ebuild (-15 / +11 lines)
Lines 1-35 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
 
5
NEED_PYTHON=2.4
6
 
5
inherit distutils
7
inherit distutils
6
8
 
7
DESCRIPTION="Pytrainer is a tool to log all your sport excursion."
9
DESCRIPTION="Pytrainer is a tool to log all your sport excursions."
8
HOMEPAGE="http://pytrainer.e-oss.net"
10
HOMEPAGE="http://pytrainer.e-oss.net"
9
SRC_URI="http://www.e-oss.net/descargas/pytrainer/${P}.tar.gz"
11
SRC_URI="http://www.e-oss.net/descargas/pytrainer/${P}.tar.gz"
10
12
 
11
LICENSE="GPL-2"
13
LICENSE="GPL-2"
12
SLOT="0"
14
SLOT="0"
13
KEYWORDS="~x86 ~amd64"
15
KEYWORDS="~amd64 ~x86"
14
IUSE="mysql"
16
IUSE="mysql"
15
17
 
16
DEPEND="
18
RDEPEND="
17
	mysql? ( dev-python/mysql-python )
19
	mysql? ( dev-python/mysql-python )
18
	>=dev-python/pysqlite-2
20
	>=dev-python/pysqlite-2
19
	>=dev-lang/python-2.4
20
	>=dev-util/glade-2
21
	>=dev-util/glade-2
21
	|| (
22
	|| (
22
		<dev-python/matplotlib-0.87
23
		( <dev-python/matplotlib-0.87 )
23
		(
24
		(
24
			>=dev-python/matplotlib-0.87
25
			>=dev-python/matplotlib-0.87
25
			sci-libs/scipy
26
			sci-libs/scipy
26
			dev-python/numpy
27
			dev-python/numpy
27
		)
28
		)
28
	)
29
	)
29
30
	dev-libs/libxml2
30
	dev-libs/libxml2
31
	>=dev-python/pygtk-2.4"
31
	>=dev-python/pygtk-2.4"
32
33
src_install() {
34
	distutils_src_install
35
}

Return to bug 206979