public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-0.46.ebuild connman-0.41.ebuild
@ 2009-11-03 16:13 Robert Piasek (dagger)
  0 siblings, 0 replies; only message in thread
From: Robert Piasek (dagger) @ 2009-11-03 16:13 UTC (permalink / raw
  To: gentoo-commits

dagger      09/11/03 16:13:47

  Modified:             ChangeLog
  Added:                connman-0.46.ebuild
  Removed:              connman-0.41.ebuild
  Log:
  Version bump for connman
  (Portage version: 2.1.7.3/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-misc/connman/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 Oct 2009 14:58:52 -0000	1.6
+++ ChangeLog	3 Nov 2009 16:13:46 -0000	1.7
@@ -1,6 +1,16 @@
 # ChangeLog for net-misc/connman
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.6 2009/10/22 14:58:52 dagger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.7 2009/11/03 16:13:46 dagger Exp $
+
+  03 Nov 2009; Robert Piasek <dagger@gentoo.org> -connman-0.41.ebuild,
+  +connman-0.46.ebuild:
+  Version bump
+
+*connman-0.46 (03 Nov 2009)
+
+  03 Nov 2009; Robert Piasek <dagger@gentoo.org> -connman-0.41.ebuild,
+  +connman-0.46.ebuild:
+  Version bump
 
 *connman-0.44 (22 Oct 2009)
 



1.1                  net-misc/connman/connman-0.46.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/connman-0.46.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/connman/connman-0.46.ebuild?rev=1.1&content-type=text/plain

Index: connman-0.46.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.46.ebuild,v 1.1 2009/11/03 16:13:46 dagger Exp $

EAPI="2"

DESCRIPTION="Provides a daemon for managing internet connections"
HOMEPAGE="http://connman.net"
SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
IUSE="3G bluetooth debug +dhclient dnsproxy doc +ethernet modemmanager ofono policykit ppp resolvconf threads tools +udev +wifi"
# ospm wimax

RDEPEND=">=dev-libs/glib-2.16
	>=sys-apps/dbus-1.2
	bluetooth? ( net-wireless/bluez )
	dhclient? ( net-misc/dhcp )
	modemmanager? ( net-misc/modemmanager )
	ofono? ( net-misc/ofono )
	policykit? ( >=sys-auth/policykit-0.7 )
	ppp? ( net-dialup/ppp )
	resolvconf? ( net-dns/openresolv )
	udev? ( >=sys-fs/udev-141 )
	wifi? ( net-wireless/wpa_supplicant[dbus] )"

DEPEND="${RDEPEND}
	doc? ( dev-util/gtk-doc )"

src_configure() {
	econf \
		--localstatedir=/var \
		--enable-loopback \
		--enable-client \
		--enable-fake \
		--enable-datafiles \
		$(use_enable 3G novatel) \
		$(use_enable 3G huawei) \
		$(use_enable 3G hso) \
		$(use_enable 3G mbm) \
		$(use_enable bluetooth) \
		$(use_enable debug) \
		$(use_enable dhclient) \
		$(use_enable dnsproxy) \
		$(use_enable doc gtk-doc) \
		$(use_enable ethernet) \
		$(use_enable modemmanager modemmgr) \
		$(use_enable ofono) \
		$(use_enable policykit polkit) \
		$(use_enable ppp) \
		$(use_enable resolvconf) \
		$(use_enable threads) \
		$(use_enable tools) \
		$(use_enable udev) \
		$(use_enable wifi) \
		--disable-udhcp \
		--disable-iwmx \
		--disable-iospm
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dobin client/cm || die "client installation failed"

	keepdir /var/lib/${PN} || die
	newinitd "${FILESDIR}"/${PN}.initd ${PN} || die

}






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

only message in thread, other threads:[~2009-11-03 16:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-03 16:13 [gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-0.46.ebuild connman-0.41.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