[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/

2024-06-13 Thread Marek Szuba
commit: 384f54eb794a88e7bd59bdfa30f94deec96e7e3f
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Jun 13 10:40:24 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Jun 13 11:36:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384f54eb

net-misc/connman-gtk: drop 1.1.1-r1

Signed-off-by: Marek Szuba  gentoo.org>

 net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild | 57 
 1 file changed, 57 deletions(-)

diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild 
b/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild
deleted file mode 100644
index 467860e1aae2..
--- a/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools gnome2-utils
-
-DESCRIPTION="GTK GUI for Connman"
-HOMEPAGE="https://github.com/jgke/connman-gtk;
-SRC_URI="https://github.com/jgke/connman-gtk/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="openconnect"
-
-CDEPEND="
-   >=dev-libs/glib-2.0:2
-   >=x11-libs/gtk+-3.10:3
-   openconnect? ( >=net-vpn/openconnect-5.99 )
-"
-RDEPEND="${CDEPEND}
-   net-misc/connman
-"
-DEPEND="${CDEOEND}
-   >=dev-util/intltool-0.35.0
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.1.1-gtk_typecasts.patch
-)
-
-src_prepare() {
-   default
-   sed -i -e '/^Categories/ s/$/;/' connman-gtk.desktop.in || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-schemas-compile \
-   $(use_with openconnect)
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/

2024-06-13 Thread Joonas Niilola
commit: d62e8253b34a8ef4b6dbc3170bf9a8191081b2af
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Jun 13 06:16:15 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jun 13 06:32:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62e8253

net-misc/connman-gtk: Stabilize 1.1.1-r2 x86, #934139

Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild 
b/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild
index e6d9b62a7bdd..2403a37670e4 100644
--- a/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jgke/connman-gtk/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="openconnect"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/

2024-06-12 Thread Marek Szuba
commit: 35aee5e5648ceeba27f9247b1e2b986f3bc69780
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jun 12 12:22:04 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jun 12 13:04:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35aee5e5

net-misc/connman-gtk: stabilize 1.1.1-r2 for amd64

Signed-off-by: Marek Szuba  gentoo.org>

 net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild 
b/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild
index 89e484d62819..e6d9b62a7bdd 100644
--- a/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jgke/connman-gtk/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="openconnect"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/

2024-06-03 Thread Ben Kohler
commit: 0b838d21615113e7960e453f0315cd4902cc528a
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Jun  3 13:28:50 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jun  3 13:29:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b838d21

net-misc/connman-notify: enable py3.12

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
index da4fd73408b0..79e13a82e929 100644
--- a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
+++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit desktop python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/

2024-05-15 Thread Marek Szuba
commit: f04b16ca973867873a7b16979139412b721529c3
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed May 15 12:49:31 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed May 15 12:50:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04b16ca

net-misc/connman-gtk: drop myself as a maintainer

Signed-off-by: Marek Szuba  gentoo.org>

 net-misc/connman-gtk/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-misc/connman-gtk/metadata.xml 
b/net-misc/connman-gtk/metadata.xml
index f349009f7349..71feae52b29b 100644
--- a/net-misc/connman-gtk/metadata.xml
+++ b/net-misc/connman-gtk/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   mare...@gentoo.org
-   Marek Szuba
-   
+   

Support easier authentication to 
AnyConnect VPNs




[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/

2024-05-15 Thread Marek Szuba
commit: bb1af55cfc8212c6f50a4887a9dc9f4b0c3edea2
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed May 15 12:45:28 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed May 15 12:50:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1af55c

net-misc/connman-gtk: update EAPI 7 -> 8

Signed-off-by: Marek Szuba  gentoo.org>

 net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild | 57 
 1 file changed, 57 insertions(+)

diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild 
b/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild
new file mode 100644
index ..89e484d62819
--- /dev/null
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1-r2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools gnome2-utils
+
+DESCRIPTION="GTK GUI for Connman"
+HOMEPAGE="https://github.com/jgke/connman-gtk;
+SRC_URI="https://github.com/jgke/connman-gtk/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="openconnect"
+
+CDEPEND="
+   >=dev-libs/glib-2.0:2
+   >=x11-libs/gtk+-3.10:3
+   openconnect? ( >=net-vpn/openconnect-5.99 )
+"
+RDEPEND="${CDEPEND}
+   net-misc/connman
+"
+DEPEND="${CDEOEND}
+   >=dev-util/intltool-0.35.0
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.1-gtk_typecasts.patch
+)
+
+src_prepare() {
+   default
+   sed -i -e '/^Categories/ s/$/;/' connman-gtk.desktop.in || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-schemas-compile \
+   $(use_with openconnect)
+}
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-json-client/

2024-05-05 Thread Conrad Kostecki
commit: 43eef973330d10472cda5f05dbd70c2fda450104
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  4 16:04:14 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun May  5 18:56:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43eef973

net-misc/connman-json-client: remove old

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36547
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../connman-json-client-1.0_p20150721-r2.ebuild| 38 --
 1 file changed, 38 deletions(-)

diff --git 
a/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild 
b/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
deleted file mode 100644
index 2fe35cf86af6..
--- a/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools vcs-snapshot
-COMMIT="3c34b2ee62d2e188090d20e7ed2fd94bab9c47f2"
-
-DESCRIPTION="An ncurses UI for connman"
-HOMEPAGE="https://github.com/eurogiciel-oss/connman-json-client;
-SRC_URI="https://github.com/eurogiciel-oss/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/json-c:0=
-   >=sys-apps/dbus-1.4
-   sys-libs/ncurses:0"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/cjc-fix-for-json-0.14.patch )
-
-src_prepare() {
-   sed -i -e '/^AM_CFLAGS/ s/ -Werror$//' Makefile.am || die
-   default
-   eautoreconf
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   default
-   dobin connman_ncurses
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-ui/

2024-04-25 Thread Arthur Zamarin
commit: 155c0f875702975eb3b384f6cf804e0d8e361bfb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 25 19:07:42 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 25 19:08:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155c0f87

net-misc/connman-ui: drop stale 

Upstream has no activity at all since the snapshot we have here, so
might as well remove  which was EAPI=6.

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/connman-ui/connman-ui-.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/net-misc/connman-ui/connman-ui-.ebuild 
b/net-misc/connman-ui/connman-ui-.ebuild
deleted file mode 100644
index 67ca7343806a..
--- a/net-misc/connman-ui/connman-ui-.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools git-r3
-
-DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan"
-HOMEPAGE="https://github.com/tbursztyka/connman-ui;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/tbursztyka/connman-ui.git;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-CDEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/gtk+:3
-"
-RDEPEND="${CDEPEND}
-   net-misc/connman
-"
-DEPEND="${CDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-ui/

2024-04-25 Thread Arthur Zamarin
commit: 5fb414a53a4941cdc500414cd8c60f5b3641a9e2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 25 19:07:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 25 19:08:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb414a5

net-misc/connman-ui: EAPI 6 -> 8

Signed-off-by: Arthur Zamarin  gentoo.org>

 ..._p20150622.ebuild => connman-ui-0_p20150622-r1.ebuild} | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/net-misc/connman-ui/connman-ui-0_p20150622.ebuild 
b/net-misc/connman-ui/connman-ui-0_p20150622-r1.ebuild
similarity index 79%
rename from net-misc/connman-ui/connman-ui-0_p20150622.ebuild
rename to net-misc/connman-ui/connman-ui-0_p20150622-r1.ebuild
index 9edf9267b9d3..ab2877fbec31 100644
--- a/net-misc/connman-ui/connman-ui-0_p20150622.ebuild
+++ b/net-misc/connman-ui/connman-ui-0_p20150622-r1.ebuild
@@ -1,29 +1,30 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit autotools
 
-inherit autotools vcs-snapshot
 COMMIT="fce0af94e121bde77c7fa2ebd6a319f0180c5516"
 
 DESCRIPTION="A full-featured GTK based trayicon UI for ConnMan"
 HOMEPAGE="https://github.com/tbursztyka/connman-ui;
 SRC_URI="https://github.com/tbursztyka/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S=${WORKDIR}/${PN}-${COMMIT}
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-CDEPEND="
+DEPEND="
dev-libs/glib:2
sys-apps/dbus
x11-libs/gtk+:3
 "
-RDEPEND="${CDEPEND}
+RDEPEND="${DEPEND}
net-misc/connman
 "
-DEPEND="${CDEPEND}
+BDEPEND="
dev-util/intltool
virtual/pkgconfig
 "



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/, net-misc/connman-gtk/files/

2024-01-31 Thread Marek Szuba
commit: 59d42ae38dbd9aa10abd829fc8749d73e0ef695a
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jan 31 13:07:12 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jan 31 13:07:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d42ae3

net-misc/connman-gtk: add missing Gtk+ type cast

Looks like upstream have missed this one, as they generally do use
the macro GTK_WIDGET().

Closes: https://bugs.gentoo.org/919235
Signed-off-by: Marek Szuba  gentoo.org>

 net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild  |  6 +-
 .../connman-gtk/files/connman-gtk-1.1.1-gtk_typecasts.patch   | 11 +++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild 
b/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild
index c950b57ae3c2..467860e1aae2 100644
--- a/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,6 +28,10 @@ DEPEND="${CDEOEND}
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.1-gtk_typecasts.patch
+)
+
 src_prepare() {
default
sed -i -e '/^Categories/ s/$/;/' connman-gtk.desktop.in || die

diff --git a/net-misc/connman-gtk/files/connman-gtk-1.1.1-gtk_typecasts.patch 
b/net-misc/connman-gtk/files/connman-gtk-1.1.1-gtk_typecasts.patch
new file mode 100644
index ..25f29649404f
--- /dev/null
+++ b/net-misc/connman-gtk/files/connman-gtk-1.1.1-gtk_typecasts.patch
@@ -0,0 +1,11 @@
+--- a/src/status.c
 b/src/status.c
+@@ -119,7 +119,7 @@
+ 
+   gtk_menu_item_set_submenu(item, GTK_WIDGET(submenu));
+   gtk_container_add(GTK_CONTAINER(menu), GTK_WIDGET(item));
+-  gtk_widget_set_sensitive(item, has_items);
++  gtk_widget_set_sensitive(GTK_WIDGET(item), has_items);
+ 
+   }
+ 



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-11-03 Thread Ben Kohler
commit: 275cf18e581ac0b6b3de96cc73dc03fd0e66833b
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Nov  2 12:49:58 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Nov  3 12:23:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275cf18e

net-misc/connman: drop 1.42_pre20230116-r2, 1.42_pre20230411

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest  |   2 -
 .../connman/connman-1.42_pre20230116-r2.ebuild | 134 -
 net-misc/connman/connman-1.42_pre20230411.ebuild   | 134 -
 3 files changed, 270 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index f633d07aa562..f6e7c659594f 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,3 +1 @@
 DIST connman-1.42.tar.gz 743965 BLAKE2B 
1d9eeb4c917978df502de684128a3464bbc7f3960878842a3ac27295dc5d049641cd5218a9542055b5d9ab2b6114fb773fc8a173f54dca3afe37109ab58bde35
 SHA512 
98ede28854e5948c8b67c5ba03b156ed9966e9fcda2d39168062873b194a192d12af885c63d9a2cb0b7b5b882b69fdbb0e09c4eb0c6772a76db06de7b9e363d7
-DIST connman-24180d1243bf005c721be6f9d8d6da67bb669c55.tar.gz 744924 BLAKE2B 
87b1b1dc09c483fb69d75c5c43b89492b32d0e0357fb25208c369a446f85641e5e364ce3bd21f0e43c95e06a8578f28dea4b26decb8a0ebf591bf4c44616645f
 SHA512 
dd6eb7684aeac7a07c504de018b6efda2ceab4ff3b66e4942bf8d8a37e1feee609a63a5b9fa73ce3b3582b6949ea3399f8740bcb7dc39885d239610d3b280d0c
-DIST connman-9971144ae862e83f1f5d8cb84c0b62f2542dcdec.tar.gz 743500 BLAKE2B 
513380639f02c103f4e9aca73571e00edc42894e612712c20319c3ee9b8845bff41ce05b17016b52b7d34f09c8f74f877a639fd21455b13a5a2ef1554eb0b093
 SHA512 
bc37dabb13b76e3fa0efd811d664f321b47118d378285dfa06710ec227822c409ed0c60c2f42c00ae081e47ec879ec1b19f784e9fc2346d1d57f6e87550dda22

diff --git a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild 
b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
deleted file mode 100644
index 9d426a8103da..
--- a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-inherit autotools systemd tmpfiles
-
-COMMIT=9971144ae862e83f1f5d8cb84c0b62f2542dcdec
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
-else
-   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
-+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
-wispr"
-
-REQUIRED_USE="^^ ( iptables nftables )"
-BDEPEND="virtual/pkgconfig"
-COMMON_DEPEND=">=dev-libs/glib-2.16
-   net-libs/gnutls
-   >=sys-apps/dbus-1.2.24
-   sys-libs/readline:0=
-   nftables? (
-   >=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0=
-   )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wireguard? ( >=net-libs/libmnl-1.0.0:0= )"
-RDEPEND="${COMMON_DEPEND}
-   bluetooth? ( net-wireless/bluez )
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   l2tp? ( net-dialup/xl2tpd )
-   ofono? ( net-misc/ofono )
-   policykit? ( sys-auth/polkit )
-   wifi? (
-   !iwd? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
-   iwd? ( net-wireless/iwd )
-   )"
-DEPEND="${COMMON_DEPEND}
-   >=sys-kernel/linux-headers-2.6.39"
-
-PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
-
-if [ ! -z ${COMMIT} ]; then
-   S=${WORKDIR}/${PN}-${COMMIT}
-fi
-
-src_prepare() {
-   default
-   eautoreconf
-
-   cp "${FILESDIR}"/connman.initd2 "${T}"
-   if use iwd; then
-   sed -i \
-   -e "s/need dbus/need dbus iwd/" \
-   -e '/start-stop-daemon --start/ s/ -- / -- 
--wifi=iwd_agent /' \
-   "${T}"/connman.initd2 || die
-   sed -i \
-   -e "/^ExecStart/ s/$/ --wifi=iwd_agent/" \
-   src/connman.service.in || die
-   fi
-}
-
-src_configure() {
-   local myeconfargs=(
-   --localstatedir=/var \
-   --runstatedir=/run \
-   --with-systemdunitdir=$(systemd_get_systemunitdir) \
-   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable bluetooth bluetooth builtin) 

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-10-13 Thread Arthur Zamarin
commit: 610b6f6c825c0139ea5c4cc810cec41cb23247bf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 14:14:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 14:14:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610b6f6c

net-misc/connman: Stabilize 1.42 ppc, #915638

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/connman/connman-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42.ebuild 
b/net-misc/connman/connman-1.42.ebuild
index 86ca7ba571b8..55a168136695 100644
--- a/net-misc/connman/connman-1.42.ebuild
+++ b/net-misc/connman/connman-1.42.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/${P}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-10-12 Thread Sam James
commit: 6300b39a02e228256a5c91a57be4c2d80040cd54
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 13 02:44:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 13 02:44:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6300b39a

net-misc/connman: Stabilize 1.42 amd64, #915638

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42.ebuild 
b/net-misc/connman/connman-1.42.ebuild
index d95e669e08ec..86ca7ba571b8 100644
--- a/net-misc/connman/connman-1.42.ebuild
+++ b/net-misc/connman/connman-1.42.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-10-12 Thread Sam James
commit: 71e7f51a4f2e167a1615a4b4114b21b6b8575af8
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 13 02:44:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 13 02:44:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e7f51a

net-misc/connman: Stabilize 1.42 x86, #915638

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42.ebuild 
b/net-misc/connman/connman-1.42.ebuild
index 48f3610c5d6a..d95e669e08ec 100644
--- a/net-misc/connman/connman-1.42.ebuild
+++ b/net-misc/connman/connman-1.42.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-10-12 Thread Sam James
commit: fa553c901ae3568286f9265f5b542bba12c10fa3
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 12 23:32:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 12 23:32:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa553c90

net-misc/connman: Stabilize 1.42 arm64, #915638

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42.ebuild 
b/net-misc/connman/connman-1.42.ebuild
index 24f7f86c7c6a..48f3610c5d6a 100644
--- a/net-misc/connman/connman-1.42.ebuild
+++ b/net-misc/connman/connman-1.42.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-10-12 Thread Sam James
commit: 6d155c6fe45a019a47249c150eec9d0ea25d562c
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 12 23:32:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 12 23:32:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d155c6f

net-misc/connman: Stabilize 1.42 ppc64, #915638

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42.ebuild 
b/net-misc/connman/connman-1.42.ebuild
index b6c7183dcec0..24f7f86c7c6a 100644
--- a/net-misc/connman/connman-1.42.ebuild
+++ b/net-misc/connman/connman-1.42.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-10-12 Thread Sam James
commit: 14b19f58680c7aca6d1eacd21380e23a8a44e044
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 12 23:32:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 12 23:32:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b19f58

net-misc/connman: Stabilize 1.42 arm, #915638

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42.ebuild 
b/net-misc/connman/connman-1.42.ebuild
index 55d02f7ec4ab..b6c7183dcec0 100644
--- a/net-misc/connman/connman-1.42.ebuild
+++ b/net-misc/connman/connman-1.42.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-08-08 Thread Ben Kohler
commit: f7870c72ab7ee6d03a5cb1376452ad9b9dcba3c1
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Aug  8 18:05:49 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Aug  8 19:01:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7870c72

net-misc/connman: add 1.42

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 +
 net-misc/connman/connman-1.42.ebuild | 132 +++
 2 files changed, 133 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 0990fde8834d..f633d07aa562 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1,3 @@
+DIST connman-1.42.tar.gz 743965 BLAKE2B 
1d9eeb4c917978df502de684128a3464bbc7f3960878842a3ac27295dc5d049641cd5218a9542055b5d9ab2b6114fb773fc8a173f54dca3afe37109ab58bde35
 SHA512 
98ede28854e5948c8b67c5ba03b156ed9966e9fcda2d39168062873b194a192d12af885c63d9a2cb0b7b5b882b69fdbb0e09c4eb0c6772a76db06de7b9e363d7
 DIST connman-24180d1243bf005c721be6f9d8d6da67bb669c55.tar.gz 744924 BLAKE2B 
87b1b1dc09c483fb69d75c5c43b89492b32d0e0357fb25208c369a446f85641e5e364ce3bd21f0e43c95e06a8578f28dea4b26decb8a0ebf591bf4c44616645f
 SHA512 
dd6eb7684aeac7a07c504de018b6efda2ceab4ff3b66e4942bf8d8a37e1feee609a63a5b9fa73ce3b3582b6949ea3399f8740bcb7dc39885d239610d3b280d0c
 DIST connman-9971144ae862e83f1f5d8cb84c0b62f2542dcdec.tar.gz 743500 BLAKE2B 
513380639f02c103f4e9aca73571e00edc42894e612712c20319c3ee9b8845bff41ce05b17016b52b7d34f09c8f74f877a639fd21455b13a5a2ef1554eb0b093
 SHA512 
bc37dabb13b76e3fa0efd811d664f321b47118d378285dfa06710ec227822c409ed0c60c2f42c00ae081e47ec879ec1b19f784e9fc2346d1d57f6e87550dda22

diff --git a/net-misc/connman/connman-1.42.ebuild 
b/net-misc/connman/connman-1.42.ebuild
new file mode 100644
index ..55d02f7ec4ab
--- /dev/null
+++ b/net-misc/connman/connman-1.42.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+inherit autotools systemd tmpfiles
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND=">=dev-libs/glib-2.16
+   net-libs/gnutls
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0=
+   )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )"
+RDEPEND="${COMMON_DEPEND}
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   l2tp? ( net-dialup/xl2tpd )
+   ofono? ( net-misc/ofono )
+   policykit? ( sys-auth/polkit )
+   wifi? (
+   !iwd? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
+   iwd? ( net-wireless/iwd )
+   )"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
+
+if [ ! -z ${COMMIT} ]; then
+   S=${WORKDIR}/${PN}-${COMMIT}
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+
+   cp "${FILESDIR}"/connman.initd2 "${T}"
+   if use iwd; then
+   sed -i \
+   -e "s/need dbus/need dbus iwd/" \
+   -e '/start-stop-daemon --start/ s/ -- / -- 
--wifi=iwd_agent /' \
+   "${T}"/connman.initd2 || die
+   sed -i \
+   -e "/^ExecStart/ s/$/ --wifi=iwd_agent/" \
+   src/connman.service.in || die
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-05-30 Thread Arthur Zamarin
commit: d9767c5b21599911c99c8945b6a5a9fb66b46a98
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May 30 16:51:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May 30 16:51:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9767c5b

net-misc/connman: Stabilize 1.42_pre20230411 arm64, #907274

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/connman/connman-1.42_pre20230411.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230411.ebuild 
b/net-misc/connman/connman-1.42_pre20230411.ebuild
index ee5add040cd4..f30ba8c349dd 100644
--- a/net-misc/connman/connman-1.42_pre20230411.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230411.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-05-28 Thread Sam James
commit: b8d8aa8335e2f80d9099315950d16cfc1a11448b
Author: Sam James  gentoo  org>
AuthorDate: Sun May 28 11:55:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 28 11:55:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d8aa83

net-misc/connman: Stabilize 1.42_pre20230411 arm, #907274

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20230411.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230411.ebuild 
b/net-misc/connman/connman-1.42_pre20230411.ebuild
index 72773e802a31..ee5add040cd4 100644
--- a/net-misc/connman/connman-1.42_pre20230411.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230411.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-05-28 Thread Sam James
commit: a9b92b4d5ac575ac655124f28cda2501219e52a4
Author: Sam James  gentoo  org>
AuthorDate: Sun May 28 11:35:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 28 11:35:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b92b4d

net-misc/connman: Stabilize 1.42_pre20230411 ppc64, #907274

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20230411.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230411.ebuild 
b/net-misc/connman/connman-1.42_pre20230411.ebuild
index 3c33b45a16dd..72773e802a31 100644
--- a/net-misc/connman/connman-1.42_pre20230411.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230411.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-05-28 Thread Sam James
commit: 4220e0014a98bad71a64e1433116ff4b9f9cf287
Author: Sam James  gentoo  org>
AuthorDate: Sun May 28 11:35:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 28 11:35:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4220e001

net-misc/connman: Stabilize 1.42_pre20230411 ppc, #907274

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20230411.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230411.ebuild 
b/net-misc/connman/connman-1.42_pre20230411.ebuild
index bc5188fd2315..3c33b45a16dd 100644
--- a/net-misc/connman/connman-1.42_pre20230411.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230411.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-05-28 Thread Joonas Niilola
commit: c236270f9935f5775753b874b7087c052081712c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun May 28 07:10:58 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun May 28 07:11:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c236270f

net-misc/connman: Stabilize 1.42_pre20230411 x86, #907274

Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/connman/connman-1.42_pre20230411.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230411.ebuild 
b/net-misc/connman/connman-1.42_pre20230411.ebuild
index 5a0c9f9b1898..bc5188fd2315 100644
--- a/net-misc/connman/connman-1.42_pre20230411.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230411.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-05-28 Thread Joonas Niilola
commit: fd0679c18b24fc2dd68e199e203595b9b9cc287c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun May 28 07:10:40 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun May 28 07:11:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0679c1

net-misc/connman: Stabilize 1.42_pre20230411 amd64, #907274

Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/connman/connman-1.42_pre20230411.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230411.ebuild 
b/net-misc/connman/connman-1.42_pre20230411.ebuild
index 3bc9dfd2dc65..5a0c9f9b1898 100644
--- a/net-misc/connman/connman-1.42_pre20230411.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230411.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-04-24 Thread Ben Kohler
commit: 42986c0de4c923bb318ca7ed2d99753f5ae2ee18
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Apr 24 15:26:49 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Apr 24 15:32:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42986c0d

net-misc/connman: sync ebuild changes to , unify a bit more

Signed-off-by: Ben Kohler  gentoo.org>

 .../connman/connman-1.42_pre20230116-r2.ebuild |  5 +-
 net-misc/connman/connman-.ebuild   | 75 --
 2 files changed, 58 insertions(+), 22 deletions(-)

diff --git a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild 
b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
index 251c12ba31e8..9d426a8103da 100644
--- a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
@@ -53,7 +53,10 @@ DEPEND="${COMMON_DEPEND}
>=sys-kernel/linux-headers-2.6.39"
 
 PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
-S=${WORKDIR}/${PN}-${COMMIT}
+
+if [ ! -z ${COMMIT} ]; then
+   S=${WORKDIR}/${PN}-${COMMIT}
+fi
 
 src_prepare() {
default

diff --git a/net-misc/connman/connman-.ebuild 
b/net-misc/connman/connman-.ebuild
index 9f0547208dca..7e8c30b36e79 100644
--- a/net-misc/connman/connman-.ebuild
+++ b/net-misc/connman/connman-.ebuild
@@ -1,15 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 inherit autotools systemd tmpfiles
 
+COMMIT=""
+
 if [[ ${PV} == ** ]]; then
inherit git-r3

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
-   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"
@@ -24,36 +26,56 @@ wispr"
 
 REQUIRED_USE="^^ ( iptables nftables )"
 BDEPEND="virtual/pkgconfig"
-RDEPEND=">=dev-libs/glib-2.16
+COMMON_DEPEND=">=dev-libs/glib-2.16
+   net-libs/gnutls
>=sys-apps/dbus-1.2.24
sys-libs/readline:0=
-   bluetooth? ( net-wireless/bluez )
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   iwd? ( net-wireless/iwd )
-   l2tp? ( net-dialup/xl2tpd )
nftables? (
>=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0= )
-   ofono? ( net-misc/ofono )
+   >=net-libs/libmnl-1.0.0:0=
+   )
openconnect? ( net-vpn/openconnect )
openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
pptp? ( net-dialup/pptpclient )
vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )"
+RDEPEND="${COMMON_DEPEND}
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   l2tp? ( net-dialup/xl2tpd )
+   ofono? ( net-misc/ofono )
+   policykit? ( sys-auth/polkit )
+   wifi? (
+   !iwd? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
+   iwd? ( net-wireless/iwd )
+   )"
+DEPEND="${COMMON_DEPEND}
>=sys-kernel/linux-headers-2.6.39"
 
+PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
+
+if [ ! -z ${COMMIT} ]; then
+   S=${WORKDIR}/${PN}-${COMMIT}
+fi
+
 src_prepare() {
default
eautoreconf
+
+   cp "${FILESDIR}"/connman.initd2 "${T}"
+   if use iwd; then
+   sed -i \
+   -e "s/need dbus/need dbus iwd/" \
+   -e '/start-stop-daemon --start/ s/ -- / -- 
--wifi=iwd_agent /' \
+   "${T}"/connman.initd2 || die
+   sed -i \
+   -e "/^ExecStart/ s/$/ --wifi=iwd_agent/" \
+   src/connman.service.in || die
+   fi
 }
 
 src_configure() {
-   econf \
+   local myeconfargs=(
--localstatedir=/var \
--runstatedir=/run \
--with-systemdunitdir=$(systemd_get_systemunitdir) \
@@ -65,7 +87,6 @@ src_configure() {
$(use_enable debug) \
$(use_enable ethernet ethernet builtin) \
$(use_enable examples test) \
-   $(use_enable iwd) \
$(use_enable l2tp l2tp builtin) \
$(use_enable networkmanager nmcompat) \
$(use_enable ofono ofono builtin) \
@@ -75,12 +96,24 @@ src_configure() {
$(use_enable pptp pptp builtin) \
$(use_enable tools) \
$(use_enable vpnc vpnc builtin) \
-   

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-04-24 Thread Ben Kohler
commit: 50729f0a454142f0b34c1f4748fd9592e889d08f
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Apr 24 15:30:54 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Apr 24 15:32:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50729f0a

net-misc/connman: add 1.42_pre20230411

Closes: https://bugs.gentoo.org/904848

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 +
 net-misc/connman/connman-1.42_pre20230411.ebuild | 134 +++
 2 files changed, 135 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index bde1d8636323..0990fde8834d 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1 +1,2 @@
+DIST connman-24180d1243bf005c721be6f9d8d6da67bb669c55.tar.gz 744924 BLAKE2B 
87b1b1dc09c483fb69d75c5c43b89492b32d0e0357fb25208c369a446f85641e5e364ce3bd21f0e43c95e06a8578f28dea4b26decb8a0ebf591bf4c44616645f
 SHA512 
dd6eb7684aeac7a07c504de018b6efda2ceab4ff3b66e4942bf8d8a37e1feee609a63a5b9fa73ce3b3582b6949ea3399f8740bcb7dc39885d239610d3b280d0c
 DIST connman-9971144ae862e83f1f5d8cb84c0b62f2542dcdec.tar.gz 743500 BLAKE2B 
513380639f02c103f4e9aca73571e00edc42894e612712c20319c3ee9b8845bff41ce05b17016b52b7d34f09c8f74f877a639fd21455b13a5a2ef1554eb0b093
 SHA512 
bc37dabb13b76e3fa0efd811d664f321b47118d378285dfa06710ec227822c409ed0c60c2f42c00ae081e47ec879ec1b19f784e9fc2346d1d57f6e87550dda22

diff --git a/net-misc/connman/connman-1.42_pre20230411.ebuild 
b/net-misc/connman/connman-1.42_pre20230411.ebuild
new file mode 100644
index ..3bc9dfd2dc65
--- /dev/null
+++ b/net-misc/connman/connman-1.42_pre20230411.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+inherit autotools systemd tmpfiles
+
+COMMIT=24180d1243bf005c721be6f9d8d6da67bb669c55
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND=">=dev-libs/glib-2.16
+   net-libs/gnutls
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0=
+   )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )"
+RDEPEND="${COMMON_DEPEND}
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   l2tp? ( net-dialup/xl2tpd )
+   ofono? ( net-misc/ofono )
+   policykit? ( sys-auth/polkit )
+   wifi? (
+   !iwd? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
+   iwd? ( net-wireless/iwd )
+   )"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
+
+if [ ! -z ${COMMIT} ]; then
+   S=${WORKDIR}/${PN}-${COMMIT}
+fi
+
+src_prepare() {
+   default
+   eautoreconf
+
+   cp "${FILESDIR}"/connman.initd2 "${T}"
+   if use iwd; then
+   sed -i \
+   -e "s/need dbus/need dbus iwd/" \
+   -e '/start-stop-daemon --start/ s/ -- / -- 
--wifi=iwd_agent /' \
+   "${T}"/connman.initd2 || die
+   sed -i \
+   -e "/^ExecStart/ s/$/ --wifi=iwd_agent/" \
+   src/connman.service.in || die
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-03-31 Thread Ben Kohler
commit: e0948cb5fc3e5289c6e077707ba97e92b86fd6a4
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Mar 31 12:17:55 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Mar 31 12:57:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0948cb5

net-misc/connman: drop 1.42_pre20220828-r1, 1.42_pre20221103

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest  |   2 -
 .../connman/connman-1.42_pre20220828-r1.ebuild | 111 -
 net-misc/connman/connman-1.42_pre20221103.ebuild   | 111 -
 3 files changed, 224 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 0f851994e08c..bde1d8636323 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,3 +1 @@
-DIST connman-82ce08135a14ef4ab5b5b60f1e426a26b9fc72fc.tar.gz 742300 BLAKE2B 
90d6332ce6ee29ee313b6e83cb4c77982bfff02bf358cf066df7a77cfacfaaeb6b06315f7452a86b33a7351adb7883a608020010834604f94ae4671d72e268b4
 SHA512 
35c95b9544ee204bf57df3ff4258f3454a3d34e4fff2fe19d74df2fead8956c919fe5ecde7554b22c32504a32b15adb5c0d858457acdf21f4d2df766d4a0de4b
 DIST connman-9971144ae862e83f1f5d8cb84c0b62f2542dcdec.tar.gz 743500 BLAKE2B 
513380639f02c103f4e9aca73571e00edc42894e612712c20319c3ee9b8845bff41ce05b17016b52b7d34f09c8f74f877a639fd21455b13a5a2ef1554eb0b093
 SHA512 
bc37dabb13b76e3fa0efd811d664f321b47118d378285dfa06710ec227822c409ed0c60c2f42c00ae081e47ec879ec1b19f784e9fc2346d1d57f6e87550dda22
-DIST connman-cb05780d86c39cfb5e6d9ac2b288bf3244a95d57.tar.gz 738675 BLAKE2B 
d2c8ee587bdf045e4438a5c4c48475a5ba8ae390032dbdee44ed884273d741e290fcaeb5cee1025a7dec1f7f7034cf01d3e074d08004024dc541bff1b729627c
 SHA512 
3d49f7fad6044c080a5805cc35dbecbdf916d66a2ace0246631936fbf46d80fcfff960df79a8471069caa00975dd74f5fcc17812811ce9c93919e2947ef23f6d

diff --git a/net-misc/connman/connman-1.42_pre20220828-r1.ebuild 
b/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
deleted file mode 100644
index 7bd768066253..
--- a/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit autotools systemd tmpfiles
-
-COMMIT=cb05780d86c39cfb5e6d9ac2b288bf3244a95d57
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
-else
-   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
-+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
-wispr"
-
-REQUIRED_USE="^^ ( iptables nftables )"
-BDEPEND="virtual/pkgconfig"
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   sys-libs/readline:0=
-   bluetooth? ( net-wireless/bluez )
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   iwd? ( net-wireless/iwd )
-   l2tp? ( net-dialup/xl2tpd )
-   nftables? (
-   >=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0= )
-   ofono? ( net-misc/ofono )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.39"
-
-PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
-S=${WORKDIR}/${PN}-${COMMIT}
-
-src_prepare() {
-   default
-   eautoreconf
-
-   cp "${FILESDIR}"/${PN}.initd2 "${T}"
-   if use iwd; then
-   sed -i -e "s/need dbus/need dbus iwd/" "${T}"/${PN}.initd2 || 
die
-   fi
-}
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   --runstatedir=/run \
-   --with-systemdunitdir=$(systemd_get_systemunitdir) \
-   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable bluetooth bluetooth builtin) \
-   $(use_enable debug) \
-   $(use_enable ethernet ethernet builtin) \
-   $(use_enable examples test) \
-   $(use_enable iwd) \
-   $(use_enable l2tp l2tp builtin) \
-   $(use_enable networkmanager nmcompat) \
-   $(use_enable ofono ofono builtin) \
-   $(use_enable openconnect openconnect 

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-03-30 Thread Sam James
commit: fc5c247da26871228ce891719d95d40556ca0767
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 30 21:10:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 30 21:10:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5c247d

net-misc/connman: Stabilize 1.42_pre20230116-r2 arm64, #903599

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20230116-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild 
b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
index 516bfb69f3bb..251c12ba31e8 100644
--- a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-03-30 Thread Sam James
commit: de0d17db8f6394f3c7d38b3b5e2af17ad76b73b7
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 30 17:10:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 30 17:10:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0d17db

net-misc/connman: Stabilize 1.42_pre20230116-r2 x86, #903599

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20230116-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild 
b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
index 9b8936549d9f..516bfb69f3bb 100644
--- a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-03-30 Thread Sam James
commit: df91b62391424a56553f3acb57de56bc22f7bed2
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 30 17:10:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 30 17:10:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df91b623

net-misc/connman: Stabilize 1.42_pre20230116-r2 amd64, #903599

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20230116-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild 
b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
index f56ac3d02748..9b8936549d9f 100644
--- a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="~amd64 arm ~arm64 ~loong ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-03-30 Thread Arthur Zamarin
commit: dc1e5c8354adc7fd08d086abef8827db1793be85
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 30 17:07:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 30 17:07:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1e5c83

net-misc/connman: Stabilize 1.42_pre20230116-r2 arm, #903599

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/connman/connman-1.42_pre20230116-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild 
b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
index decbd8b252d7..f56ac3d02748 100644
--- a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~loong ppc ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-03-30 Thread Sam James
commit: f6e009a5aa2b2c9a179c70193512a9854cc328c1
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 30 16:38:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 30 16:38:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e009a5

net-misc/connman: Stabilize 1.42_pre20230116-r2 ppc64, #903599

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20230116-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild 
b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
index 4bb6ebcf20d8..decbd8b252d7 100644
--- a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-03-30 Thread Arthur Zamarin
commit: af3cca8854b65a7ffe5949d7dc8a435b5c4b6ef7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 30 16:29:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 30 16:29:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3cca88

net-misc/connman: Stabilize 1.42_pre20230116-r2 ppc, #903599

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/connman/connman-1.42_pre20230116-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild 
b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
index d1dc59e3b63c..4bb6ebcf20d8 100644
--- a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-02-28 Thread Ben Kohler
commit: cd6dc648847c71be099f47a2304e131c5249fe43
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Feb 28 15:39:58 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Feb 28 15:40:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6dc648

net-misc/connman: move iwd cmdline parameter from conf.d to init.d

Bug: https://bugs.gentoo.org/897742

Signed-off-by: Ben Kohler  gentoo.org>

 ...2_pre20230116-r1.ebuild => connman-1.42_pre20230116-r2.ebuild} | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/net-misc/connman/connman-1.42_pre20230116-r1.ebuild 
b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
similarity index 94%
rename from net-misc/connman/connman-1.42_pre20230116-r1.ebuild
rename to net-misc/connman/connman-1.42_pre20230116-r2.ebuild
index 2f464d316e0d..d1dc59e3b63c 100644
--- a/net-misc/connman/connman-1.42_pre20230116-r1.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild
@@ -59,14 +59,12 @@ src_prepare() {
default
eautoreconf
 
-   cp "${FILESDIR}"/connman.initd2 "${FILESDIR}"/connman.confd "${T}"
+   cp "${FILESDIR}"/connman.initd2 "${T}"
if use iwd; then
sed -i \
-e "s/need dbus/need dbus iwd/" \
+   -e '/start-stop-daemon --start/ s/ -- / -- 
--wifi=iwd_agent /' \
"${T}"/connman.initd2 || die
-   sed -i \
-   -e 's/CONNMAN_OPTS=""/CONNMAN_OPTS="--wifi=iwd_agent"/' 
\
-   "${T}"/connman.confd || die
sed -i \
-e "/^ExecStart/ s/$/ --wifi=iwd_agent/" \
src/connman.service.in || die
@@ -125,7 +123,7 @@ src_install() {
keepdir /usr/lib/${PN}/scripts
keepdir /var/lib/${PN}
newinitd "${T}"/${PN}.initd2 ${PN}
-   newconfd "${T}"/${PN}.confd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-02-28 Thread Ben Kohler
commit: 75ad9ddbf2941707168df619a58bcc10a04a913a
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Feb 28 15:05:14 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Feb 28 15:05:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ad9ddb

net-misc/connman: actually install modified conf.d file for USE=iwd

Bug: https://bugs.gentoo.org/897742

Signed-off-by: Ben Kohler  gentoo.org>

 ...nnman-1.42_pre20230116.ebuild => connman-1.42_pre20230116-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20230116.ebuild 
b/net-misc/connman/connman-1.42_pre20230116-r1.ebuild
similarity index 98%
rename from net-misc/connman/connman-1.42_pre20230116.ebuild
rename to net-misc/connman/connman-1.42_pre20230116-r1.ebuild
index 140c2c70f514..2f464d316e0d 100644
--- a/net-misc/connman/connman-1.42_pre20230116.ebuild
+++ b/net-misc/connman/connman-1.42_pre20230116-r1.ebuild
@@ -125,7 +125,7 @@ src_install() {
keepdir /usr/lib/${PN}/scripts
keepdir /var/lib/${PN}
newinitd "${T}"/${PN}.initd2 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   newconfd "${T}"/${PN}.confd ${PN}
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2023-02-26 Thread Ben Kohler
commit: ecc7f72c31b5e952a1214f09d6ede36efe900820
Author: Ben Kohler  gentoo  org>
AuthorDate: Sun Feb 26 15:05:48 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sun Feb 26 15:08:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc7f72c

net-misc/connman: new snapshot, rework wifi flags, rework deps

Wifi flag logic now matcheshow NM works. USE="wifi -iwd" for wpa_supplicant
backend, USE="wifi iwd" for iwd backend.

Several deps were moved to runtime-only.

Bug: https://bugs.gentoo.org/897742

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 +
 net-misc/connman/connman-1.42_pre20230116.ebuild | 133 +++
 2 files changed, 134 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index e8026cf6a74d..0f851994e08c 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1,3 @@
 DIST connman-82ce08135a14ef4ab5b5b60f1e426a26b9fc72fc.tar.gz 742300 BLAKE2B 
90d6332ce6ee29ee313b6e83cb4c77982bfff02bf358cf066df7a77cfacfaaeb6b06315f7452a86b33a7351adb7883a608020010834604f94ae4671d72e268b4
 SHA512 
35c95b9544ee204bf57df3ff4258f3454a3d34e4fff2fe19d74df2fead8956c919fe5ecde7554b22c32504a32b15adb5c0d858457acdf21f4d2df766d4a0de4b
+DIST connman-9971144ae862e83f1f5d8cb84c0b62f2542dcdec.tar.gz 743500 BLAKE2B 
513380639f02c103f4e9aca73571e00edc42894e612712c20319c3ee9b8845bff41ce05b17016b52b7d34f09c8f74f877a639fd21455b13a5a2ef1554eb0b093
 SHA512 
bc37dabb13b76e3fa0efd811d664f321b47118d378285dfa06710ec227822c409ed0c60c2f42c00ae081e47ec879ec1b19f784e9fc2346d1d57f6e87550dda22
 DIST connman-cb05780d86c39cfb5e6d9ac2b288bf3244a95d57.tar.gz 738675 BLAKE2B 
d2c8ee587bdf045e4438a5c4c48475a5ba8ae390032dbdee44ed884273d741e290fcaeb5cee1025a7dec1f7f7034cf01d3e074d08004024dc541bff1b729627c
 SHA512 
3d49f7fad6044c080a5805cc35dbecbdf916d66a2ace0246631936fbf46d80fcfff960df79a8471069caa00975dd74f5fcc17812811ce9c93919e2947ef23f6d

diff --git a/net-misc/connman/connman-1.42_pre20230116.ebuild 
b/net-misc/connman/connman-1.42_pre20230116.ebuild
new file mode 100644
index ..140c2c70f514
--- /dev/null
+++ b/net-misc/connman/connman-1.42_pre20230116.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+inherit autotools systemd tmpfiles
+
+COMMIT=9971144ae862e83f1f5d8cb84c0b62f2542dcdec
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+COMMON_DEPEND=">=dev-libs/glib-2.16
+   net-libs/gnutls
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0=
+   )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )"
+RDEPEND="${COMMON_DEPEND}
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   l2tp? ( net-dialup/xl2tpd )
+   ofono? ( net-misc/ofono )
+   policykit? ( sys-auth/polkit )
+   wifi? (
+   !iwd? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] )
+   iwd? ( net-wireless/iwd )
+   )"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
+S=${WORKDIR}/${PN}-${COMMIT}
+
+src_prepare() {
+   default
+   eautoreconf
+
+   cp "${FILESDIR}"/connman.initd2 "${FILESDIR}"/connman.confd "${T}"
+   if use iwd; then
+   sed -i \
+   -e "s/need dbus/need dbus iwd/" \
+   "${T}"/connman.initd2 || die
+   sed -i \
+   -e 's/CONNMAN_OPTS=""/CONNMAN_OPTS="--wifi=iwd_agent"/' 
\
+   "${T}"/connman.confd || die
+   sed -i \
+   -e "/^ExecStart/ s/$/ --wifi=iwd_agent/" \
+   src/connman.service.in || die
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-json-client/

2023-01-10 Thread Ben Kohler
commit: 54a6d6ed01cdeb935a31337d7128dd88a615a8f8
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jan 10 16:03:39 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jan 10 16:03:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a6d6ed

net-misc/connman-json-client: add github upstream metadata

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman-json-client/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/connman-json-client/metadata.xml 
b/net-misc/connman-json-client/metadata.xml
index da20bb112a7c..3c116b1665f6 100644
--- a/net-misc/connman-json-client/metadata.xml
+++ b/net-misc/connman-json-client/metadata.xml
@@ -5,4 +5,7 @@
bkoh...@gentoo.org
Ben Kohler
 
+
+   eurogiciel-oss/connman-json-client
+
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/

2023-01-10 Thread Ben Kohler
commit: 9b73d4e40466199351d8d28baf871add0600a06b
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jan 10 16:03:23 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jan 10 16:03:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b73d4e4

net-misc/connman-notify: add gitlab upstream metadata

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman-notify/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/connman-notify/metadata.xml 
b/net-misc/connman-notify/metadata.xml
index da20bb112a7c..4a77a7f66f54 100644
--- a/net-misc/connman-notify/metadata.xml
+++ b/net-misc/connman-notify/metadata.xml
@@ -5,4 +5,7 @@
bkoh...@gentoo.org
Ben Kohler
 
+
+   wavexx/connman-notify
+
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-12-30 Thread Sam James
commit: 983ef7db3efb4080112a6aaeec20417f00fa0fce
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 30 18:04:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 30 18:04:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983ef7db

net-misc/connman: Stabilize 1.42_pre20221103 arm64, #888992

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20221103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20221103.ebuild 
b/net-misc/connman/connman-1.42_pre20221103.ebuild
index f2162bf6d2c8..c6097e78c025 100644
--- a/net-misc/connman/connman-1.42_pre20221103.ebuild
+++ b/net-misc/connman/connman-1.42_pre20221103.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-12-30 Thread Sam James
commit: 3c846dba29072a63cc5076b31b5adc5b0c1c1844
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 30 18:04:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 30 18:04:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c846dba

net-misc/connman: Stabilize 1.42_pre20221103 ppc64, #888992

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20221103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20221103.ebuild 
b/net-misc/connman/connman-1.42_pre20221103.ebuild
index c6097e78c025..b8d1f42fca68 100644
--- a/net-misc/connman/connman-1.42_pre20221103.ebuild
+++ b/net-misc/connman/connman-1.42_pre20221103.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-12-30 Thread Sam James
commit: a0a5b5e1ebc6e9df5979aba386ddad89baf35d5a
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 30 18:04:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 30 18:04:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a5b5e1

net-misc/connman: Stabilize 1.42_pre20221103 amd64, #888992

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20221103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20221103.ebuild 
b/net-misc/connman/connman-1.42_pre20221103.ebuild
index abf4be3071ca..7a5dfc134ee8 100644
--- a/net-misc/connman/connman-1.42_pre20221103.ebuild
+++ b/net-misc/connman/connman-1.42_pre20221103.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-12-30 Thread Sam James
commit: d9a2d1737a8a3959a3104b18e72f454e5e1c2f60
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 30 18:04:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 30 18:04:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a2d173

net-misc/connman: Stabilize 1.42_pre20221103 x86, #888992

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20221103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20221103.ebuild 
b/net-misc/connman/connman-1.42_pre20221103.ebuild
index 7a5dfc134ee8..75d1edbbb8f0 100644
--- a/net-misc/connman/connman-1.42_pre20221103.ebuild
+++ b/net-misc/connman/connman-1.42_pre20221103.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-12-30 Thread Sam James
commit: 0e3b3595b99ef4d8cbf0294c65fcf912d8e349ce
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 30 18:04:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 30 18:04:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3b3595

net-misc/connman: Stabilize 1.42_pre20221103 arm, #888992

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20221103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20221103.ebuild 
b/net-misc/connman/connman-1.42_pre20221103.ebuild
index 75d1edbbb8f0..f2162bf6d2c8 100644
--- a/net-misc/connman/connman-1.42_pre20221103.ebuild
+++ b/net-misc/connman/connman-1.42_pre20221103.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm ~arm64 ~loong ppc ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-12-30 Thread Sam James
commit: d15476c0b164670e95d11b9f95737691cb965bde
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 30 17:09:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 30 17:09:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15476c0

net-misc/connman: Stabilize 1.42_pre20221103 ppc, #888992

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20221103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20221103.ebuild 
b/net-misc/connman/connman-1.42_pre20221103.ebuild
index cbdaaa4a6078..abf4be3071ca 100644
--- a/net-misc/connman/connman-1.42_pre20221103.ebuild
+++ b/net-misc/connman/connman-1.42_pre20221103.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-11-24 Thread WANG Xuerui
commit: ac8cb10db22dfd1aaa7772cb2f8c9b7656eb519f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Nov 24 07:20:00 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Nov 24 12:00:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8cb10d

net-misc/connman: keyword 1.42_pre20221103 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-misc/connman/connman-1.42_pre20221103.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20221103.ebuild 
b/net-misc/connman/connman-1.42_pre20221103.ebuild
index 5d2e2518c721..cbdaaa4a6078 100644
--- a/net-misc/connman/connman-1.42_pre20221103.ebuild
+++ b/net-misc/connman/connman-1.42_pre20221103.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-11-20 Thread Ben Kohler
commit: 5ac0ca321362247ccb4636aa042889e0ab9c76b4
Author: Ben Kohler  gentoo  org>
AuthorDate: Sun Nov 20 15:18:54 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sun Nov 20 15:19:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac0ca32

net-misc/connman: add 1.42_pre20221103

Closes: https://bugs.gentoo.org/882101
Closes: https://bugs.gentoo.org/871396

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 +
 net-misc/connman/connman-1.42_pre20221103.ebuild | 111 +++
 2 files changed, 112 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 05bbca7fd852..e8026cf6a74d 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1 +1,2 @@
+DIST connman-82ce08135a14ef4ab5b5b60f1e426a26b9fc72fc.tar.gz 742300 BLAKE2B 
90d6332ce6ee29ee313b6e83cb4c77982bfff02bf358cf066df7a77cfacfaaeb6b06315f7452a86b33a7351adb7883a608020010834604f94ae4671d72e268b4
 SHA512 
35c95b9544ee204bf57df3ff4258f3454a3d34e4fff2fe19d74df2fead8956c919fe5ecde7554b22c32504a32b15adb5c0d858457acdf21f4d2df766d4a0de4b
 DIST connman-cb05780d86c39cfb5e6d9ac2b288bf3244a95d57.tar.gz 738675 BLAKE2B 
d2c8ee587bdf045e4438a5c4c48475a5ba8ae390032dbdee44ed884273d741e290fcaeb5cee1025a7dec1f7f7034cf01d3e074d08004024dc541bff1b729627c
 SHA512 
3d49f7fad6044c080a5805cc35dbecbdf916d66a2ace0246631936fbf46d80fcfff960df79a8471069caa00975dd74f5fcc17812811ce9c93919e2947ef23f6d

diff --git a/net-misc/connman/connman-1.42_pre20221103.ebuild 
b/net-misc/connman/connman-1.42_pre20221103.ebuild
new file mode 100644
index ..5d2e2518c721
--- /dev/null
+++ b/net-misc/connman/connman-1.42_pre20221103.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+
+COMMIT=82ce08135a14ef4ab5b5b60f1e426a26b9fc72fc
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
+S=${WORKDIR}/${PN}-${COMMIT}
+
+src_prepare() {
+   default
+   eautoreconf
+
+   cp "${FILESDIR}"/${PN}.initd2 "${T}"
+   if use iwd; then
+   sed -i -e "s/need dbus/need dbus iwd/" "${T}"/${PN}.initd2 || 
die
+   fi
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable 

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-09-27 Thread Ben Kohler
commit: 66f12d93c2c7a5907c75f2ffc9313a5201e013a3
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Sep 27 16:29:25 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Sep 27 16:29:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f12d93

net-misc/connman: drop 1.42_pre20220801, 1.42_pre20220828

Bug: https://bugs.gentoo.org/871924

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 -
 net-misc/connman/connman-1.42_pre20220801.ebuild | 106 ---
 net-misc/connman/connman-1.42_pre20220828.ebuild | 106 ---
 3 files changed, 213 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index ffdff76ce3e4..05bbca7fd852 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1 @@
-DIST connman-363e0ed955f605fb0dc919b7ee149b6071af73ee.tar.gz 738158 BLAKE2B 
05315470fe055b6b42330d3aa6e4286c551f1ce43a63e6952f0f0969d3639275eab62da0d90ff6fd756fcfca37e11d16d4ed834f0cf02e1b8cf75be742cc6a75
 SHA512 
e5a66134f4ee99d03aa4c77082817a4886750434e676eecb394ba1aac0475034cadec66aba27704b173151dce74e92f9e77065bcdef9576c9ed3d3cfc13a1d68
 DIST connman-cb05780d86c39cfb5e6d9ac2b288bf3244a95d57.tar.gz 738675 BLAKE2B 
d2c8ee587bdf045e4438a5c4c48475a5ba8ae390032dbdee44ed884273d741e290fcaeb5cee1025a7dec1f7f7034cf01d3e074d08004024dc541bff1b729627c
 SHA512 
3d49f7fad6044c080a5805cc35dbecbdf916d66a2ace0246631936fbf46d80fcfff960df79a8471069caa00975dd74f5fcc17812811ce9c93919e2947ef23f6d

diff --git a/net-misc/connman/connman-1.42_pre20220801.ebuild 
b/net-misc/connman/connman-1.42_pre20220801.ebuild
deleted file mode 100644
index a026beb3e469..
--- a/net-misc/connman/connman-1.42_pre20220801.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit autotools systemd tmpfiles
-
-COMMIT=363e0ed955f605fb0dc919b7ee149b6071af73ee
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
-else
-   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
-+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
-wispr"
-
-REQUIRED_USE="^^ ( iptables nftables )"
-BDEPEND="virtual/pkgconfig"
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   sys-libs/readline:0=
-   bluetooth? ( net-wireless/bluez )
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   iwd? ( net-wireless/iwd )
-   l2tp? ( net-dialup/xl2tpd )
-   nftables? (
-   >=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0= )
-   ofono? ( net-misc/ofono )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.39"
-
-PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
-S=${WORKDIR}/${PN}-${COMMIT}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   --runstatedir=/run \
-   --with-systemdunitdir=$(systemd_get_systemunitdir) \
-   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable bluetooth bluetooth builtin) \
-   $(use_enable debug) \
-   $(use_enable ethernet ethernet builtin) \
-   $(use_enable examples test) \
-   $(use_enable iwd) \
-   $(use_enable l2tp l2tp builtin) \
-   $(use_enable networkmanager nmcompat) \
-   $(use_enable ofono ofono builtin) \
-   $(use_enable openconnect openconnect builtin) \
-   $(use_enable openvpn openvpn builtin) \
-   $(use_enable policykit polkit builtin) \
-   $(use_enable pptp pptp builtin) \
-   $(use_enable tools) \
-   $(use_enable vpnc vpnc builtin) \
-   $(use_enable wifi wifi builtin) \
-   $(use_enable wireguard) \
-   $(use_enable wispr wispr builtin) \
-   --with-firewall=$(usex iptables "iptables" "nftables" ) \
-  

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-09-13 Thread Ben Kohler
commit: 74bcb45716321e8c7dc8f63bda777b579027acf1
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Sep 13 12:59:49 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Sep 13 13:00:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74bcb457

net-misc/connman: fix quoting

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/connman-1.42_pre20220828-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/connman/connman-1.42_pre20220828-r1.ebuild 
b/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
index 3481338abfeb..7bd768066253 100644
--- a/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
+++ b/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
@@ -56,9 +56,9 @@ src_prepare() {
default
eautoreconf
 
-   cp "${FILESDIR}"/${PN}.initd2 ${T}
+   cp "${FILESDIR}"/${PN}.initd2 "${T}"
if use iwd; then
-   sed -i -e "s/need dbus/need dbus iwd/" ${T}/${PN}.initd2 || die
+   sed -i -e "s/need dbus/need dbus iwd/" "${T}"/${PN}.initd2 || 
die
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-09-07 Thread Ben Kohler
commit: af3e847185aac9b74c2fa79ac5f34a9f61028998
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Sep  6 17:27:20 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep  7 13:49:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3e8471

net-misc/connman: add rc dep on iwd when USE=iwd

Signed-off-by: Ben Kohler  gentoo.org>

 .../connman/connman-1.42_pre20220828-r1.ebuild | 111 +
 1 file changed, 111 insertions(+)

diff --git a/net-misc/connman/connman-1.42_pre20220828-r1.ebuild 
b/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
new file mode 100644
index ..3481338abfeb
--- /dev/null
+++ b/net-misc/connman/connman-1.42_pre20220828-r1.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+
+COMMIT=cb05780d86c39cfb5e6d9ac2b288bf3244a95d57
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
+S=${WORKDIR}/${PN}-${COMMIT}
+
+src_prepare() {
+   default
+   eautoreconf
+
+   cp "${FILESDIR}"/${PN}.initd2 ${T}
+   if use iwd; then
+   sed -i -e "s/need dbus/need dbus iwd/" ${T}/${PN}.initd2 || die
+   fi
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable wispr wispr builtin) \
+   --with-firewall=$(usex iptables "iptables" "nftables" ) \
+   --disable-iospm \
+   --disable-hh2serial-gps
+}
+
+src_install() {
+   default
+   dobin client/connmanctl
+
+   if use doc; then
+   dodoc doc/*.txt
+   fi
+   keepdir /usr/lib/${PN}/scripts
+   keepdir /var/lib/${PN}
+   newinitd "${T}"/${PN}.initd2 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}
+
+pkg_postinst() {
+   tmpfiles_process connman_resolvconf.conf
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-08-28 Thread Ben Kohler
commit: e7f443ab9d94395389b54a91dc258679ad4e02c7
Author: Ben Kohler  gentoo  org>
AuthorDate: Sun Aug 28 20:41:00 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sun Aug 28 20:41:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f443ab

net-misc/connman: add 1.42_pre20220828

Bug: https://bugs.gentoo.org/865621

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 +
 net-misc/connman/connman-1.42_pre20220828.ebuild | 106 +++
 2 files changed, 107 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index c3af10912025..ffdff76ce3e4 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1 +1,2 @@
 DIST connman-363e0ed955f605fb0dc919b7ee149b6071af73ee.tar.gz 738158 BLAKE2B 
05315470fe055b6b42330d3aa6e4286c551f1ce43a63e6952f0f0969d3639275eab62da0d90ff6fd756fcfca37e11d16d4ed834f0cf02e1b8cf75be742cc6a75
 SHA512 
e5a66134f4ee99d03aa4c77082817a4886750434e676eecb394ba1aac0475034cadec66aba27704b173151dce74e92f9e77065bcdef9576c9ed3d3cfc13a1d68
+DIST connman-cb05780d86c39cfb5e6d9ac2b288bf3244a95d57.tar.gz 738675 BLAKE2B 
d2c8ee587bdf045e4438a5c4c48475a5ba8ae390032dbdee44ed884273d741e290fcaeb5cee1025a7dec1f7f7034cf01d3e074d08004024dc541bff1b729627c
 SHA512 
3d49f7fad6044c080a5805cc35dbecbdf916d66a2ace0246631936fbf46d80fcfff960df79a8471069caa00975dd74f5fcc17812811ce9c93919e2947ef23f6d

diff --git a/net-misc/connman/connman-1.42_pre20220828.ebuild 
b/net-misc/connman/connman-1.42_pre20220828.ebuild
new file mode 100644
index ..b63e300c6add
--- /dev/null
+++ b/net-misc/connman/connman-1.42_pre20220828.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+
+COMMIT=cb05780d86c39cfb5e6d9ac2b288bf3244a95d57
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
+S=${WORKDIR}/${PN}-${COMMIT}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable wispr wispr builtin) \
+   --with-firewall=$(usex iptables "iptables" "nftables" ) \
+   --disable-iospm \
+   --disable-hh2serial-gps
+}
+
+src_install() {
+   default
+

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-08-16 Thread Ben Kohler
commit: 8f58f41039c03a297583f4dc86d1eee73c0bc9fc
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Aug 16 15:09:25 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Aug 16 15:10:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f58f410

net-misc/connman: drop 1.41-r1

Bug: https://bugs.gentoo.org/863425

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest   |   1 -
 net-misc/connman/connman-1.41-r1.ebuild | 103 
 2 files changed, 104 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 18375e3ead69..c3af10912025 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1 @@
-DIST connman-1.41.tar.xz 758556 BLAKE2B 
45e522d4a3a8d1a2f8eb21612d85435020f51387d4285da65da56d022df2d521f81a782af82387bdede8b71bdc591b9ffb8b79e1b1dd9d1d83ffa96eede9c1bd
 SHA512 
b7880d908635ab9350c12e207213d20b11c1a50afcb93ae92e1fc57d4345bf792afe1a5534650e18b8cd05a3766ce9993083b2d659e49f87b867e6f2c1a83b2d
 DIST connman-363e0ed955f605fb0dc919b7ee149b6071af73ee.tar.gz 738158 BLAKE2B 
05315470fe055b6b42330d3aa6e4286c551f1ce43a63e6952f0f0969d3639275eab62da0d90ff6fd756fcfca37e11d16d4ed834f0cf02e1b8cf75be742cc6a75
 SHA512 
e5a66134f4ee99d03aa4c77082817a4886750434e676eecb394ba1aac0475034cadec66aba27704b173151dce74e92f9e77065bcdef9576c9ed3d3cfc13a1d68

diff --git a/net-misc/connman/connman-1.41-r1.ebuild 
b/net-misc/connman/connman-1.41-r1.ebuild
deleted file mode 100644
index d43b15fe372c..
--- a/net-misc/connman/connman-1.41-r1.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit autotools systemd tmpfiles
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
-else
-   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
-+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
-wispr"
-
-REQUIRED_USE="^^ ( iptables nftables )"
-BDEPEND="virtual/pkgconfig"
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   sys-libs/readline:0=
-   bluetooth? ( net-wireless/bluez )
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   iwd? ( net-wireless/iwd )
-   l2tp? ( net-dialup/xl2tpd )
-   nftables? (
-   >=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0= )
-   ofono? ( net-misc/ofono )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.39"
-
-PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   --runstatedir=/run \
-   --with-systemdunitdir=$(systemd_get_systemunitdir) \
-   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable bluetooth bluetooth builtin) \
-   $(use_enable debug) \
-   $(use_enable ethernet ethernet builtin) \
-   $(use_enable examples test) \
-   $(use_enable iwd) \
-   $(use_enable l2tp l2tp builtin) \
-   $(use_enable networkmanager nmcompat) \
-   $(use_enable ofono ofono builtin) \
-   $(use_enable openconnect openconnect builtin) \
-   $(use_enable openvpn openvpn builtin) \
-   $(use_enable policykit polkit builtin) \
-   $(use_enable pptp pptp builtin) \
-   $(use_enable tools) \
-   $(use_enable vpnc vpnc builtin) \
-   $(use_enable wifi wifi builtin) \
-   $(use_enable wireguard) \
-   $(use_enable wispr wispr builtin) \
-   --with-firewall=$(usex iptables "iptables" "nftables" ) \
-   --disable-iospm \
-   --disable-hh2serial-gps
-}
-
-src_install() {
-   default
-   dobin client/connmanctl
-
-   if use doc; then
-   dodoc doc/*.txt
-   fi
-   keepdir /usr/lib/${PN}/scripts
-   keepdir /var/lib/${PN}
-   newinitd 

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-08-16 Thread Sam James
commit: fb894d9b2474061e65bd065e69642ca8ea2c0cee
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 16 15:05:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 16 15:05:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb894d9b

net-misc/connman: Stabilize 1.42_pre20220801 x86, #865261

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20220801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20220801.ebuild 
b/net-misc/connman/connman-1.42_pre20220801.ebuild
index c0a7ed478011..a026beb3e469 100644
--- a/net-misc/connman/connman-1.42_pre20220801.ebuild
+++ b/net-misc/connman/connman-1.42_pre20220801.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-08-16 Thread Agostino Sarubbo
commit: 99e0a88c66f5c9779bfe72a168fcd5a049cdf48f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 16 07:46:58 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 16 07:46:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e0a88c

net-misc/connman: ppc64 stable wrt bug #865261

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/connman/connman-1.42_pre20220801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20220801.ebuild 
b/net-misc/connman/connman-1.42_pre20220801.ebuild
index 17970903090b..c0a7ed478011 100644
--- a/net-misc/connman/connman-1.42_pre20220801.ebuild
+++ b/net-misc/connman/connman-1.42_pre20220801.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-08-16 Thread Agostino Sarubbo
commit: 022925dbb0bd6aead03f803f0a36425f8b1aad5d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 16 07:45:44 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 16 07:45:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022925db

net-misc/connman: ppc stable wrt bug #865261

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/connman/connman-1.42_pre20220801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20220801.ebuild 
b/net-misc/connman/connman-1.42_pre20220801.ebuild
index 5426e59848a7..17970903090b 100644
--- a/net-misc/connman/connman-1.42_pre20220801.ebuild
+++ b/net-misc/connman/connman-1.42_pre20220801.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-08-16 Thread Agostino Sarubbo
commit: 66ec329d16bf9f2105fc082020c96b1f9621e00b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 16 07:44:46 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 16 07:44:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ec329d

net-misc/connman: arm64 stable wrt bug #865261

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/connman/connman-1.42_pre20220801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20220801.ebuild 
b/net-misc/connman/connman-1.42_pre20220801.ebuild
index b9f1261998ac..5426e59848a7 100644
--- a/net-misc/connman/connman-1.42_pre20220801.ebuild
+++ b/net-misc/connman/connman-1.42_pre20220801.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-08-16 Thread Agostino Sarubbo
commit: e4d2dab201fd86a70239b48c6c5725955dae0863
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 16 07:43:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 16 07:43:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d2dab2

net-misc/connman: arm stable wrt bug #865261

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/connman/connman-1.42_pre20220801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20220801.ebuild 
b/net-misc/connman/connman-1.42_pre20220801.ebuild
index 848d8eebed34..b9f1261998ac 100644
--- a/net-misc/connman/connman-1.42_pre20220801.ebuild
+++ b/net-misc/connman/connman-1.42_pre20220801.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-08-15 Thread Sam James
commit: 8f48f731c066982d0a1463c2dc330740971f6c3d
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 15 22:29:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 15 22:29:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f48f731

net-misc/connman: Stabilize 1.42_pre20220801 amd64, #865261

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.42_pre20220801.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.42_pre20220801.ebuild 
b/net-misc/connman/connman-1.42_pre20220801.ebuild
index 74a2ba49cb5d..848d8eebed34 100644
--- a/net-misc/connman/connman-1.42_pre20220801.ebuild
+++ b/net-misc/connman/connman-1.42_pre20220801.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else

SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-08-09 Thread Ben Kohler
commit: 1fe59ad759618bd9dfeefd69cf844cc377d78c1d
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Aug  9 10:47:17 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Aug  9 10:54:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe59ad7

net-misc/connman: add 1.42_pre20220801

Bug: https://bugs.gentoo.org/863425

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 +
 net-misc/connman/connman-1.42_pre20220801.ebuild | 106 +++
 2 files changed, 107 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index eb7e472a6cf8..18375e3ead69 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1 +1,2 @@
 DIST connman-1.41.tar.xz 758556 BLAKE2B 
45e522d4a3a8d1a2f8eb21612d85435020f51387d4285da65da56d022df2d521f81a782af82387bdede8b71bdc591b9ffb8b79e1b1dd9d1d83ffa96eede9c1bd
 SHA512 
b7880d908635ab9350c12e207213d20b11c1a50afcb93ae92e1fc57d4345bf792afe1a5534650e18b8cd05a3766ce9993083b2d659e49f87b867e6f2c1a83b2d
+DIST connman-363e0ed955f605fb0dc919b7ee149b6071af73ee.tar.gz 738158 BLAKE2B 
05315470fe055b6b42330d3aa6e4286c551f1ce43a63e6952f0f0969d3639275eab62da0d90ff6fd756fcfca37e11d16d4ed834f0cf02e1b8cf75be742cc6a75
 SHA512 
e5a66134f4ee99d03aa4c77082817a4886750434e676eecb394ba1aac0475034cadec66aba27704b173151dce74e92f9e77065bcdef9576c9ed3d3cfc13a1d68

diff --git a/net-misc/connman/connman-1.42_pre20220801.ebuild 
b/net-misc/connman/connman-1.42_pre20220801.ebuild
new file mode 100644
index ..74a2ba49cb5d
--- /dev/null
+++ b/net-misc/connman/connman-1.42_pre20220801.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+
+COMMIT=363e0ed955f605fb0dc919b7ee149b6071af73ee
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
+S=${WORKDIR}/${PN}-${COMMIT}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable wispr wispr builtin) \
+   --with-firewall=$(usex iptables "iptables" "nftables" ) \
+   --disable-iospm \
+   --disable-hh2serial-gps
+}
+
+src_install() {
+   default
+   dobin client/connmanctl
+

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/

2022-07-28 Thread Ben Kohler
commit: 78f0c3b4e8a9771d8ccfea818a504089c28ff94e
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jul 28 13:02:40 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jul 28 13:54:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f0c3b4

net-misc/connman-notify: drop 0_pre20191003-r2

Signed-off-by: Ben Kohler  gentoo.org>

 .../connman-notify-0_pre20191003-r2.ebuild | 38 --
 1 file changed, 38 deletions(-)

diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild
deleted file mode 100644
index 7358a56ef944..
--- a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit desktop python-single-r1 vcs-snapshot
-
-MY_COMMIT="4f1e0a6b27ebf5d9b7508594188fe0f86c34ec52"
-
-DESCRIPTION="Desktop notification integration for connman"
-HOMEPAGE="https://gitlab.com/wavexx/connman-notify/;
-SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2
 -> ${P}.tar.bz2"
-
-EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   net-misc/connman
-   virtual/notification-daemon"
-
-src_install() {
-   python_fix_shebang ${PN}
-   dobin ${PN}
-   dodoc README.rst
-
-   make_desktop_entry ${PN} ${PN} ${PN} Network
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/

2022-07-28 Thread Ben Kohler
commit: a61bb46761bbd95a138d4bd39bb7cdeb9ccd39c0
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jul 28 13:02:22 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jul 28 13:54:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61bb467

net-misc/connman-notify: enable py3.11 and disable py3.8

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
index 217e156b72ed..da4fd73408b0 100644
--- a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
+++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit desktop python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-04-27 Thread Ben Kohler
commit: 42e934317e4014a43092ac47c7fcee2f32a6c79f
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Apr 26 13:07:35 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Apr 27 14:27:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e93431

net-misc/connman: drop 1.40, 1.41

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 -
 net-misc/connman/connman-1.40.ebuild | 101 ---
 net-misc/connman/connman-1.41.ebuild | 101 ---
 3 files changed, 203 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 8ea20912c37d..eb7e472a6cf8 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1 @@
-DIST connman-1.40.tar.xz 758516 BLAKE2B 
66834032f82e80a6f950d7ff823dc5f1f45090f3444b5a0241cabd0346cf9749b8780b624ce6a8e505305cc1a75423e5a95a7b1f77a282d231845bc33389924a
 SHA512 
33df90814b7499aeafcd51fca4f8ffbc07efacfa29dda46d3b9bcd3ff26264dc53c3991e7e53a8563ca403015c345e59c7ad29427c38ee3d88dd282479db7a0f
 DIST connman-1.41.tar.xz 758556 BLAKE2B 
45e522d4a3a8d1a2f8eb21612d85435020f51387d4285da65da56d022df2d521f81a782af82387bdede8b71bdc591b9ffb8b79e1b1dd9d1d83ffa96eede9c1bd
 SHA512 
b7880d908635ab9350c12e207213d20b11c1a50afcb93ae92e1fc57d4345bf792afe1a5534650e18b8cd05a3766ce9993083b2d659e49f87b867e6f2c1a83b2d

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
deleted file mode 100644
index d76ef5ba0be7..
--- a/net-misc/connman/connman-1.40.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit autotools systemd tmpfiles
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
-else
-   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
-+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
-wispr"
-
-REQUIRED_USE="^^ ( iptables nftables )"
-BDEPEND="virtual/pkgconfig"
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   sys-libs/readline:0=
-   bluetooth? ( net-wireless/bluez )
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   iwd? ( net-wireless/iwd )
-   l2tp? ( net-dialup/xl2tpd )
-   nftables? (
-   >=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0= )
-   ofono? ( net-misc/ofono )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.39"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   --runstatedir=/run \
-   --with-systemdunitdir=$(systemd_get_systemunitdir) \
-   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable bluetooth bluetooth builtin) \
-   $(use_enable debug) \
-   $(use_enable ethernet ethernet builtin) \
-   $(use_enable examples test) \
-   $(use_enable iwd) \
-   $(use_enable l2tp l2tp builtin) \
-   $(use_enable networkmanager nmcompat) \
-   $(use_enable ofono ofono builtin) \
-   $(use_enable openconnect openconnect builtin) \
-   $(use_enable openvpn openvpn builtin) \
-   $(use_enable policykit polkit builtin) \
-   $(use_enable pptp pptp builtin) \
-   $(use_enable tools) \
-   $(use_enable vpnc vpnc builtin) \
-   $(use_enable wifi wifi builtin) \
-   $(use_enable wireguard) \
-   $(use_enable wispr wispr builtin) \
-   --with-firewall=$(usex iptables "iptables" "nftables" ) \
-   --disable-iospm \
-   --disable-hh2serial-gps
-}
-
-src_install() {
-   default
-   dobin client/connmanctl
-
-   if use doc; then
-   dodoc doc/*.txt
-   fi
-   keepdir /usr/lib/${PN}/scripts
-   keepdir /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
-   newconfd 

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-03-12 Thread Arthur Zamarin
commit: 9daad8decf68c118fd5bdce067adb43e897e849f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 11:00:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 11:00:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daad8de

net-misc/connman: Stabilize 1.41-r1 arm, #834545

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/connman/connman-1.41-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.41-r1.ebuild 
b/net-misc/connman/connman-1.41-r1.ebuild
index 87823bb23ffe..d43b15fe372c 100644
--- a/net-misc/connman/connman-1.41-r1.ebuild
+++ b/net-misc/connman/connman-1.41-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-03-08 Thread Sam James
commit: 062b10127ef3539127753b983ed617706c52fc8a
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  8 12:37:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  8 12:37:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062b1012

net-misc/connman: Stabilize 1.41-r1 arm64, #834545

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.41-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.41-r1.ebuild 
b/net-misc/connman/connman-1.41-r1.ebuild
index 3ac71a520a09..87823bb23ffe 100644
--- a/net-misc/connman/connman-1.41-r1.ebuild
+++ b/net-misc/connman/connman-1.41-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-03-08 Thread Sam James
commit: b98f23f736668024c1a6e1c54e03489a7562894f
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  8 09:36:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  8 09:36:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98f23f7

net-misc/connman: Stabilize 1.41-r1 ppc64, #834545

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.41-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.41-r1.ebuild 
b/net-misc/connman/connman-1.41-r1.ebuild
index 3d563bda076e..3ac71a520a09 100644
--- a/net-misc/connman/connman-1.41-r1.ebuild
+++ b/net-misc/connman/connman-1.41-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-03-08 Thread Sam James
commit: 62be02a6be0ff5cb72b9c2931d9e7b98d15efc76
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  8 09:36:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  8 09:36:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62be02a6

net-misc/connman: Stabilize 1.41-r1 ppc, #834545

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.41-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.41-r1.ebuild 
b/net-misc/connman/connman-1.41-r1.ebuild
index c6e8f38d4604..3d563bda076e 100644
--- a/net-misc/connman/connman-1.41-r1.ebuild
+++ b/net-misc/connman/connman-1.41-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-03-07 Thread Jakov Smolić
commit: ab8eab362c377c166c9d63c4bad5733f8d8e0219
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar  7 19:09:27 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar  7 19:09:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8eab36

net-misc/connman: Stabilize 1.41-r1 x86, #834545

Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/connman/connman-1.41-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.41-r1.ebuild 
b/net-misc/connman/connman-1.41-r1.ebuild
index 35573c29077e..c6e8f38d4604 100644
--- a/net-misc/connman/connman-1.41-r1.ebuild
+++ b/net-misc/connman/connman-1.41-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-03-07 Thread Jakov Smolić
commit: 7cea6e2bd06406005ce1de52cb5773121c19389d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar  7 19:09:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar  7 19:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cea6e2b

net-misc/connman: Stabilize 1.41-r1 amd64, #834545

Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/connman/connman-1.41-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.41-r1.ebuild 
b/net-misc/connman/connman-1.41-r1.ebuild
index 2db37a70b743..35573c29077e 100644
--- a/net-misc/connman/connman-1.41-r1.ebuild
+++ b/net-misc/connman/connman-1.41-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/files/, net-misc/connman/

2022-02-04 Thread Ben Kohler
commit: f3641eecc7c75afc5307e248ca98a390ded51bc2
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Feb  4 20:15:28 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Feb  4 20:25:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3641eec

net-misc/connman: musl fix

Closes: https://bugs.gentoo.org/832548
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/connman-1.41-r1.ebuild | 103 
 net-misc/connman/files/libresolv-musl-fix.patch |  61 ++
 2 files changed, 164 insertions(+)

diff --git a/net-misc/connman/connman-1.41-r1.ebuild 
b/net-misc/connman/connman-1.41-r1.ebuild
new file mode 100644
index ..2db37a70b743
--- /dev/null
+++ b/net-misc/connman/connman-1.41-r1.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable wispr wispr builtin) \
+   --with-firewall=$(usex iptables "iptables" "nftables" ) \
+   --disable-iospm \
+   --disable-hh2serial-gps
+}
+
+src_install() {
+   default
+   dobin client/connmanctl
+
+   if use doc; then
+   dodoc doc/*.txt
+   fi
+   keepdir /usr/lib/${PN}/scripts
+   keepdir /var/lib/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}
+
+pkg_postinst() {
+   tmpfiles_process connman_resolvconf.conf
+}

diff --git a/net-misc/connman/files/libresolv-musl-fix.patch 
b/net-misc/connman/files/libresolv-musl-fix.patch
new file mode 100644
index ..c28a7c1e3589
--- /dev/null
+++ b/net-misc/connman/files/libresolv-musl-fix.patch
@@ -0,0 +1,61 @@
+musl does not implement res_ninit
+
+diff --exclude '*.*o' -ru connman-1.24.orig/gweb/gresolv.c 
connman-1.24/gweb/gresolv.c
+--- connman-1.24.orig/gweb/gresolv.c   2014-07-18 20:17:25.0 -0300
 connman-1.24/gweb/gresolv.c2014-07-18 20:24:01.874669130 -0300
+@@ -874,8 +874,6 @@
+   resolv->index = index;
+   resolv->nameserver_list = NULL;

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-01-29 Thread Ben Kohler
commit: f06e43d1ed6739ffcdb465365f7671e4f2634d19
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Jan 28 15:46:12 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Jan 29 15:37:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06e43d1

net-misc/connman: bump to 1.41, drop snapshot

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest   | 2 +-
 .../connman/{connman-1.40_p20220125.ebuild => connman-1.41.ebuild}  | 6 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 001e8ddd36a4..8ea20912c37d 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1,2 @@
 DIST connman-1.40.tar.xz 758516 BLAKE2B 
66834032f82e80a6f950d7ff823dc5f1f45090f3444b5a0241cabd0346cf9749b8780b624ce6a8e505305cc1a75423e5a95a7b1f77a282d231845bc33389924a
 SHA512 
33df90814b7499aeafcd51fca4f8ffbc07efacfa29dda46d3b9bcd3ff26264dc53c3991e7e53a8563ca403015c345e59c7ad29427c38ee3d88dd282479db7a0f
-DIST connman-6f1315d1960fc3f71bca9b3044f4f2b1560aea5f.tar.gz 733290 BLAKE2B 
5dbac4e00668cd9b268906482a60214525872d5adfea2e424ca62cf37ee5079ba3c9f74fd604b4603614884494d691fd170a9b88eb5f0c4e7546aa6999691eef
 SHA512 
060d7c9fe3c37f994db37118c59f4781a1a93e796d09354e3a2e9284b5f488f24a7d8066722b14c2b2ef953501f0fc0d69c027ca38797ab190191012a0f006b3
+DIST connman-1.41.tar.xz 758556 BLAKE2B 
45e522d4a3a8d1a2f8eb21612d85435020f51387d4285da65da56d022df2d521f81a782af82387bdede8b71bdc591b9ffb8b79e1b1dd9d1d83ffa96eede9c1bd
 SHA512 
b7880d908635ab9350c12e207213d20b11c1a50afcb93ae92e1fc57d4345bf792afe1a5534650e18b8cd05a3766ce9993083b2d659e49f87b867e6f2c1a83b2d

diff --git a/net-misc/connman/connman-1.40_p20220125.ebuild 
b/net-misc/connman/connman-1.41.ebuild
similarity index 91%
rename from net-misc/connman/connman-1.40_p20220125.ebuild
rename to net-misc/connman/connman-1.41.ebuild
index c798015285ac..75fbfd795b38 100644
--- a/net-misc/connman/connman-1.40_p20220125.ebuild
+++ b/net-misc/connman/connman-1.41.ebuild
@@ -8,9 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
-   #SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   COMMIT="6f1315d1960fc3f71bca9b3044f4f2b1560aea5f"
-   
SRC_URI="https://git.kernel.org/pub/scm/network/${PN}/${PN}.git/snapshot/${PN}-${COMMIT}.tar.gz;
+   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
@@ -49,8 +47,6 @@ RDEPEND=">=dev-libs/glib-2.16
 DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-2.6.39"
 
-S="${WORKDIR}/${PN}-${COMMIT}"
-
 src_prepare() {
default
eautoreconf



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2022-01-27 Thread Ben Kohler
commit: cb0947ef5f77d8cb7e3e6599f9f1d791f70fef6f
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jan 27 12:43:13 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jan 27 12:44:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0947ef

net-misc/connman: snapshot for security fixes

Bug: https://bugs.gentoo.org/832028
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest  |   1 +
 net-misc/connman/connman-1.40_p20220125.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 1b9d3242e462..001e8ddd36a4 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1 +1,2 @@
 DIST connman-1.40.tar.xz 758516 BLAKE2B 
66834032f82e80a6f950d7ff823dc5f1f45090f3444b5a0241cabd0346cf9749b8780b624ce6a8e505305cc1a75423e5a95a7b1f77a282d231845bc33389924a
 SHA512 
33df90814b7499aeafcd51fca4f8ffbc07efacfa29dda46d3b9bcd3ff26264dc53c3991e7e53a8563ca403015c345e59c7ad29427c38ee3d88dd282479db7a0f
+DIST connman-6f1315d1960fc3f71bca9b3044f4f2b1560aea5f.tar.gz 733290 BLAKE2B 
5dbac4e00668cd9b268906482a60214525872d5adfea2e424ca62cf37ee5079ba3c9f74fd604b4603614884494d691fd170a9b88eb5f0c4e7546aa6999691eef
 SHA512 
060d7c9fe3c37f994db37118c59f4781a1a93e796d09354e3a2e9284b5f488f24a7d8066722b14c2b2ef953501f0fc0d69c027ca38797ab190191012a0f006b3

diff --git a/net-misc/connman/connman-1.40_p20220125.ebuild 
b/net-misc/connman/connman-1.40_p20220125.ebuild
new file mode 100644
index ..c798015285ac
--- /dev/null
+++ b/net-misc/connman/connman-1.40_p20220125.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   #SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+   COMMIT="6f1315d1960fc3f71bca9b3044f4f2b1560aea5f"
+   
SRC_URI="https://git.kernel.org/pub/scm/network/${PN}/${PN}.git/snapshot/${PN}-${COMMIT}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable wispr wispr builtin) \
+   --with-firewall=$(usex iptables "iptables" "nftables" ) \
+   --disable-iospm \
+   

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-07-30 Thread David Seifert
commit: 4ccfbfbf09ca72342e08c2f62e5c32b4bba931c4
Author: David Seifert  gentoo  org>
AuthorDate: Fri Jul 30 22:55:07 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jul 30 22:55:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccfbfbf

net-misc/connman: consistent tmpfiles_process arguments

Signed-off-by: David Seifert  gentoo.org>

 net-misc/connman/connman-1.40.ebuild | 2 +-
 net-misc/connman/connman-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
index b7656806b61..d76ef5ba0be 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -97,5 +97,5 @@ src_install() {
 }
 
 pkg_postinst() {
-   tmpfiles_process /usr/lib/tmpfiles.d/connman_resolvconf.conf
+   tmpfiles_process connman_resolvconf.conf
 }

diff --git a/net-misc/connman/connman-.ebuild 
b/net-misc/connman/connman-.ebuild
index acb42aed542..9f0547208dc 100644
--- a/net-misc/connman/connman-.ebuild
+++ b/net-misc/connman/connman-.ebuild
@@ -97,5 +97,5 @@ src_install() {
 }
 
 pkg_postinst() {
-   tmpfiles_process /usr/lib/tmpfiles.d/connman_resolvconf.conf
+   tmpfiles_process connman_resolvconf.conf
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/, profiles/arch/riscv/

2021-07-24 Thread Marek Szuba
commit: 24fd6859d40935c9af414f6018744a90796550b2
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 11:19:21 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fd6859

net-misc/connman: keyword 1.40 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 net-misc/connman/connman-1.40.ebuild | 2 +-
 profiles/arch/riscv/package.use.mask | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
index 86e7435576a..b7656806b61 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 9d8e925559f..8b4b16d849c 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Georgy Yakovlev  (2021-07-20)
-# sys-auth/sssd and it's deps not keyworded yet
+# sys-auth/sssd and its deps not keyworded yet
 app-admin/sudo sssd
 
 # Alex Fan  (2021-07-20)
@@ -59,6 +59,8 @@ media-libs/allegro dumb openal
 media-libs/devil nvtt
 #  - sys-cluster/ceph, dev-ruby/rrdtool-bindings
 net-analyzer/rrdtool rados ruby
+#  - net-wireless/iwd, net-misc/ofono
+net-misc/connman iwd ofono
 #  - dev-util/aruba & dev-util/cucumber
 sys-block/thin-provisioning-tools test
 #  - sys-cluster/rdma-core | sys-fabric/ofed, sys-cluster/knem, 
sys-fabric/infinipath-psm, sys-fabric/librdmacm



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/

2021-07-13 Thread Ben Kohler
commit: 60a991c0e74c9213bfdd17af9b41730735d0a1c4
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jul 13 15:44:14 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jul 13 15:44:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a991c0

net-misc/connman-notify: bump to EAPI=8

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 .../connman-notify-0_pre20191003-r3.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
new file mode 100644
index 000..e9555e6bfa2
--- /dev/null
+++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit desktop python-single-r1
+
+MY_COMMIT="4f1e0a6b27ebf5d9b7508594188fe0f86c34ec52"
+
+DESCRIPTION="Desktop notification integration for connman"
+HOMEPAGE="https://gitlab.com/wavexx/connman-notify/;
+SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2
 -> ${P}.tar.bz2"
+
+EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   net-misc/connman
+   virtual/notification-daemon"
+
+S=${WORKDIR}/${PN}-${MY_COMMIT}-${MY_COMMIT}
+
+src_install() {
+   python_fix_shebang ${PN}
+   dobin ${PN}
+   dodoc README.rst
+
+   make_desktop_entry ${PN} ${PN} ${PN} Network
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/

2021-07-13 Thread Ben Kohler
commit: b1be8347a3ab26d4aaa290eba1a884a692675fe7
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jul 13 13:21:29 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jul 13 13:29:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1be8347

net-misc/connman-notify: add python3_10 compat

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild
index 7111e0e57bb..69220f55962 100644
--- a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild
+++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit desktop python-single-r1 vcs-snapshot
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-06-22 Thread Ben Kohler
commit: 419fb3386c724da91004543a5b0494c16a375c2d
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jun 22 23:50:21 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jun 22 23:50:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419fb338

net-misc/connman: drop old

Bug: https://bugs.gentoo.org/795084
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest   |   1 -
 net-misc/connman/connman-1.39-r1.ebuild | 101 
 2 files changed, 102 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index f2c60eaeeaf..1b9d3242e46 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1 @@
-DIST connman-1.39.tar.xz 755688 BLAKE2B 
f18018a0c2b58a89e613dba70672c27631ecbb0c0e44c84fe4c9097753aaeb7b278cd3ab0bef9b5e1928c34ee90b287754356e525cc318ecb6347370ee3043b4
 SHA512 
5bec2830971e34966a7a3a40c505b8a14cf6fa639262d4f1eaeb38f5e602d7a234f7d4f2c4919517b0832664382389e20a59fdb027753cd20059a23589de1764
 DIST connman-1.40.tar.xz 758516 BLAKE2B 
66834032f82e80a6f950d7ff823dc5f1f45090f3444b5a0241cabd0346cf9749b8780b624ce6a8e505305cc1a75423e5a95a7b1f77a282d231845bc33389924a
 SHA512 
33df90814b7499aeafcd51fca4f8ffbc07efacfa29dda46d3b9bcd3ff26264dc53c3991e7e53a8563ca403015c345e59c7ad29427c38ee3d88dd282479db7a0f

diff --git a/net-misc/connman/connman-1.39-r1.ebuild 
b/net-misc/connman/connman-1.39-r1.ebuild
deleted file mode 100644
index 86e7435576a..000
--- a/net-misc/connman/connman-1.39-r1.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit autotools systemd tmpfiles
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
-else
-   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-fi
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
-+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
-wispr"
-
-REQUIRED_USE="^^ ( iptables nftables )"
-BDEPEND="virtual/pkgconfig"
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   sys-libs/readline:0=
-   bluetooth? ( net-wireless/bluez )
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   iwd? ( net-wireless/iwd )
-   l2tp? ( net-dialup/xl2tpd )
-   nftables? (
-   >=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0= )
-   ofono? ( net-misc/ofono )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.39"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   --runstatedir=/run \
-   --with-systemdunitdir=$(systemd_get_systemunitdir) \
-   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable bluetooth bluetooth builtin) \
-   $(use_enable debug) \
-   $(use_enable ethernet ethernet builtin) \
-   $(use_enable examples test) \
-   $(use_enable iwd) \
-   $(use_enable l2tp l2tp builtin) \
-   $(use_enable networkmanager nmcompat) \
-   $(use_enable ofono ofono builtin) \
-   $(use_enable openconnect openconnect builtin) \
-   $(use_enable openvpn openvpn builtin) \
-   $(use_enable policykit polkit builtin) \
-   $(use_enable pptp pptp builtin) \
-   $(use_enable tools) \
-   $(use_enable vpnc vpnc builtin) \
-   $(use_enable wifi wifi builtin) \
-   $(use_enable wireguard) \
-   $(use_enable wispr wispr builtin) \
-   --with-firewall=$(usex iptables "iptables" "nftables" ) \
-   --disable-iospm \
-   --disable-hh2serial-gps
-}
-
-src_install() {
-   default
-   dobin client/connmanctl
-
-   if use doc; then
-   dodoc doc/*.txt
-   fi
-   keepdir /usr/lib/${PN}/scripts
-   keepdir /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
-   newconfd 

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-06-22 Thread Sam James
commit: bc945b4ac1ddf998f105302b8dc6cf390f1be2d4
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 19:36:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 19:36:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc945b4a

net-misc/connman: Stabilize 1.40 arm, #795084

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
index e3e9006076a..86e7435576a 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-06-18 Thread Sam James
commit: 2143816c69fc78805995d7973963ac873af59c9b
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 18 22:37:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 18 22:37:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2143816c

net-misc/connman: Stabilize 1.40 arm64, #795084

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
index 2ccde62d1c8..e3e9006076a 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-06-17 Thread Sam James
commit: 927a726ec1b2334fb414def256d9de2b8168908f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 17 20:17:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 17 20:23:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927a726e

net-misc/connman: Stabilize 1.40 amd64, #795084

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
index ae3f0c111ad..2ccde62d1c8 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-06-17 Thread Agostino Sarubbo
commit: fb4c0323b61c1c869f334c2df3bf21f3dd1b59c6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 17 07:23:27 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 17 07:23:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4c0323

net-misc/connman: x86 stable wrt bug #795084

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/connman/connman-1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
index 5bcd3bf164c..ae3f0c111ad 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-06-17 Thread Agostino Sarubbo
commit: 71aca93a94a4c39b7b333be14831666b8dfd0bf4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 17 07:20:22 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 17 07:20:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71aca93a

net-misc/connman: ppc64 stable wrt bug #795084

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/connman/connman-1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
index 6775e82bfe9..5bcd3bf164c 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-06-17 Thread Agostino Sarubbo
commit: cb80eb2ed45726dc93166e1ab1f370124a072b76
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 17 07:19:18 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 17 07:19:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb80eb2e

net-misc/connman: ppc stable wrt bug #795084

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/connman/connman-1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
index acb42aed542..6775e82bfe9 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-06-10 Thread Ben Kohler
commit: e09295a436a27e60dc4ec433d364141e4494e0dc
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jun 10 11:42:35 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jun 10 11:42:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09295a4

net-misc/connman: fix homepage

Upstream confirmed that there is no real homepage for now, but there may
be something on kernel.org wiki later.  Using the cgit web ui as
homepage for now.

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/connman-1.39-r1.ebuild | 2 +-
 net-misc/connman/connman-1.40.ebuild| 2 +-
 net-misc/connman/connman-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/connman/connman-1.39-r1.ebuild 
b/net-misc/connman/connman-1.39-r1.ebuild
index a25edfcf355..86e7435576a 100644
--- a/net-misc/connman/connman-1.39-r1.ebuild
+++ b/net-misc/connman/connman-1.39-r1.ebuild
@@ -13,7 +13,7 @@ else
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://01.org/connman;
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
index 9f5662b9ab4..acb42aed542 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -13,7 +13,7 @@ else
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://01.org/connman;
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-misc/connman/connman-.ebuild 
b/net-misc/connman/connman-.ebuild
index 9f5662b9ab4..acb42aed542 100644
--- a/net-misc/connman/connman-.ebuild
+++ b/net-misc/connman/connman-.ebuild
@@ -13,7 +13,7 @@ else
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://01.org/connman;
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-06-10 Thread Ben Kohler
commit: ac59da57086f45ad426889f31b78cfccc6de6848
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Jun 10 11:34:05 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Jun 10 11:34:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac59da57

net-misc/connman: bump to 1.40

Bug: https://bugs.gentoo.org/795084
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 +
 net-misc/connman/connman-1.40.ebuild | 101 +++
 2 files changed, 102 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index b8593f46bcc..f2c60eaeeaf 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1 +1,2 @@
 DIST connman-1.39.tar.xz 755688 BLAKE2B 
f18018a0c2b58a89e613dba70672c27631ecbb0c0e44c84fe4c9097753aaeb7b278cd3ab0bef9b5e1928c34ee90b287754356e525cc318ecb6347370ee3043b4
 SHA512 
5bec2830971e34966a7a3a40c505b8a14cf6fa639262d4f1eaeb38f5e602d7a234f7d4f2c4919517b0832664382389e20a59fdb027753cd20059a23589de1764
+DIST connman-1.40.tar.xz 758516 BLAKE2B 
66834032f82e80a6f950d7ff823dc5f1f45090f3444b5a0241cabd0346cf9749b8780b624ce6a8e505305cc1a75423e5a95a7b1f77a282d231845bc33389924a
 SHA512 
33df90814b7499aeafcd51fca4f8ffbc07efacfa29dda46d3b9bcd3ff26264dc53c3991e7e53a8563ca403015c345e59c7ad29427c38ee3d88dd282479db7a0f

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
new file mode 100644
index 000..9f5662b9ab4
--- /dev/null
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://01.org/connman;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable wispr wispr builtin) \
+   --with-firewall=$(usex iptables "iptables" "nftables" ) \
+   --disable-iospm \
+   --disable-hh2serial-gps
+}
+
+src_install() {
+   default
+   dobin client/connmanctl
+
+   if use doc; then
+   dodoc doc/*.txt
+   fi
+   keepdir /usr/lib/${PN}/scripts
+   keepdir /var/lib/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}
+
+pkg_postinst() {
+

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/

2021-03-29 Thread Ben Kohler
commit: 8ac1e74ba701ef03891e314bca60363e0e51d05b
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Mar 29 13:34:32 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Mar 29 13:49:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac1e74b

net-misc/connman-gtk: drop old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman-gtk/connman-gtk-1.1.1.ebuild | 54 ---
 1 file changed, 54 deletions(-)

diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild 
b/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
deleted file mode 100644
index 0d2c795e54f..000
--- a/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome2-utils
-
-DESCRIPTION="GTK GUI for Connman"
-HOMEPAGE="https://github.com/jgke/connman-gtk;
-SRC_URI="https://github.com/jgke/connman-gtk/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="openconnect"
-
-CDEPEND="
-   >=dev-libs/glib-2.0:2
-   >=x11-libs/gtk+-3.10:3
-   openconnect? ( >=net-vpn/openconnect-5.99 )
-"
-RDEPEND="${CDEPEND}
-   net-misc/connman
-"
-DEPEND="${CDEOEND}
-   >=dev-util/intltool-0.35.0
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   sed -i -e '/^Categories/ s/$/;/' connman-gtk.desktop.in || die
-   eautoreconf
-}
-
-src_configure() {
-   default
-   econf \
-   --disable-schemas-compile \
-   $(use_with openconnect)
-}
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-03-29 Thread Ben Kohler
commit: a34440f0218df81ca447245124abdf6083fdda46
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Mar 29 13:33:33 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Mar 29 13:49:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34440f0

net-misc/connman: propagate runstatedir fix to 

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/connman-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-.ebuild 
b/net-misc/connman/connman-.ebuild
index 937b54ecf83..9f5662b9ab4 100644
--- a/net-misc/connman/connman-.ebuild
+++ b/net-misc/connman/connman-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -55,6 +55,7 @@ src_prepare() {
 src_configure() {
econf \
--localstatedir=/var \
+   --runstatedir=/run \
--with-systemdunitdir=$(systemd_get_systemunitdir) \
--with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
--enable-client \



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-03-29 Thread Ben Kohler
commit: e868096084cdd4f29adec580e6622e59ce0250af
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Mar 29 13:31:24 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Mar 29 13:49:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8680960

net-misc/connman: drop old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/connman-1.39.ebuild | 100 ---
 1 file changed, 100 deletions(-)

diff --git a/net-misc/connman/connman-1.39.ebuild 
b/net-misc/connman/connman-1.39.ebuild
deleted file mode 100644
index d37b4b33e95..000
--- a/net-misc/connman/connman-1.39.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit autotools systemd tmpfiles
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
-else
-   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-fi
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://01.org/connman;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
-+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
-wispr"
-
-REQUIRED_USE="^^ ( iptables nftables )"
-BDEPEND="virtual/pkgconfig"
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   sys-libs/readline:0=
-   bluetooth? ( net-wireless/bluez )
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   iwd? ( net-wireless/iwd )
-   l2tp? ( net-dialup/xl2tpd )
-   nftables? (
-   >=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0= )
-   ofono? ( net-misc/ofono )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.39"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   --with-systemdunitdir=$(systemd_get_systemunitdir) \
-   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable bluetooth bluetooth builtin) \
-   $(use_enable debug) \
-   $(use_enable ethernet ethernet builtin) \
-   $(use_enable examples test) \
-   $(use_enable iwd) \
-   $(use_enable l2tp l2tp builtin) \
-   $(use_enable networkmanager nmcompat) \
-   $(use_enable ofono ofono builtin) \
-   $(use_enable openconnect openconnect builtin) \
-   $(use_enable openvpn openvpn builtin) \
-   $(use_enable policykit polkit builtin) \
-   $(use_enable pptp pptp builtin) \
-   $(use_enable tools) \
-   $(use_enable vpnc vpnc builtin) \
-   $(use_enable wifi wifi builtin) \
-   $(use_enable wireguard) \
-   $(use_enable wispr wispr builtin) \
-   --with-firewall=$(usex iptables "iptables" "nftables" ) \
-   --disable-iospm \
-   --disable-hh2serial-gps
-}
-
-src_install() {
-   default
-   dobin client/connmanctl
-
-   if use doc; then
-   dodoc doc/*.txt
-   fi
-   keepdir /usr/lib/${PN}/scripts
-   keepdir /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}
-
-pkg_postinst() {
-   tmpfiles_process /usr/lib/tmpfiles.d/connman_resolvconf.conf
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-03-11 Thread Ben Kohler
commit: 81d589578f554a5b21347efff6ec0046d054c82f
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Mar 11 15:49:39 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Mar 11 17:03:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d58957

net-misc/connman: 1.39-r1 stable

Stable on all arches for the /var/run -> /run change

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/connman-1.39-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.39-r1.ebuild 
b/net-misc/connman/connman-1.39-r1.ebuild
index 9f5662b9ab4..a25edfcf355 100644
--- a/net-misc/connman/connman-1.39-r1.ebuild
+++ b/net-misc/connman/connman-1.39-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/

2021-02-27 Thread Ben Kohler
commit: 1b5ffeda7a0f7dab3e54f8d862da044546ca7ed5
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Feb 27 14:00:36 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Feb 27 14:00:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5ffeda

net-misc/connman-notify: drop old

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 .../connman-notify-0_pre20191003-r1.ebuild | 38 --
 1 file changed, 38 deletions(-)

diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
deleted file mode 100644
index bb0142733fa..000
--- a/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit desktop python-single-r1 vcs-snapshot
-
-MY_COMMIT="4f1e0a6b27ebf5d9b7508594188fe0f86c34ec52"
-
-DESCRIPTION="Desktop notification integration for connman"
-HOMEPAGE="https://gitlab.com/wavexx/connman-notify/;
-SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2
 -> ${P}.tar.bz2"
-
-EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
-   ')
-   net-misc/connman
-   virtual/notification-daemon"
-
-src_install() {
-   python_fix_shebang ${PN}
-   dobin ${PN}
-   dodoc README.rst
-
-   make_desktop_entry ${PN} ${PN} ${PN} Network
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-02-18 Thread Ben Kohler
commit: be41f4372169c62a8f4a12da2b4dacd67f3b5ce4
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Feb 18 13:50:58 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Feb 18 13:51:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be41f437

net-misc/connman: drop old

Bug: https://bugs.gentoo.org/769491
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 -
 net-misc/connman/connman-1.38.ebuild | 100 ---
 2 files changed, 101 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 812a6cf534f..b8593f46bcc 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1 @@
-DIST connman-1.38.tar.xz 749288 BLAKE2B 
3f0ec95c87d9b3bf4f188e2523cb8ed97f462953ed95180fadf98bfe0d01c67a3b73e18e39d616e9299fa0251b9a86afea6161b9e280ae6999eb66e6bd5c4406
 SHA512 
9c8f77c4dd62763ccb9ea5cc5d285a8a1c51bb09a82eafc73246231557a4f627ae1e5e4a9df5e104457390ebba643349d7d67800a4ee4c17c6dceff192afe8d4
 DIST connman-1.39.tar.xz 755688 BLAKE2B 
f18018a0c2b58a89e613dba70672c27631ecbb0c0e44c84fe4c9097753aaeb7b278cd3ab0bef9b5e1928c34ee90b287754356e525cc318ecb6347370ee3043b4
 SHA512 
5bec2830971e34966a7a3a40c505b8a14cf6fa639262d4f1eaeb38f5e602d7a234f7d4f2c4919517b0832664382389e20a59fdb027753cd20059a23589de1764

diff --git a/net-misc/connman/connman-1.38.ebuild 
b/net-misc/connman/connman-1.38.ebuild
deleted file mode 100644
index d2079bf8377..000
--- a/net-misc/connman/connman-1.38.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit autotools systemd tmpfiles
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
-else
-   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-fi
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://01.org/connman;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
-+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
-wispr"
-
-REQUIRED_USE="^^ ( iptables nftables )"
-BDEPEND="virtual/pkgconfig"
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   sys-libs/readline:0=
-   bluetooth? ( net-wireless/bluez )
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   iwd? ( net-wireless/iwd )
-   l2tp? ( net-dialup/xl2tpd )
-   nftables? (
-   >=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0= )
-   ofono? ( net-misc/ofono )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.39"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   --with-systemdunitdir=$(systemd_get_systemunitdir) \
-   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable bluetooth bluetooth builtin) \
-   $(use_enable debug) \
-   $(use_enable ethernet ethernet builtin) \
-   $(use_enable examples test) \
-   $(use_enable iwd) \
-   $(use_enable l2tp l2tp builtin) \
-   $(use_enable networkmanager nmcompat) \
-   $(use_enable ofono ofono builtin) \
-   $(use_enable openconnect openconnect builtin) \
-   $(use_enable openvpn openvpn builtin) \
-   $(use_enable policykit polkit builtin) \
-   $(use_enable pptp pptp builtin) \
-   $(use_enable tools) \
-   $(use_enable vpnc vpnc builtin) \
-   $(use_enable wifi wifi builtin) \
-   $(use_enable wireguard) \
-   $(use_enable wispr wispr builtin) \
-   --with-firewall=$(usex iptables "iptables" "nftables" ) \
-   --disable-iospm \
-   --disable-hh2serial-gps
-}
-
-src_install() {
-   default
-   dobin client/connmanctl
-
-   if use doc; then
-   dodoc doc/*.txt
-   fi
-   keepdir /usr/lib/${PN}/scripts
-   keepdir /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}
-
-pkg_postinst() {
-   tmpfiles_process 

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-02-17 Thread Sam James
commit: 6e47011f5b622680cc94456553a4252864e1a160
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 07:29:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 07:29:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e47011f

net-misc/connman: Stabilize 1.39 arm64, #769491

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.39.ebuild 
b/net-misc/connman/connman-1.39.ebuild
index da08cdcd928..d37b4b33e95 100644
--- a/net-misc/connman/connman-1.39.ebuild
+++ b/net-misc/connman/connman-1.39.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-02-14 Thread Sam James
commit: 738696c923f5d24f3d31f02ba8ae1fb6f9f2f6d3
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 14 19:43:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 14 19:43:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738696c9

net-misc/connman: Stabilize 1.39 arm, #769491

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.39.ebuild 
b/net-misc/connman/connman-1.39.ebuild
index bcc06a5beff..da08cdcd928 100644
--- a/net-misc/connman/connman-1.39.ebuild
+++ b/net-misc/connman/connman-1.39.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-02-12 Thread Sam James
commit: ed9d85dfefbeaaae874631d46213c4ddf6420c2d
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 13 01:31:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 13 01:31:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9d85df

net-misc/connman: Stabilize 1.39 ppc64, #769491

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.39.ebuild 
b/net-misc/connman/connman-1.39.ebuild
index 5d191a173be..bcc06a5beff 100644
--- a/net-misc/connman/connman-1.39.ebuild
+++ b/net-misc/connman/connman-1.39.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-02-11 Thread Sam James
commit: 1fd5233f70e25b965d9f8e5fa44257b6bcea8b94
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 11 09:30:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 11 09:30:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd5233f

net-misc/connman: Stabilize 1.39 ppc, #769491

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.39.ebuild 
b/net-misc/connman/connman-1.39.ebuild
index 96ea4953e0e..5d191a173be 100644
--- a/net-misc/connman/connman-1.39.ebuild
+++ b/net-misc/connman/connman-1.39.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-02-10 Thread Sam James
commit: 6496c1b0e8297a0e89cc794e83a0ba2f09dea8f6
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 11 07:53:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 11 07:53:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6496c1b0

net-misc/connman: Stabilize 1.39 x86, #769491

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.39.ebuild 
b/net-misc/connman/connman-1.39.ebuild
index b12dc4b78bc..96ea4953e0e 100644
--- a/net-misc/connman/connman-1.39.ebuild
+++ b/net-misc/connman/connman-1.39.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-02-09 Thread Sam James
commit: 3c832aa3b18a683526bd40824156fbdc6e0ae041
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  9 23:57:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  9 23:57:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c832aa3

net-misc/connman: Stabilize 1.39 amd64, #769491

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman/connman-1.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.39.ebuild 
b/net-misc/connman/connman-1.39.ebuild
index 6d08a5a9e68..b12dc4b78bc 100644
--- a/net-misc/connman/connman-1.39.ebuild
+++ b/net-misc/connman/connman-1.39.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-02-08 Thread Ben Kohler
commit: 712a50f406386d165a9e9c4a57e2edeb88b63b15
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Feb  8 15:47:38 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Feb  8 15:48:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712a50f4

net-misc/connman: start setting runstatedir

Start passing --runstatedir=/run instead of keeping /var/run default,
this will silence a boot warning about the tmpfiles.d path

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/connman-1.39-r1.ebuild | 101 
 1 file changed, 101 insertions(+)

diff --git a/net-misc/connman/connman-1.39-r1.ebuild 
b/net-misc/connman/connman-1.39-r1.ebuild
new file mode 100644
index 000..9f5662b9ab4
--- /dev/null
+++ b/net-misc/connman/connman-1.39-r1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://01.org/connman;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable wispr wispr builtin) \
+   --with-firewall=$(usex iptables "iptables" "nftables" ) \
+   --disable-iospm \
+   --disable-hh2serial-gps
+}
+
+src_install() {
+   default
+   dobin client/connmanctl
+
+   if use doc; then
+   dodoc doc/*.txt
+   fi
+   keepdir /usr/lib/${PN}/scripts
+   keepdir /var/lib/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}
+
+pkg_postinst() {
+   tmpfiles_process /usr/lib/tmpfiles.d/connman_resolvconf.conf
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-02-08 Thread Ben Kohler
commit: 395c4bdf42044d49bb0eeaf67d77d8307cab4403
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Feb  8 14:52:02 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Feb  8 14:52:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395c4bdf

net-misc/connman: bump to 1.39, drop unneeded snapshot

Bug: https://bugs.gentoo.org/769491
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest   | 2 +-
 .../connman/{connman-1.38_p20210205.ebuild => connman-1.39.ebuild}  | 6 ++
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 8c2137e5e9f..812a6cf534f 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1,2 @@
-DIST connman-0e270034a00f070e04497e6f085a25d290c0f637.tar.gz 721100 BLAKE2B 
7c22ea7677da292f863fa96e272178b30e410e7d00068e4735622114f6d28d2b20c93394c24f0980e8894f65e149ae4be8b6a0717e58fa0f92cdcfe3d4c556e2
 SHA512 
cd369e539d713154e3e5774317a2038c6235b8fbc9a56a5222e4d6320ce665934fd304016f96bd8a12bd9fc76aac522cfd16c3c595f0bc42c836a8b8c32eee67
 DIST connman-1.38.tar.xz 749288 BLAKE2B 
3f0ec95c87d9b3bf4f188e2523cb8ed97f462953ed95180fadf98bfe0d01c67a3b73e18e39d616e9299fa0251b9a86afea6161b9e280ae6999eb66e6bd5c4406
 SHA512 
9c8f77c4dd62763ccb9ea5cc5d285a8a1c51bb09a82eafc73246231557a4f627ae1e5e4a9df5e104457390ebba643349d7d67800a4ee4c17c6dceff192afe8d4
+DIST connman-1.39.tar.xz 755688 BLAKE2B 
f18018a0c2b58a89e613dba70672c27631ecbb0c0e44c84fe4c9097753aaeb7b278cd3ab0bef9b5e1928c34ee90b287754356e525cc318ecb6347370ee3043b4
 SHA512 
5bec2830971e34966a7a3a40c505b8a14cf6fa639262d4f1eaeb38f5e602d7a234f7d4f2c4919517b0832664382389e20a59fdb027753cd20059a23589de1764

diff --git a/net-misc/connman/connman-1.38_p20210205.ebuild 
b/net-misc/connman/connman-1.39.ebuild
similarity index 93%
rename from net-misc/connman/connman-1.38_p20210205.ebuild
rename to net-misc/connman/connman-1.39.ebuild
index a212602b721..6d08a5a9e68 100644
--- a/net-misc/connman/connman-1.38_p20210205.ebuild
+++ b/net-misc/connman/connman-1.39.ebuild
@@ -3,12 +3,12 @@
 
 EAPI="7"
 inherit autotools systemd tmpfiles
-COMMIT=0e270034a00f070e04497e6f085a25d290c0f637
+
 if [[ ${PV} == ** ]]; then
inherit git-r3

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
 else
-   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
+   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
@@ -47,8 +47,6 @@ RDEPEND=">=dev-libs/glib-2.16
 DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-2.6.39"
 
-S="${WORKDIR}/${PN}-${COMMIT}"
-
 src_prepare() {
default
eautoreconf



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/

2021-02-08 Thread Ben Kohler
commit: 300b4180d98af2f92b3f678c60d35d0d00ca699e
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Feb  8 13:35:52 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Feb  8 13:36:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300b4180

net-misc/connman: new snapshot

Bug: https://bugs.gentoo.org/769491
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest  |   1 +
 net-misc/connman/connman-1.38_p20210205.ebuild | 102 +
 2 files changed, 103 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index dda3fee7303..8c2137e5e9f 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1 +1,2 @@
+DIST connman-0e270034a00f070e04497e6f085a25d290c0f637.tar.gz 721100 BLAKE2B 
7c22ea7677da292f863fa96e272178b30e410e7d00068e4735622114f6d28d2b20c93394c24f0980e8894f65e149ae4be8b6a0717e58fa0f92cdcfe3d4c556e2
 SHA512 
cd369e539d713154e3e5774317a2038c6235b8fbc9a56a5222e4d6320ce665934fd304016f96bd8a12bd9fc76aac522cfd16c3c595f0bc42c836a8b8c32eee67
 DIST connman-1.38.tar.xz 749288 BLAKE2B 
3f0ec95c87d9b3bf4f188e2523cb8ed97f462953ed95180fadf98bfe0d01c67a3b73e18e39d616e9299fa0251b9a86afea6161b9e280ae6999eb66e6bd5c4406
 SHA512 
9c8f77c4dd62763ccb9ea5cc5d285a8a1c51bb09a82eafc73246231557a4f627ae1e5e4a9df5e104457390ebba643349d7d67800a4ee4c17c6dceff192afe8d4

diff --git a/net-misc/connman/connman-1.38_p20210205.ebuild 
b/net-misc/connman/connman-1.38_p20210205.ebuild
new file mode 100644
index 000..a212602b721
--- /dev/null
+++ b/net-misc/connman/connman-1.38_p20210205.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+COMMIT=0e270034a00f070e04497e6f085a25d290c0f637
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://01.org/connman;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable wispr wispr builtin) \
+   --with-firewall=$(usex iptables "iptables" "nftables" ) \
+   --disable-iospm \
+   --disable-hh2serial-gps
+}
+
+src_install() {
+   default
+   dobin client/connmanctl
+
+   if use doc; then
+   dodoc doc/*.txt
+   fi
+   keepdir /usr/lib/${PN}/scripts
+  

[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/

2020-12-28 Thread Ben Kohler
commit: 69853abfc258867e17e7e02f39d7ed1cbec201fa
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Dec 28 18:23:46 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Dec 28 18:50:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69853abf

net-misc/connman-notify: EAPI=7, add python3_9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 .../connman-notify-0_pre20191003-r2.ebuild | 38 ++
 1 file changed, 38 insertions(+)

diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild 
b/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild
new file mode 100644
index 000..7111e0e57bb
--- /dev/null
+++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit desktop python-single-r1 vcs-snapshot
+
+MY_COMMIT="4f1e0a6b27ebf5d9b7508594188fe0f86c34ec52"
+
+DESCRIPTION="Desktop notification integration for connman"
+HOMEPAGE="https://gitlab.com/wavexx/connman-notify/;
+SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2
 -> ${P}.tar.bz2"
+
+EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+   ')
+   net-misc/connman
+   virtual/notification-daemon"
+
+src_install() {
+   python_fix_shebang ${PN}
+   dobin ${PN}
+   dodoc README.rst
+
+   make_desktop_entry ${PN} ${PN} ${PN} Network
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/

2020-11-12 Thread Sam James
commit: 2e07e1e6396fde6f0781e5f232ff2df43f362792
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 13 05:00:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 13 05:00:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e07e1e6

net-misc/connman-gtk: Stabilize 1.1.1-r1 amd64, #753185

Signed-off-by: Sam James  gentoo.org>

 net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild 
b/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild
index 97b6323df76..c950b57ae3c 100644
--- a/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jgke/connman-gtk/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="openconnect"
 
 CDEPEND="



  1   2   >