* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2018-07-11 21:34 Ben Kohler
0 siblings, 0 replies; 11+ messages in thread
From: Ben Kohler @ 2018-07-11 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 626eed5d643e9489a5af08f914f50dc035f59295
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 11 21:34:10 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 21:34:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626eed5d
net-misc/connman-notify: new package
Closes: https://bugs.gentoo.org/561384
Package-Manager: Portage-2.3.42, Repoman-2.3.9
net-misc/connman-notify/Manifest | 1 +
.../connman-notify-0_pre20140623.ebuild | 38 ++++++++++++++++++++++
net-misc/connman-notify/metadata.xml | 8 +++++
3 files changed, 47 insertions(+)
diff --git a/net-misc/connman-notify/Manifest b/net-misc/connman-notify/Manifest
new file mode 100644
index 00000000000..bdd935254e9
--- /dev/null
+++ b/net-misc/connman-notify/Manifest
@@ -0,0 +1 @@
+DIST connman-notify-0_pre20140623.tar.bz2 2858 BLAKE2B b76865e5392f9b6ed2dada5b323e0f867fa70b5ba21bb6342069f7f6a28468d2915dc9c573bcb4ebc061c3039fa6f0bbfd6969464d264b710f3aee149b1162a5 SHA512 8da432cfe0653c29d83afffeacd11e9d66795be061040286ec8b90ce28c334c729af24cb7e1aee0f32e2b2626949f7ee9c95c52b4a3191392236bad7b204a267
diff --git a/net-misc/connman-notify/connman-notify-0_pre20140623.ebuild b/net-misc/connman-notify/connman-notify-0_pre20140623.ebuild
new file mode 100644
index 00000000000..3d32d97d793
--- /dev/null
+++ b/net-misc/connman-notify/connman-notify-0_pre20140623.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit desktop python-single-r1 vcs-snapshot
+
+MY_COMMIT="0ed9b5e4a0e1f03c83c4589cabf410cac66cd11d"
+
+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}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+ dev-python/notify-python[${PYTHON_USEDEP}]
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/pygobject:2[${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
+}
diff --git a/net-misc/connman-notify/metadata.xml b/net-misc/connman-notify/metadata.xml
new file mode 100644
index 00000000000..43523418890
--- /dev/null
+++ b/net-misc/connman-notify/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+</maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2020-01-07 13:50 Ben Kohler
0 siblings, 0 replies; 11+ messages in thread
From: Ben Kohler @ 2020-01-07 13:50 UTC (permalink / raw
To: gentoo-commits
commit: 11d9e66bef473a2502c9d648d347474ba8724594
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 23:08:41 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 13:50:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d9e66b
net-misc/connman-notify: update PYTHON_COMPAT
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-misc/connman-notify/connman-notify-0_pre20191003.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
index 4c4c3e6b29e..3f875e44e21 100644
--- a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
+++ b/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit desktop python-single-r1 vcs-snapshot
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2020-02-09 16:34 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-02-09 16:34 UTC (permalink / raw
To: gentoo-commits
commit: 22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 17:29:31 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:34:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d1cb5a
net-misc/connman-notify: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...-0_pre20191003.ebuild => connman-notify-0_pre20191003-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
similarity index 86%
rename from net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
rename to net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
index 3f875e44e21..d093e295fa6 100644
--- a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild
+++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild
@@ -22,8 +22,10 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- dev-python/dbus-python[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
+ ')
net-misc/connman
virtual/notification-daemon"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2020-12-28 18:50 Ben Kohler
0 siblings, 0 replies; 11+ messages in thread
From: Ben Kohler @ 2020-12-28 18:50 UTC (permalink / raw
To: gentoo-commits
commit: 69853abfc258867e17e7e02f39d7ed1cbec201fa
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 18:23:46 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 18:50:11 2020 +0000
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 <bkohler <AT> 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 00000000000..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
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2021-02-27 14:04 Ben Kohler
0 siblings, 0 replies; 11+ messages in thread
From: Ben Kohler @ 2021-02-27 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 1b5ffeda7a0f7dab3e54f8d862da044546ca7ed5
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 14:00:36 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 14:00:36 2021 +0000
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 <bkohler <AT> 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..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2021-07-13 13:44 Ben Kohler
0 siblings, 0 replies; 11+ messages in thread
From: Ben Kohler @ 2021-07-13 13:44 UTC (permalink / raw
To: gentoo-commits
commit: b1be8347a3ab26d4aaa290eba1a884a692675fe7
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 13:21:29 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 13:29:41 2021 +0000
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 <bkohler <AT> 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
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2021-07-13 15:44 Ben Kohler
0 siblings, 0 replies; 11+ messages in thread
From: Ben Kohler @ 2021-07-13 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 60a991c0e74c9213bfdd17af9b41730735d0a1c4
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 15:44:14 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 15:44:25 2021 +0000
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 <bkohler <AT> 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 00000000000..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
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2022-07-28 13:55 Ben Kohler
0 siblings, 0 replies; 11+ messages in thread
From: Ben Kohler @ 2022-07-28 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 78f0c3b4e8a9771d8ccfea818a504089c28ff94e
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 13:02:40 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 13:54:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f0c3b4
net-misc/connman-notify: drop 0_pre20191003-r2
Signed-off-by: Ben Kohler <bkohler <AT> 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..000000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2022-07-28 13:55 Ben Kohler
0 siblings, 0 replies; 11+ messages in thread
From: Ben Kohler @ 2022-07-28 13:55 UTC (permalink / raw
To: gentoo-commits
commit: a61bb46761bbd95a138d4bd39bb7cdeb9ccd39c0
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 13:02:22 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 13:54:55 2022 +0000
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 <bkohler <AT> 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
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2023-01-10 16:11 Ben Kohler
0 siblings, 0 replies; 11+ messages in thread
From: Ben Kohler @ 2023-01-10 16:11 UTC (permalink / raw
To: gentoo-commits
commit: 9b73d4e40466199351d8d28baf871add0600a06b
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 16:03:23 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 16:03:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b73d4e4
net-misc/connman-notify: add gitlab upstream metadata
Signed-off-by: Ben Kohler <bkohler <AT> 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 @@
<email>bkohler@gentoo.org</email>
<name>Ben Kohler</name>
</maintainer>
+<upstream>
+ <remote-id type="gitlab">wavexx/connman-notify</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/
@ 2024-06-03 13:29 Ben Kohler
0 siblings, 0 replies; 11+ messages in thread
From: Ben Kohler @ 2024-06-03 13:29 UTC (permalink / raw
To: gentoo-commits
commit: 0b838d21615113e7960e453f0315cd4902cc528a
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 3 13:28:50 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jun 3 13:29:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b838d21
net-misc/connman-notify: enable py3.12
Signed-off-by: Ben Kohler <bkohler <AT> 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
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-06-03 13:29 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-07 13:50 [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/ Ben Kohler
-- strict thread matches above, loose matches on Subject: below --
2024-06-03 13:29 Ben Kohler
2023-01-10 16:11 Ben Kohler
2022-07-28 13:55 Ben Kohler
2022-07-28 13:55 Ben Kohler
2021-07-13 15:44 Ben Kohler
2021-07-13 13:44 Ben Kohler
2021-02-27 14:04 Ben Kohler
2020-12-28 18:50 Ben Kohler
2020-02-09 16:34 Michał Górny
2018-07-11 21:34 Ben Kohler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox