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.78.ebuild
@ 2011-12-25 12:33 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-12-25 12:33 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/12/25 12:33:06

  Modified:             ChangeLog
  Added:                connman-0.78.ebuild
  Log:
  Version bump, as requested by Gustavo Sverzut Barbieri in bug #388811.
  
  (Portage version: 2.1.10.43/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 net-misc/connman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	8 Oct 2011 14:18:55 -0000	1.41
+++ ChangeLog	25 Dec 2011 12:33:06 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/connman
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.41 2011/10/08 14:18:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.42 2011/12/25 12:33:06 chainsaw Exp $
+
+*connman-0.78 (25 Dec 2011)
+
+  25 Dec 2011; Tony Vroon <chainsaw@gentoo.org> +connman-0.78.ebuild:
+  Version bump, as requested by Gustavo Sverzut Barbieri in bug #388811.
 
   08 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> connman-0.75.ebuild:
   Raise linux-headers dependencies to 2.6.39 for linux/if_alg.h wrt #386139 by



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

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

Index: connman-0.78.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.1 2011/12/25 12:33:06 chainsaw Exp $

EAPI="2"

inherit eutils systemd

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="~amd64 ~arm ~x86"
IUSE="bluetooth +caps debug doc examples +ethernet google ofono ntpd openvpn policykit threads tools vpnc +wifi wimax"
# gps meego ospm openconnect

RDEPEND=">=dev-libs/glib-2.16
	>=sys-apps/dbus-1.2.24
	>=dev-libs/libnl-1.1
	>=net-firewall/iptables-1.4.8
	net-libs/gnutls
	bluetooth? ( net-wireless/bluez )
	caps? ( sys-libs/libcap-ng )
	ntpd? ( net-misc/ntp )
	ofono? ( net-misc/ofono )
	policykit? ( sys-auth/polkit )
	openvpn? ( net-misc/openvpn )
	vpnc? ( net-misc/vpnc )
	wifi? ( >=net-wireless/wpa_supplicant-0.7[dbus] )
	wimax? ( net-wireless/wimax )"

DEPEND="${RDEPEND}
	>=sys-kernel/linux-headers-2.6.39
	doc? ( dev-util/gtk-doc )"

src_configure() {
	econf \
		--localstatedir=/var \
		--enable-client \
		--enable-fake \
		--enable-datafiles \
		--enable-loopback=builtin \
		$(use_enable caps capng) \
		$(use_enable examples test) \
		$(use_enable ethernet ethernet builtin) \
		$(use_enable wifi wifi builtin) \
		$(use_enable bluetooth bluetooth builtin) \
		$(use_enable ntpd ntpd builtin) \
		$(use_enable ofono ofono builtin) \
		$(use_enable google google builtin) \
		$(use_enable openvpn openvpn builtin) \
		$(use_enable policykit polkit builtin) \
		$(use_enable vpnc vpnc builtin) \
		$(use_enable wimax iwmx builtin) \
		$(use_enable debug) \
		$(use_enable doc gtk-doc) \
		$(use_enable threads) \
		$(use_enable tools) \
		--disable-iospm \
		--disable-hh2serial-gps \
		--disable-meego \
		--disable-openconnect \
		"$(systemd_with_unitdir systemdunitdir)"
}

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
	newconfd "${FILESDIR}"/${PN}.confd ${PN} || die
}






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-0.78.ebuild
@ 2012-03-06 22:29 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2012-03-06 22:29 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/06 22:29:06

  Modified:             ChangeLog connman-0.78.ebuild
  Log:
  Marking connman-0.78 ~ppc for bug 387959
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.44                 net-misc/connman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	25 Dec 2011 12:34:20 -0000	1.43
+++ ChangeLog	6 Mar 2012 22:29:06 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/connman
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.43 2011/12/25 12:34:20 chainsaw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.44 2012/03/06 22:29:06 ranger Exp $
+
+  06 Mar 2012; Brent Baude <ranger@gentoo.org> connman-0.78.ebuild:
+  Marking connman-0.78 ~ppc for bug 387959
 
   25 Dec 2011; Tony Vroon <chainsaw@gentoo.org> metadata.xml:
   Taking maintainership whilst dagger is away.



1.2                  net-misc/connman/connman-0.78.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?r1=1.1&r2=1.2

Index: connman-0.78.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- connman-0.78.ebuild	25 Dec 2011 12:33:06 -0000	1.1
+++ connman-0.78.ebuild	6 Mar 2012 22:29:06 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.1 2011/12/25 12:33:06 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.2 2012/03/06 22:29:06 ranger Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="bluetooth +caps debug doc examples +ethernet google ofono ntpd openvpn policykit threads tools vpnc +wifi wimax"
 # gps meego ospm openconnect
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-0.78.ebuild
@ 2012-03-08 23:41 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2012-03-08 23:41 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/08 23:41:12

  Modified:             ChangeLog connman-0.78.ebuild
  Log:
  Marking connman-0.78 ~ppc64 for bug 387959
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.45                 net-misc/connman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	6 Mar 2012 22:29:06 -0000	1.44
+++ ChangeLog	8 Mar 2012 23:41:12 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/connman
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.44 2012/03/06 22:29:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.45 2012/03/08 23:41:12 ranger Exp $
+
+  08 Mar 2012; Brent Baude <ranger@gentoo.org> connman-0.78.ebuild:
+  Marking connman-0.78 ~ppc64 for bug 387959
 
   06 Mar 2012; Brent Baude <ranger@gentoo.org> connman-0.78.ebuild:
   Marking connman-0.78 ~ppc for bug 387959



1.3                  net-misc/connman/connman-0.78.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?r1=1.2&r2=1.3

Index: connman-0.78.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- connman-0.78.ebuild	6 Mar 2012 22:29:06 -0000	1.2
+++ connman-0.78.ebuild	8 Mar 2012 23:41:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.2 2012/03/06 22:29:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.3 2012/03/08 23:41:12 ranger Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="bluetooth +caps debug doc examples +ethernet google ofono ntpd openvpn policykit threads tools vpnc +wifi wimax"
 # gps meego ospm openconnect
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-0.78.ebuild
@ 2012-03-12 15:13 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2012-03-12 15:13 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/12 15:13:16

  Modified:             ChangeLog connman-0.78.ebuild
  Log:
  Marking connman-0.78 ppc64 for bug 407643
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.46                 net-misc/connman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	8 Mar 2012 23:41:12 -0000	1.45
+++ ChangeLog	12 Mar 2012 15:13:15 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/connman
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.45 2012/03/08 23:41:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.46 2012/03/12 15:13:15 ranger Exp $
+
+  12 Mar 2012; Brent Baude <ranger@gentoo.org> connman-0.78.ebuild:
+  Marking connman-0.78 ppc64 stable for bug 407643
 
   08 Mar 2012; Brent Baude <ranger@gentoo.org> connman-0.78.ebuild:
   Marking connman-0.78 ~ppc64 for bug 387959



1.4                  net-misc/connman/connman-0.78.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?r1=1.3&r2=1.4

Index: connman-0.78.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- connman-0.78.ebuild	8 Mar 2012 23:41:12 -0000	1.3
+++ connman-0.78.ebuild	12 Mar 2012 15:13:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.3 2012/03/08 23:41:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.4 2012/03/12 15:13:15 ranger Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ppc64 ~x86"
 IUSE="bluetooth +caps debug doc examples +ethernet google ofono ntpd openvpn policykit threads tools vpnc +wifi wimax"
 # gps meego ospm openconnect
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-0.78.ebuild
@ 2012-03-12 17:23 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-12 17:23 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/03/12 17:23:27

  Modified:             ChangeLog connman-0.78.ebuild
  Log:
  Revert back to ~ppc64 because this is not ready to be stabilized.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 net-misc/connman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	12 Mar 2012 15:13:15 -0000	1.46
+++ ChangeLog	12 Mar 2012 17:23:27 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/connman
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.46 2012/03/12 15:13:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.47 2012/03/12 17:23:27 ssuominen Exp $
+
+  12 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> connman-0.78.ebuild:
+  Revert back to ~ppc64 because this is not ready to be stabilized.
 
   12 Mar 2012; Brent Baude <ranger@gentoo.org> connman-0.78.ebuild:
   Marking connman-0.78 ppc64 stable for bug 407643



1.5                  net-misc/connman/connman-0.78.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?r1=1.4&r2=1.5

Index: connman-0.78.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- connman-0.78.ebuild	12 Mar 2012 15:13:15 -0000	1.4
+++ connman-0.78.ebuild	12 Mar 2012 17:23:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.4 2012/03/12 15:13:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.5 2012/03/12 17:23:27 ssuominen Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="bluetooth +caps debug doc examples +ethernet google ofono ntpd openvpn policykit threads tools vpnc +wifi wimax"
 # gps meego ospm openconnect
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-0.78.ebuild
@ 2012-04-15 16:51 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2012-04-15 16:51 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/15 16:51:08

  Modified:             ChangeLog connman-0.78.ebuild
  Log:
  x86 stable, bug #410613
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 net-misc/connman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	12 Mar 2012 17:23:27 -0000	1.47
+++ ChangeLog	15 Apr 2012 16:51:08 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/connman
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.47 2012/03/12 17:23:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.48 2012/04/15 16:51:08 maekke Exp $
+
+  15 Apr 2012; Markus Meier <maekke@gentoo.org> connman-0.78.ebuild:
+  x86 stable, bug #410613
 
   12 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> connman-0.78.ebuild:
   Revert back to ~ppc64 because this is not ready to be stabilized.



1.6                  net-misc/connman/connman-0.78.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-0.78.ebuild?r1=1.5&r2=1.6

Index: connman-0.78.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- connman-0.78.ebuild	12 Mar 2012 17:23:27 -0000	1.5
+++ connman-0.78.ebuild	15 Apr 2012 16:51:08 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.5 2012/03/12 17:23:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.6 2012/04/15 16:51:08 maekke Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="bluetooth +caps debug doc examples +ethernet google ofono ntpd openvpn policykit threads tools vpnc +wifi wimax"
 # gps meego ospm openconnect
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-0.78.ebuild
@ 2012-04-18 17:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-04-18 17:52 UTC (permalink / raw
  To: gentoo-commits

ago         12/04/18 17:52:29

  Modified:             ChangeLog connman-0.78.ebuild
  Log:
  Stable for amd64, wrt bug #410613
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 net-misc/connman/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	15 Apr 2012 16:51:08 -0000	1.48
+++ ChangeLog	18 Apr 2012 17:52:28 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/connman
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.48 2012/04/15 16:51:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.49 2012/04/18 17:52:28 ago Exp $
+
+  18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> connman-0.78.ebuild:
+  Stable for amd64, wrt bug #410613
 
   15 Apr 2012; Markus Meier <maekke@gentoo.org> connman-0.78.ebuild:
   x86 stable, bug #410613



1.7                  net-misc/connman/connman-0.78.ebuild

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

Index: connman-0.78.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- connman-0.78.ebuild	15 Apr 2012 16:51:08 -0000	1.6
+++ connman-0.78.ebuild	18 Apr 2012 17:52:28 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.6 2012/04/15 16:51:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-0.78.ebuild,v 1.7 2012/04/18 17:52:28 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="bluetooth +caps debug doc examples +ethernet google ofono ntpd openvpn policykit threads tools vpnc +wifi wimax"
 # gps meego ospm openconnect
 






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-04-18 17:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 17:23 [gentoo-commits] gentoo-x86 commit in net-misc/connman: ChangeLog connman-0.78.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-18 17:52 Agostino Sarubbo (ago)
2012-04-15 16:51 Markus Meier (maekke)
2012-03-12 15:13 Brent Baude (ranger)
2012-03-08 23:41 Brent Baude (ranger)
2012-03-06 22:29 Brent Baude (ranger)
2011-12-25 12:33 Tony Vroon (chainsaw)

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