Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207070 Details for
Bug 289028
dev-python/gdl-python-2.19.1-r1.ebuild needs dev-libs/gdl with the 'gnome' USE flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gdl-python-2.19.1-r2.ebuild.patch
gdl-python-2.19.1-r2.ebuild.patch (text/plain), 1.53 KB, created by
MT
on 2009-10-14 10:39:52 UTC
(
hide
)
Description:
gdl-python-2.19.1-r2.ebuild.patch
Filename:
MIME Type:
Creator:
MT
Created:
2009-10-14 10:39:52 UTC
Size:
1.53 KB
patch
obsolete
>--- gdl-python-2.19.1-r1.ebuild 2009-09-27 16:06:02.000000000 +0200 >+++ gdl-python-2.19.1-r2.ebuild 2009-10-14 12:25:25.000000000 +0200 >@@ -1,9 +1,9 @@ > # Copyright 1999-2009 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild,v 1.10 2009/09/27 13:50:54 nixnut Exp $ >+# $Header: $ > >+EAPI="2" > G_PY_PN="gnome-python-extras" >- > inherit gnome-python-common > > PVP="$(get_version_component_range 1-2)" >@@ -14,30 +14,29 @@ > LICENSE="LGPL-2.1" > SLOT="0" > KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" >-IUSE="examples" >+IUSE="examples static-libs" > > RDEPEND=">=dev-libs/gdl-2.24.0" > DEPEND="${RDEPEND}" > > EXAMPLES="examples/gdl/*" > >-pkg_setup() { >- # we need gdl-gnome >- if ! built_with_use --missing true dev-libs/gdl gnome; then >- eerror "If you want to build ${PN} you need to build dev-libs/gdl with" >- eerror "the the 'gnome' USE flag." >- die "gdl must be built with USE='gnome'" >- fi >- >- gnome-python-common_pkg_setup >-} >- >-src_unpack() { >- gnome-python-common_src_unpack >- >+src_prepare() { > epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch" >- eautoreconf > > # Fix build failure with recent gdl > epatch "${FILESDIR}/${P}-gdlicons.patch" >+ >+ eautoreconf >+} >+src_configure() { >+ econf ${EXTRA_ECONF} \ >+ $(use_enable static-libs static ) >+ || die "The configure script failed to run properly" >+} >+src_install() { >+ gnome-python-common_src_install >+ >+ # remove useless .la files >+ find "${D}" -name '*.la' -delete > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 289028
: 207070