* [gentoo-commits] gentoo-x86 commit in net-misc/connman: connman-1.15.ebuild ChangeLog
@ 2013-07-05 17:31 Pacho Ramos (pacho)
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2013-07-05 17:31 UTC (permalink / raw
To: gentoo-commits
pacho 13/07/05 17:31:57
Modified: connman-1.15.ebuild ChangeLog
Log:
Add unit file (#475862, thanks to Tony Vroon for approval)
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 net-misc/connman/connman-1.15.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?r1=1.1&r2=1.2
Index: connman-1.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- connman-1.15.ebuild 4 Jun 2013 10:15:22 -0000 1.1
+++ connman-1.15.ebuild 5 Jul 2013 17:31:57 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v 1.1 2013/06/04 10:15:22 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v 1.2 2013/07/05 17:31:57 pacho Exp $
EAPI="5"
-inherit base
+inherit base systemd
DESCRIPTION="Provides a daemon for managing internet connections"
HOMEPAGE="http://connman.net"
@@ -53,10 +53,11 @@
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
dobin client/connmanctl || die "client installation failed"
- keepdir /var/lib/${PN} || die
- newinitd "${FILESDIR}"/${PN}.initd2 ${PN} || die
- newconfd "${FILESDIR}"/${PN}.confd ${PN} || die
+ keepdir /var/lib/${PN}
+ newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
+ newconfd "${FILESDIR}"/${PN}.confd ${PN}
+ systemd_dounit "${FILESDIR}"/connman.service
}
1.64 net-misc/connman/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 4 Jun 2013 10:15:22 -0000 1.63
+++ ChangeLog 5 Jul 2013 17:31:57 -0000 1.64
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/connman
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.63 2013/06/04 10:15:22 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.64 2013/07/05 17:31:57 pacho Exp $
+
+ 05 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/connman.service,
+ connman-1.15.ebuild:
+ Add unit file (#475862, thanks to Tony Vroon for approval)
*connman-1.15 (04 Jun 2013)
*connman-1.14 (04 Jun 2013)
@@ -351,4 +355,3 @@
13 Aug 2009; Robert Piasek <dagger@gentoo.org> +connman-0.38.ebuild,
+files/connman.initd, +metadata.xml:
Initial ebuild for connman
-
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/connman: connman-1.15.ebuild ChangeLog
@ 2013-08-26 16:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-26 16:51 UTC (permalink / raw
To: gentoo-commits
ago 13/08/26 16:51:20
Modified: connman-1.15.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #480086
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 net-misc/connman/connman-1.15.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?r1=1.2&r2=1.3
Index: connman-1.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- connman-1.15.ebuild 5 Jul 2013 17:31:57 -0000 1.2
+++ connman-1.15.ebuild 26 Aug 2013 16:51:20 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v 1.2 2013/07/05 17:31:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v 1.3 2013/08/26 16:51:20 ago Exp $
EAPI="5"
inherit base systemd
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
IUSE="bluetooth debug doc examples +ethernet ofono openvpn policykit threads tools vpnc +wifi"
RDEPEND=">=dev-libs/glib-2.16
1.65 net-misc/connman/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?r1=1.64&r2=1.65
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog 5 Jul 2013 17:31:57 -0000 1.64
+++ ChangeLog 26 Aug 2013 16:51:20 -0000 1.65
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/connman
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.64 2013/07/05 17:31:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.65 2013/08/26 16:51:20 ago Exp $
+
+ 26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> connman-1.15.ebuild:
+ Stable for ppc, wrt bug #480086
05 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/connman.service,
connman-1.15.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/connman: connman-1.15.ebuild ChangeLog
@ 2013-08-31 14:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-31 14:50 UTC (permalink / raw
To: gentoo-commits
ago 13/08/31 14:50:27
Modified: connman-1.15.ebuild ChangeLog
Log:
Stable for arm, wrt bug #480086
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 net-misc/connman/connman-1.15.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?r1=1.4&r2=1.5
Index: connman-1.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- connman-1.15.ebuild 30 Aug 2013 11:35:04 -0000 1.4
+++ connman-1.15.ebuild 31 Aug 2013 14:50:27 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v 1.4 2013/08/30 11:35:04 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v 1.5 2013/08/31 14:50:27 ago Exp $
EAPI="5"
inherit base systemd
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ppc ~ppc64 ~x86"
IUSE="bluetooth debug doc examples +ethernet ofono openvpn policykit threads tools vpnc +wifi"
RDEPEND=">=dev-libs/glib-2.16
1.67 net-misc/connman/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 30 Aug 2013 11:35:04 -0000 1.66
+++ ChangeLog 31 Aug 2013 14:50:27 -0000 1.67
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/connman
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.66 2013/08/30 11:35:04 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.67 2013/08/31 14:50:27 ago Exp $
+
+ 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> connman-1.15.ebuild:
+ Stable for arm, wrt bug #480086
30 Aug 2013; Chema Alonso <nimiux@gentoo.org> connman-1.15.ebuild:
Stable for amd64 wrt bug #480086
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/connman: connman-1.15.ebuild ChangeLog
@ 2013-09-05 10:46 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-05 10:46 UTC (permalink / raw
To: gentoo-commits
ago 13/09/05 10:46:10
Modified: connman-1.15.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #480086
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 net-misc/connman/connman-1.15.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/connman-1.15.ebuild?r1=1.5&r2=1.6
Index: connman-1.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- connman-1.15.ebuild 31 Aug 2013 14:50:27 -0000 1.5
+++ connman-1.15.ebuild 5 Sep 2013 10:46:10 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v 1.5 2013/08/31 14:50:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.15.ebuild,v 1.6 2013/09/05 10:46:10 ago Exp $
EAPI="5"
inherit base systemd
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 arm ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ppc ppc64 ~x86"
IUSE="bluetooth debug doc examples +ethernet ofono openvpn policykit threads tools vpnc +wifi"
RDEPEND=">=dev-libs/glib-2.16
1.68 net-misc/connman/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/connman/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 31 Aug 2013 14:50:27 -0000 1.67
+++ ChangeLog 5 Sep 2013 10:46:10 -0000 1.68
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/connman
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.67 2013/08/31 14:50:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/ChangeLog,v 1.68 2013/09/05 10:46:10 ago Exp $
+
+ 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> connman-1.15.ebuild:
+ Stable for ppc64, wrt bug #480086
31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> connman-1.15.ebuild:
Stable for arm, wrt bug #480086
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-09-05 10:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-31 14:50 [gentoo-commits] gentoo-x86 commit in net-misc/connman: connman-1.15.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-09-05 10:46 Agostino Sarubbo (ago)
2013-08-26 16:51 Agostino Sarubbo (ago)
2013-07-05 17:31 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox