public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ofono: ChangeLog ofono-0.41.ebuild ofono-0.36.ebuild
@ 2011-02-08  9:34 Robert Piasek (dagger)
  0 siblings, 0 replies; only message in thread
From: Robert Piasek (dagger) @ 2011-02-08  9:34 UTC (permalink / raw
  To: gentoo-commits

dagger      11/02/08 09:34:02

  Modified:             ChangeLog
  Added:                ofono-0.41.ebuild
  Removed:              ofono-0.36.ebuild
  Log:
  Add version 0.41
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 net-misc/ofono/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	25 Jan 2011 13:46:03 -0000	1.26
+++ ChangeLog	8 Feb 2011 09:34:02 -0000	1.27
@@ -1,6 +1,15 @@
 # ChangeLog for net-misc/ofono
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.26 2011/01/25 13:46:03 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ChangeLog,v 1.27 2011/02/08 09:34:02 dagger Exp $
+
+  08 Feb 2011; Robert Piasek <dagger@gentoo.org> -ofono-0.36.ebuild,
+  +ofono-0.41.ebuild:
+  Add version 0.41.
+
+*ofono-0.41 (08 Feb 2011)
+
+  08 Feb 2011; Robert Piasek <dagger@gentoo.org> +ofono-0.41.ebuild:
+  Add version 0.41
 
   25 Jan 2011; Tiziano Müller <dev-zero@gentoo.org> ofono-0.39.ebuild,
   metadata.xml:



1.1                  net-misc/ofono/ofono-0.41.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ofono-0.41.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ofono/ofono-0.41.ebuild?rev=1.1&content-type=text/plain

Index: ofono-0.41.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-0.41.ebuild,v 1.1 2011/02/08 09:34:02 dagger Exp $

EAPI="2"

inherit multilib

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="~arm ~amd64 ~x86"
IUSE="+atmodem bluetooth +caps +cdmamodem examples +isimodem +phonesim threads tools +udev"

RDEPEND=">=sys-apps/dbus-1.2.24
	>=dev-libs/glib-2.16
	bluetooth? ( >=net-wireless/bluez-4.61 )
	caps? ( sys-libs/libcap-ng )
	udev? ( >=sys-fs/udev-143 )
	examples? ( dev-python/dbus-python )
	tools? ( dev-libs/libusb:1 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

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
}

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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-08  9:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08  9:34 [gentoo-commits] gentoo-x86 commit in net-misc/ofono: ChangeLog ofono-0.41.ebuild ofono-0.36.ebuild Robert Piasek (dagger)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox