* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2015-09-29 19:58 Julian Ospald
0 siblings, 0 replies; 18+ messages in thread
From: Julian Ospald @ 2015-09-29 19:58 UTC (permalink / raw
To: gentoo-commits
commit: f429b4675e91bb50bcbda285cec288ab28794845
Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 19:57:33 2015 +0000
Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 19:58:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f429b467
net-misc/connman-gtk: initial import of version 1.0
net-misc/connman-gtk/Manifest | 1 +
net-misc/connman-gtk/connman-gtk-1.0.ebuild | 39 +++++++++++++++++++++++++++++
net-misc/connman-gtk/metadata.xml | 15 +++++++++++
3 files changed, 55 insertions(+)
diff --git a/net-misc/connman-gtk/Manifest b/net-misc/connman-gtk/Manifest
new file mode 100644
index 0000000..2af5d9b
--- /dev/null
+++ b/net-misc/connman-gtk/Manifest
@@ -0,0 +1 @@
+DIST connman-gtk-1.0.tar.gz 50428 SHA256 50ae5498f3a5c2714dca47cf21c197b6272b14ae0bef5e68cc1ffc78f2ea0b93 SHA512 61f3004950f5905c62ff8c71afffbba9797e398b332679d495846ecfd2adce693b4ce7026adc72676868a3bdefbf3df5be93090abca215d4b0baf784324c5577 WHIRLPOOL 04870c5cd4bd85fd438df7275dd7bb343cb8a1c883cf34515ec597cae0b4dbec0e899def9b13d491d5e23b797ffab397428f5f2d27ac04473a303b9d211d7fb9
diff --git a/net-misc/connman-gtk/connman-gtk-1.0.ebuild b/net-misc/connman-gtk/connman-gtk-1.0.ebuild
new file mode 100644
index 0000000..2c1e316
--- /dev/null
+++ b/net-misc/connman-gtk/connman-gtk-1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools
+
+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-misc/openconnect-5.99 )
+"
+RDEPEND="${CDEPEND}
+ net-misc/connman
+"
+DEPEND="${CDEOEND}
+ >=dev-util/intltool-0.35.0
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with openconnect)
+}
\ No newline at end of file
diff --git a/net-misc/connman-gtk/metadata.xml b/net-misc/connman-gtk/metadata.xml
new file mode 100644
index 0000000..800472e
--- /dev/null
+++ b/net-misc/connman-gtk/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>hasufell@gentoo.org</email>
+ <name>Julian Ospald</name>
+ </maintainer>
+ <use>
+ <flag name='openconnect'>Support easier authentication to AnyConnect VPNs</flag>
+ </use>
+ <upstream>
+ <bugs-to>https://github.com/jgke/connman-gtk/issues</bugs-to>
+ <remote-id type='github'>jgke/connman-gtk</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2016-05-22 19:35 Pacho Ramos
0 siblings, 0 replies; 18+ messages in thread
From: Pacho Ramos @ 2016-05-22 19:35 UTC (permalink / raw
To: gentoo-commits
commit: dd9172a7b4224b3ebed12110041209113b1ed07d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 19:21:20 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 22 19:33:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9172a7
net-misc/connman-gtk: Cleanup due to #408423
Package-Manager: portage-2.3.0_rc1
net-misc/connman-gtk/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-misc/connman-gtk/metadata.xml b/net-misc/connman-gtk/metadata.xml
index 09bef32..10ff406 100644
--- a/net-misc/connman-gtk/metadata.xml
+++ b/net-misc/connman-gtk/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>hasufell@gentoo.org</email>
- <name>Julian Ospald</name>
- </maintainer>
<use>
<flag name="openconnect">Support easier authentication to AnyConnect VPNs</flag>
</use>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2016-07-07 23:38 Austin English
0 siblings, 0 replies; 18+ messages in thread
From: Austin English @ 2016-07-07 23:38 UTC (permalink / raw
To: gentoo-commits
commit: 230321473a3e055e1f04c0091fbc64e53aa9ca38
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 23:13:15 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 23:38:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23032147
net-misc/connman-gtk: bump to EAPI 6, add maintainer-needed
Package-Manager: portage-2.2.28
net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild | 40 ++++++++++++++++++++++++++
net-misc/connman-gtk/metadata.xml | 1 +
2 files changed, 41 insertions(+)
diff --git a/net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild b/net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild
new file mode 100644
index 0000000..2d245ce
--- /dev/null
+++ b/net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+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-misc/openconnect-5.99 )
+"
+RDEPEND="${CDEPEND}
+ net-misc/connman
+"
+DEPEND="${CDEOEND}
+ >=dev-util/intltool-0.35.0
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_with openconnect)
+}
diff --git a/net-misc/connman-gtk/metadata.xml b/net-misc/connman-gtk/metadata.xml
index 10ff406..1805b16 100644
--- a/net-misc/connman-gtk/metadata.xml
+++ b/net-misc/connman-gtk/metadata.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <!-- maintainer-needed -->
<use>
<flag name="openconnect">Support easier authentication to AnyConnect VPNs</flag>
</use>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2016-08-06 16:51 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2016-08-06 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 48e70deb67135dff4c2a829d4bb33b1ce8312eb8
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Fri Aug 5 16:19:39 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 16:46:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e70deb
net-misc/connman-gtk: whitespace
net-misc/connman-gtk/connman-gtk-1.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/connman-gtk/connman-gtk-1.0.ebuild b/net-misc/connman-gtk/connman-gtk-1.0.ebuild
index 2c1e316..6bb76be 100644
--- a/net-misc/connman-gtk/connman-gtk-1.0.ebuild
+++ b/net-misc/connman-gtk/connman-gtk-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -36,4 +36,4 @@ src_prepare() {
src_configure() {
econf \
$(use_with openconnect)
-}
\ No newline at end of file
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2016-10-04 8:41 Marek Szuba
0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2016-10-04 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 91e03b11e20dfae3ac5031bb9f8b6ce38c4e16e0
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 08:39:40 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 08:40:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e03b11
net-misc/connman-gtk: add self as maintainer
Package-Manager: portage-2.3.1
net-misc/connman-gtk/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/net-misc/connman-gtk/metadata.xml b/net-misc/connman-gtk/metadata.xml
index 1805b16..eec5cdbc 100644
--- a/net-misc/connman-gtk/metadata.xml
+++ b/net-misc/connman-gtk/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
<use>
<flag name="openconnect">Support easier authentication to AnyConnect VPNs</flag>
</use>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2016-10-04 8:41 Marek Szuba
0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2016-10-04 8:41 UTC (permalink / raw
To: gentoo-commits
commit: e99694ae5e0b3535697f2a5a982398cb8618abeb
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 08:37:12 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 08:40:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99694ae
net-misc/connman-gtk: version bump to 1.1.1
Includes an update to EAPI 6.
Package-Manager: portage-2.3.1
net-misc/connman-gtk/Manifest | 1 +
net-misc/connman-gtk/connman-gtk-1.1.1.ebuild | 55 +++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/net-misc/connman-gtk/Manifest b/net-misc/connman-gtk/Manifest
index 2af5d9b..5a433e9 100644
--- a/net-misc/connman-gtk/Manifest
+++ b/net-misc/connman-gtk/Manifest
@@ -1 +1,2 @@
DIST connman-gtk-1.0.tar.gz 50428 SHA256 50ae5498f3a5c2714dca47cf21c197b6272b14ae0bef5e68cc1ffc78f2ea0b93 SHA512 61f3004950f5905c62ff8c71afffbba9797e398b332679d495846ecfd2adce693b4ce7026adc72676868a3bdefbf3df5be93090abca215d4b0baf784324c5577 WHIRLPOOL 04870c5cd4bd85fd438df7275dd7bb343cb8a1c883cf34515ec597cae0b4dbec0e899def9b13d491d5e23b797ffab397428f5f2d27ac04473a303b9d211d7fb9
+DIST connman-gtk-1.1.1.tar.gz 61789 SHA256 fc1da266c4216d34db7c38f7329c698b42666389ce32a8df58a818af9eee2262 SHA512 78fd41a37370c76f118e3fb8a707b96fd6bf1234a8832d047302d4b0fa350f87316f6e2e749860b2cdf0ff6e6eb76e4d7d398dc7fc084403ca2f8682d2907553 WHIRLPOOL a21f2662bb4e95a8a633bcb553fa404a17787778298c3aa0e06709bd28bbaa2a8bf2810fe93d9ab7fd9cdc260c2380da7f01e3298abe74b05abf907f4ddb0752
diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild b/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
new file mode 100644
index 00000000..fd87084
--- /dev/null
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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-misc/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
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2016-11-08 10:39 Marek Szuba
0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2016-11-08 10:39 UTC (permalink / raw
To: gentoo-commits
commit: 2e6f1e1ef461187c4a8703e3f1ce9da9adaacf13
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 8 10:38:12 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Nov 8 10:39:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6f1e1e
net-misc/connman-gtk: correct the licence.
Package-Manager: portage-2.3.2
net-misc/connman-gtk/connman-gtk-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild b/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
index fd87084..fd3f9d4 100644
--- a/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
@@ -10,7 +10,7 @@ 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"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="openconnect"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2017-10-15 22:08 Thomas Deutschmann
0 siblings, 0 replies; 18+ messages in thread
From: Thomas Deutschmann @ 2017-10-15 22:08 UTC (permalink / raw
To: gentoo-commits
commit: 77f9c36278dbeda22688288f97b13d8b774ad985
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 22:02:08 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 22:08:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f9c362
net-misc/connman-gtk: x86 stable (bug #626782)
Package-Manager: Portage-2.3.10, Repoman-2.3.3
net-misc/connman-gtk/connman-gtk-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 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
index dae310961ea..79153de6a64 100644
--- a/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -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="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2017-12-16 8:20 Tobias Klausmann
0 siblings, 0 replies; 18+ messages in thread
From: Tobias Klausmann @ 2017-12-16 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 10cfd4a7f7ad6d143f1445361df61f17d3f341a5
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 08:19:55 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 08:19:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10cfd4a7
net-misc/connman-gtk-1.1.1-r0: amd64 stable
Gentoo-Bug: http://bugs.gentoo.org/626782
net-misc/connman-gtk/connman-gtk-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild b/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
index 79153de6a64..0d2c795e54f 100644
--- a/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1.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="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2018-05-25 10:47 Marek Szuba
0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2018-05-25 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 0ce5318d240392f782e3595e78d3f5d564f25396
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 10:44:07 2018 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 25 10:44:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce5318d
net-misc/connman-gtk: remove old
Package-Manager: Portage-2.3.39, Repoman-2.3.9
net-misc/connman-gtk/Manifest | 1 -
net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild | 39 --------------------------
net-misc/connman-gtk/connman-gtk-1.0.ebuild | 38 -------------------------
3 files changed, 78 deletions(-)
diff --git a/net-misc/connman-gtk/Manifest b/net-misc/connman-gtk/Manifest
index aec9de3a835..83d7a71e88e 100644
--- a/net-misc/connman-gtk/Manifest
+++ b/net-misc/connman-gtk/Manifest
@@ -1,2 +1 @@
-DIST connman-gtk-1.0.tar.gz 50428 BLAKE2B bcba246411b80db9a3321854ff091d93e65ab9db3578413fdcafbcf9688dd57e033f2d0939d0a425938c128aa021f7e8704d66d02c40fc40770c099c23aa1323 SHA512 61f3004950f5905c62ff8c71afffbba9797e398b332679d495846ecfd2adce693b4ce7026adc72676868a3bdefbf3df5be93090abca215d4b0baf784324c5577
DIST connman-gtk-1.1.1.tar.gz 61789 BLAKE2B d04d508b5bb03abe78c9b6734df919b6589cea9e7f38c41059210e62795ce79a17b6ba8b3ab1b0c403a43fa2712893bc0d00b1e5f15d9910ca45108b9e760e12 SHA512 78fd41a37370c76f118e3fb8a707b96fd6bf1234a8832d047302d4b0fa350f87316f6e2e749860b2cdf0ff6e6eb76e4d7d398dc7fc084403ca2f8682d2907553
diff --git a/net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild b/net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild
deleted file mode 100644
index aec310f408f..00000000000
--- a/net-misc/connman-gtk/connman-gtk-1.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with openconnect)
-}
diff --git a/net-misc/connman-gtk/connman-gtk-1.0.ebuild b/net-misc/connman-gtk/connman-gtk-1.0.ebuild
deleted file mode 100644
index 3b4065d4628..00000000000
--- a/net-misc/connman-gtk/connman-gtk-1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-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() {
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with openconnect)
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2019-06-07 11:45 Marek Szuba
0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2019-06-07 11:45 UTC (permalink / raw
To: gentoo-commits
commit: 5b6d3fbdaf850ab465e97a9fe5b0f03fbd7d63fe
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 7 11:44:16 2019 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jun 7 11:45:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6d3fbd
net-misc/connman-gtk: do not call econf twice
Also, bump to EAPI-7.
Closes: https://bugs.gentoo.org/687550
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild | 53 ++++++++++++++++++++++++
1 file changed, 53 insertions(+)
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
new file mode 100644
index 00000000000..3888b84171b
--- /dev/null
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 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
+"
+
+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
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2020-11-13 5:00 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2020-11-13 5:00 UTC (permalink / raw
To: gentoo-commits
commit: 2e07e1e6396fde6f0781e5f232ff2df43f362792
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 13 05:00:00 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 05:00:00 2020 +0000
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 <sam <AT> 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="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2021-03-29 13:49 Ben Kohler
0 siblings, 0 replies; 18+ messages in thread
From: Ben Kohler @ 2021-03-29 13:49 UTC (permalink / raw
To: gentoo-commits
commit: 8ac1e74ba701ef03891e314bca60363e0e51d05b
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 29 13:34:32 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 13:49:29 2021 +0000
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 <bkohler <AT> 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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2024-05-15 12:50 Marek Szuba
0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2024-05-15 12:50 UTC (permalink / raw
To: gentoo-commits
commit: f04b16ca973867873a7b16979139412b721529c3
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 12:49:31 2024 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed May 15 12:50:29 2024 +0000
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 <marecki <AT> 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>marecki@gentoo.org</email>
- <name>Marek Szuba</name>
- </maintainer>
+ <!-- maintainer-needed -->
<use>
<flag name="openconnect">Support easier authentication to AnyConnect VPNs</flag>
</use>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2024-05-15 12:50 Marek Szuba
0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2024-05-15 12:50 UTC (permalink / raw
To: gentoo-commits
commit: bb1af55cfc8212c6f50a4887a9dc9f4b0c3edea2
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 12:45:28 2024 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed May 15 12:50:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1af55c
net-misc/connman-gtk: update EAPI 7 -> 8
Signed-off-by: Marek Szuba <marecki <AT> 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 000000000000..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
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2024-06-12 13:04 Marek Szuba
0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2024-06-12 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 35aee5e5648ceeba27f9247b1e2b986f3bc69780
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 12:22:04 2024 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 13:04:00 2024 +0000
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 <marecki <AT> 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="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2024-06-13 6:32 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2024-06-13 6:32 UTC (permalink / raw
To: gentoo-commits
commit: d62e8253b34a8ef4b6dbc3170bf9a8191081b2af
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 06:16:15 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 06:32:12 2024 +0000
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 <juippis <AT> 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="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/
@ 2024-06-13 11:37 Marek Szuba
0 siblings, 0 replies; 18+ messages in thread
From: Marek Szuba @ 2024-06-13 11:37 UTC (permalink / raw
To: gentoo-commits
commit: 384f54eb794a88e7bd59bdfa30f94deec96e7e3f
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 10:40:24 2024 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 11:36:50 2024 +0000
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 <marecki <AT> 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..000000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2024-06-13 11:37 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13 6:32 [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-gtk/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2024-06-13 11:37 Marek Szuba
2024-06-12 13:04 Marek Szuba
2024-05-15 12:50 Marek Szuba
2024-05-15 12:50 Marek Szuba
2021-03-29 13:49 Ben Kohler
2020-11-13 5:00 Sam James
2019-06-07 11:45 Marek Szuba
2018-05-25 10:47 Marek Szuba
2017-12-16 8:20 Tobias Klausmann
2017-10-15 22:08 Thomas Deutschmann
2016-11-08 10:39 Marek Szuba
2016-10-04 8:41 Marek Szuba
2016-10-04 8:41 Marek Szuba
2016-08-06 16:51 Michał Górny
2016-07-07 23:38 Austin English
2016-05-22 19:35 Pacho Ramos
2015-09-29 19:58 Julian Ospald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox