/[gentoo-x86]/dev-python/gdl-python/gdl-python-2.25.3.ebuild
Gentoo

Contents of /dev-python/gdl-python/gdl-python-2.25.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (hide annotations) (download)
Mon Aug 13 09:25:56 2012 UTC (9 months, 1 week ago) by tetromino
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +9 -4 lines
Finally fix horribly slow python libs detection (bug #344231).

(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

1 tetromino 1.10 # Copyright 1999-2012 Gentoo Foundation
2 pacho 1.1 # Distributed under the terms of the GNU General Public License v2
3 tetromino 1.10 # $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.25.3.ebuild,v 1.9 2011/02/26 19:22:50 eva Exp $
4 pacho 1.1
5     EAPI="2"
6     G_PY_PN="gnome-python-extras"
7    
8 eva 1.8 SUPPORT_PYTHON_ABIS="1"
9     PYTHON_DEPEND="2"
10     RESTRICT_PYTHON_ABIS="3.*"
11    
12 tetromino 1.10 inherit autotools eutils gnome-python-common
13 pacho 1.1
14     PVP="$(get_version_component_range 1-2)"
15     SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2"
16    
17     DESCRIPTION="Python bindings for GDL"
18     LICENSE="LGPL-2.1"
19     SLOT="0"
20 armin76 1.7 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
21 pacho 1.1 IUSE="examples"
22    
23 eva 1.9 RDEPEND=">=dev-libs/gdl-2.28:1"
24 tetromino 1.10 DEPEND="${RDEPEND}
25     virtual/pkgconfig
26     gnome-base/gnome-common"
27     # eautoreconf needs gnome-base/gnome-common
28 pacho 1.1
29     EXAMPLES="examples/gdl/*"
30    
31     src_prepare() {
32     # Fix build failure with gdl-2.28
33     epatch "${FILESDIR}/${PN}-2.19.1-gdlapi-removal.patch"
34 tetromino 1.10 epatch "${FILESDIR}/${P}-python-libs.patch" #344231
35     eautoreconf
36 pacho 1.1
37     gnome-python-common_src_prepare
38     }

  ViewVC Help
Powered by ViewVC 1.1.13