Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 315927 Details for
Bug 422881
net-misc/ofono-1.7 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc/ofono-1.7.ebuild
ofono-1.7.ebuild (text/plain), 1.61 KB, created by
Gustavo Sverzut Barbieri
on 2012-06-21 17:30:27 UTC
(
hide
)
Description:
net-misc/ofono-1.7.ebuild
Filename:
MIME Type:
Creator:
Gustavo Sverzut Barbieri
Created:
2012-06-21 17:30:27 UTC
Size:
1.61 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit multilib systemd > >DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon." >HOMEPAGE="http://ofono.org/" >SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 arm x86" >IUSE="+atmodem bluetooth +caps +cdmamodem examples +isimodem +phonesim threads tools +udev" > >RDEPEND=">=sys-apps/dbus-1.4 > >=dev-libs/glib-2.28 > net-misc/mobile-broadband-provider-info > bluetooth? ( >=net-wireless/bluez-4.99 ) > caps? ( sys-libs/libcap-ng ) > udev? ( >=sys-fs/udev-143 ) > examples? ( dev-python/dbus-python ) > tools? ( virtual/libusb:1 )" >DEPEND="${RDEPEND} > virtual/pkgconfig" > >src_prepare() { > default > > # Fix build with newer glib due to G_DISABLE_SINGLE_INCLUDES > grep -lre '<glib/gtypes.h>' "${S}" | while read i; do > sed -ie 's:glib/gtypes.h:glib.h:' "${i}" || die "Unable to sed \"$i\"" > done >} > >src_configure() { > econf \ > $(use_enable caps capng) \ > $(use_enable threads) \ > $(use_enable udev) \ > $(use_enable isimodem) \ > $(use_enable atmodem) \ > $(use_enable cdmamodem) \ > $(use_enable bluetooth) \ > $(use_enable phonesim) \ > $(use_enable tools) \ > --enable-test \ > --localstatedir=/var \ > --with-systemdunitdir="$(systemd_get_unitdir)" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > if ! use examples ; then > rm -rf "${D}/usr/$(get_libdir)/ofono/test" > fi > > if use tools ; then > dobin tools/{auto-enable,huawei-audio} || die > fi > > newinitd "${FILESDIR}"/${PN}.initd ${PN} || die > dodoc ChangeLog AUTHORS doc/*.txt >}
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 422881
: 315927