Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Robert Piasek (dagger)" <dagger@g.o>
Subject: gentoo-x86 commit in net-misc/connman: ChangeLog connman-0.46.ebuild connman-0.41.ebuild
Date: Tue, 03 Nov 2009 16:13:47 +0000
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@g.o> -connman-0.41.ebuild,
+  +connman-0.46.ebuild:
+  Version bump
+
+*connman-0.46 (03 Nov 2009)
+
+  03 Nov 2009; Robert Piasek <dagger@g.o> -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

}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in net-misc/ofono: ChangeLog ofono-0.9.ebuild ofono-0.6.ebuild
Next by thread:
gentoo-x86 commit in games-puzzle/hoh-bin: hoh-bin-1.01.ebuild ChangeLog
Previous by date:
gentoo-x86 commit in net-misc/ofono: ChangeLog ofono-0.9.ebuild ofono-0.6.ebuild
Next by date:
gentoo-x86 commit in games-puzzle/hoh-bin: hoh-bin-1.01.ebuild ChangeLog


Updated Nov 24, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.