Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354764 Details for
Bug 479320
dev-libs/libgamin: Multilib conversion
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild diff
libgamin-multilib.patch (text/plain), 1.74 KB, created by
Alexis Ballier
on 2013-07-31 20:16:40 UTC
(
hide
)
Description:
ebuild diff
Filename:
MIME Type:
Creator:
Alexis Ballier
Created:
2013-07-31 20:16:40 UTC
Size:
1.74 KB
patch
obsolete
>--- libgamin-0.1.10-r3.ebuild 2013-07-31 15:58:22.741347295 -0400 >+++ libgamin-0.1.10-r4.ebuild 2013-07-31 16:13:01.698438664 -0400 >@@ -9,7 +9,7 @@ > GNOME_ORG_MODULE="gamin" > GNOME_TARBALL_SUFFIX="bz2" > >-inherit autotools eutils flag-o-matic libtool python gnome.org >+inherit autotools eutils flag-o-matic libtool python gnome.org multilib-minimal > > DESCRIPTION="Library providing the FAM File Alteration Monitor API" > HOMEPAGE="http://www.gnome.org/~veillard/gamin/" >@@ -88,8 +88,8 @@ > use python && python_clean_py-compile_files > } > >-src_configure() { >- econf \ >+multilib_src_configure() { >+ ECONF_SOURCE="${S}" econf \ > $(use_enable static-libs static) \ > --disable-debug \ > --disable-server \ >@@ -98,10 +98,10 @@ > $(use_with python) > } > >-src_compile() { >+multilib_src_compile() { > default > >- if use python; then >+ if multilib_is_native_abi && use python; then > python_copy_sources python > > building() { >@@ -110,14 +110,14 @@ > PYTHON_SITE_PACKAGES="${EPREFIX}$(python_get_sitedir)" \ > PYTHON_VERSION="$(python_get_version)" > } >- python_execute_function -s --source-dir python building >+ S="${BUILD_DIR}" python_execute_function -s --source-dir python building > fi > } > >-src_install() { >+multilib_src_install() { > emake DESTDIR="${D}" install > >- if use python; then >+ if multilib_is_native_abi && use python; then > installation() { > emake \ > DESTDIR="${D}" \ >@@ -125,11 +125,13 @@ > PYTHON_VERSION="$(python_get_version)" \ > install > } >- python_execute_function -s --source-dir python installation >+ S="${BUILD_DIR}" python_execute_function -s --source-dir python installation > > python_clean_installation_image > fi >+} > >+multilib_src_instal_all() { > dodoc AUTHORS ChangeLog README TODO NEWS doc/*txt > dohtml doc/* >
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 479320
: 354764