Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 315381 Details for
Bug 421197
eutils.eclass: prune_libtool_files() failed to remove unnecessary libtool archive from /usr/lib64/python2.7/site-packages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-pda/synce/synce-core-0.16.ebuild
synce-core-0.16.ebuild (text/plain), 1.63 KB, created by
Samuli Suominen (RETIRED)
on 2012-06-15 06:46:24 UTC
(
hide
)
Description:
app-pda/synce/synce-core-0.16.ebuild
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2012-06-15 06:46:24 UTC
Size:
1.63 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/libsynce/libsynce-0.15.1.ebuild,v 1.3 2012/05/04 18:35:55 jdhore Exp $ > >EAPI=4 > >PYTHON_DEPEND="python? 2:2.7" > >inherit eutils python > >DESCRIPTION="Base libraries, including RAPI protocol, tools and dccm daemon" >HOMEPAGE="http://sourceforge.net/projects/synce/" >SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="bluetooth +dbus python static-libs +udev" > ># AC_PATH_PROG -> pppd -> net-dialup/ppp ># AC_PATH_PROG -> ifconfig -> sys-apps/net-tools >RDEPEND=">=dev-libs/glib-2.22 > !dev-libs/libsynce > net-dialup/ppp > sys-apps/net-tools > dbus? ( >=dev-libs/dbus-glib-0.98 ) > python? ( >=dev-python/pyrex-0.9.6 ) > udev? ( || ( >=sys-fs/udev-171-r6[gudev] <sys-fs/udev-171[extras] ) )" >DEPEND="${RDEPEND} > virtual/pkgconfig" >REQUIRED_USE="bluetooth? ( udev ) > udev? ( dbus )" > >pkg_setup() { > if use python; then > python_set_active_version 2 > python_pkg_setup > fi >} > >src_prepare() { > # AC_PATH_PROG -> dhclient -> > sed -i -e 's:dhclient:true:' configure || die >} > >src_configure() { > # Enable ODCCM support from USE="dbus" because it has no other dependencies > econf \ > $(use_enable static-libs static) \ > --enable-dccm-file-support \ > $(use_enable dbus odccm-support) \ > --disable-hal-support \ > $(use_enable udev udev-support) \ > $(use_enable bluetooth bluetooth-support) \ > $(use_enable python python-bindings) >} > >src_install() { > emake DESTDIR="${D}" install > > dodoc BUGS ChangeLog README* TODO > newdoc bluetooth/README README.bluetooth > > prune_libtool_files >}
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 Raw
Actions:
View
Attachments on
bug 421197
: 315381 |
315383