public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2021-06-06  5:25 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2021-06-06  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3c31bde87a171f666cb49b1a29e1efa5dd545cd5
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  6 05:24:54 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun  6 05:24:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c31bde8

net-misc/econnman: add python-3.10 compatibility

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/econnman-1.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/econnman/econnman-1.1-r2.ebuild b/net-misc/econnman/econnman-1.1-r2.ebuild
index 7ccef1ed188..8ea76419802 100644
--- a/net-misc/econnman/econnman-1.1-r2.ebuild
+++ b/net-misc/econnman/econnman-1.1-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 python-single-r1
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2023-11-16  8:19 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2023-11-16  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b8736e3658d16602000a2e7c10f0e9bb911818f6
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 16 06:36:03 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 16 08:19:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8736e36

net-misc/econnman: drop 1.1_p20160305

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/econnman-1.1_p20160305.ebuild | 36 -------------------------
 1 file changed, 36 deletions(-)

diff --git a/net-misc/econnman/econnman-1.1_p20160305.ebuild b/net-misc/econnman/econnman-1.1_p20160305.ebuild
deleted file mode 100644
index f3e4206dcd16..000000000000
--- a/net-misc/econnman/econnman-1.1_p20160305.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="ConnMan User Interface written with EFL & python"
-HOMEPAGE="https://phab.enlightenment.org/w/projects/econnman/ https://www.enlightenment.org/"
-SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.tar.xz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-	dev-libs/efl[X,connman]
-	$(python_gen_cond_dep '
-		dev-python/python-efl[${PYTHON_USEDEP}]
-	')"
-
-src_prepare() {
-	default
-	python_fix_shebang econnman-bin.in
-	eautoreconf
-}
-
-src_install() {
-	default
-	rm -r "${ED}"/var/ || die
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2023-11-10  7:34 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2023-11-10  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8b18f9f43a6db1c188417293d1322387184ebfe7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 07:32:21 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 07:32:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b18f9f4

net-misc/econnman: stabilize 1.1_p20160305-r1 for x86

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/econnman-1.1_p20160305-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild b/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild
index 699902201f36..259943c2ba15 100644
--- a/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild
+++ b/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.tar.xz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~riscv x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2023-11-10  7:34 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2023-11-10  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     f6d03cca03d34c23bfde2c1e4c41506bea99cd1c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 07:34:03 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 07:34:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d03cca

net-misc/econnman: stabilize 1.1_p20160305-r1 for amd64

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/econnman-1.1_p20160305-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild b/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild
index 259943c2ba15..8b5bc55fe2dc 100644
--- a/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild
+++ b/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.tar.xz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv x86"
+KEYWORDS="amd64 ~riscv x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2023-10-08  8:20 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2023-10-08  8:20 UTC (permalink / raw
  To: gentoo-commits

commit:     dc4a23a4d9fcbfd030b325ae42fd8309c2003dcd
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 08:16:18 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 08:19:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4a23a4

net-misc/econnman: add python-3.11, python-3.12 compatibility

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/econnman-1.1_p20160305-r1.ebuild | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild b/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild
new file mode 100644
index 000000000000..699902201f36
--- /dev/null
+++ b/net-misc/econnman/econnman-1.1_p20160305-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="ConnMan User Interface written with EFL & python"
+HOMEPAGE="https://phab.enlightenment.org/w/projects/econnman/ https://www.enlightenment.org/"
+SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.tar.xz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+	dev-libs/efl[X,connman]
+	$(python_gen_cond_dep '
+		dev-python/python-efl[${PYTHON_USEDEP}]
+	')"
+
+src_prepare() {
+	default
+	python_fix_shebang econnman-bin.in
+	eautoreconf
+}
+
+src_install() {
+	default
+	rm -r "${ED}"/var/ || die
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2022-04-29  5:58 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-04-29  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     46c65135213ea4167d03291e805c0a440e4781bf
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 05:33:49 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 05:58:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c65135

net-misc/econnman: drop 1.1-r2

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/Manifest               |  1 -
 net-misc/econnman/econnman-1.1-r2.ebuild | 33 --------------------------------
 2 files changed, 34 deletions(-)

diff --git a/net-misc/econnman/Manifest b/net-misc/econnman/Manifest
index b8298806a75e..b1cf22dd457d 100644
--- a/net-misc/econnman/Manifest
+++ b/net-misc/econnman/Manifest
@@ -1,2 +1 @@
-DIST econnman-1.1.tar.xz 108100 BLAKE2B 85a0a38847955c5338f95ae8b1144231d4d2b05b10cc3056af798a7a49658b1e042acad2570d5d0fea181a6bacfc565ac974fd2af78a057c95939292a288c8ce SHA512 8a20d2d5387f9a2eae552178eb2c399ff0c0952c1591f63ca0865f016240ebec6608795c4a722b84c0d703434f70d97d561b95174ed9c08d3a855cd0e9d0929b
 DIST econnman-1.1_p20160305.tar.xz 240428 BLAKE2B 6417b30fd110416f6339b4dfad9edaff2888e9fb9562451ffb13661664c1e51d45f513a192f7850f8030caab13ebd914a138ff6cd596ed09c7210940c98ce748 SHA512 c50155a286e8a8d20deb4d5bf30ce91cc97e7323bc6dd209a16c767c3a1d6f30aab0d3b60c3a14df091d086fc10c2584d7bf56c59c95af684af3d2af7eff726c

diff --git a/net-misc/econnman/econnman-1.1-r2.ebuild b/net-misc/econnman/econnman-1.1-r2.ebuild
deleted file mode 100644
index 9e8ccac3016b..000000000000
--- a/net-misc/econnman/econnman-1.1-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit python-single-r1
-
-DESCRIPTION="ConnMan User Interface written with EFL & python"
-HOMEPAGE="https://phab.enlightenment.org/w/projects/econnman/ https://www.enlightenment.org/"
-SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-	dev-libs/efl[X,connman]
-	$(python_gen_cond_dep '
-		dev-python/python-efl[${PYTHON_USEDEP}]
-	')"
-
-src_prepare() {
-	default
-	python_fix_shebang econnman-bin.in
-	sed -e \
-		's/Categories=Network;Settings;Enlightenment;/Categories=Network;Settings;Dialup;Monitor;/g' \
-		-i data/desktop/econnman{.desktop,-agent.desktop} || die
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2022-03-14 16:26 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-03-14 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2ebb731db241b0f55fc5d5e1e1d42e21df1b0175
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 16:23:30 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 16:26:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebb731d

net-misc/econnman: stabilize 1.1_p20160305 for amd64

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/econnman-1.1_p20160305.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/econnman/econnman-1.1_p20160305.ebuild b/net-misc/econnman/econnman-1.1_p20160305.ebuild
index a8869d398985..be864310ff2f 100644
--- a/net-misc/econnman/econnman-1.1_p20160305.ebuild
+++ b/net-misc/econnman/econnman-1.1_p20160305.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.tar.xz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv x86"
+KEYWORDS="amd64 ~riscv x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2022-03-14 16:26 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-03-14 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     000078d61aa95872d456a829ada9d1df971902d6
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 16:23:10 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 16:26:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000078d6

net-misc/econnman: stabilize 1.1_p20160305 for x86

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/econnman-1.1_p20160305.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/econnman/econnman-1.1_p20160305.ebuild b/net-misc/econnman/econnman-1.1_p20160305.ebuild
index 4f5303c9c3ab..a8869d398985 100644
--- a/net-misc/econnman/econnman-1.1_p20160305.ebuild
+++ b/net-misc/econnman/econnman-1.1_p20160305.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.tar.xz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~riscv x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2022-02-02 16:39 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2022-02-02 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6792729024efc542847b584a7bbcadb2c7aaac9f
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 16:38:08 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 16:39:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67927290

net-misc/econnman: add 1.1_p20160305

 - grab upstream commits since last release into a snapshot release.

Bug: https://bugs.gentoo.org/818241
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/Manifest                      |  1 +
 net-misc/econnman/econnman-1.1_p20160305.ebuild | 36 +++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/net-misc/econnman/Manifest b/net-misc/econnman/Manifest
index f4811f08640d..b8298806a75e 100644
--- a/net-misc/econnman/Manifest
+++ b/net-misc/econnman/Manifest
@@ -1 +1,2 @@
 DIST econnman-1.1.tar.xz 108100 BLAKE2B 85a0a38847955c5338f95ae8b1144231d4d2b05b10cc3056af798a7a49658b1e042acad2570d5d0fea181a6bacfc565ac974fd2af78a057c95939292a288c8ce SHA512 8a20d2d5387f9a2eae552178eb2c399ff0c0952c1591f63ca0865f016240ebec6608795c4a722b84c0d703434f70d97d561b95174ed9c08d3a855cd0e9d0929b
+DIST econnman-1.1_p20160305.tar.xz 240428 BLAKE2B 6417b30fd110416f6339b4dfad9edaff2888e9fb9562451ffb13661664c1e51d45f513a192f7850f8030caab13ebd914a138ff6cd596ed09c7210940c98ce748 SHA512 c50155a286e8a8d20deb4d5bf30ce91cc97e7323bc6dd209a16c767c3a1d6f30aab0d3b60c3a14df091d086fc10c2584d7bf56c59c95af684af3d2af7eff726c

diff --git a/net-misc/econnman/econnman-1.1_p20160305.ebuild b/net-misc/econnman/econnman-1.1_p20160305.ebuild
new file mode 100644
index 000000000000..4f5303c9c3ab
--- /dev/null
+++ b/net-misc/econnman/econnman-1.1_p20160305.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="ConnMan User Interface written with EFL & python"
+HOMEPAGE="https://phab.enlightenment.org/w/projects/econnman/ https://www.enlightenment.org/"
+SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.tar.xz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+	dev-libs/efl[X,connman]
+	$(python_gen_cond_dep '
+		dev-python/python-efl[${PYTHON_USEDEP}]
+	')"
+
+src_prepare() {
+	default
+	python_fix_shebang econnman-bin.in
+	eautoreconf
+}
+
+src_install() {
+	default
+	rm -r "${ED}"/var/ || die
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2021-08-04 14:55 Yixun Lan
  0 siblings, 0 replies; 17+ messages in thread
From: Yixun Lan @ 2021-08-04 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     bdc1a3597239775e100d54f918bb383faa7eba34
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  4 14:51:03 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug  4 14:52:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc1a359

net-misc/econnman: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-misc/econnman/econnman-1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/econnman/econnman-1.1-r2.ebuild b/net-misc/econnman/econnman-1.1-r2.ebuild
index 8ea76419802..9e8ccac3016 100644
--- a/net-misc/econnman/econnman-1.1-r2.ebuild
+++ b/net-misc/econnman/econnman-1.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2021-02-19  8:06 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2021-02-19  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9b32beed6ee33d7e9d558c4c7d41917f00356e63
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 08:06:22 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 08:06:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b32beed

net-misc/econnman: add python-3.9 compatibility, fix .desktop files

Closes: https://bugs.gentoo.org/740776
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/{econnman-1.1-r1.ebuild => econnman-1.1-r2.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-misc/econnman/econnman-1.1-r1.ebuild b/net-misc/econnman/econnman-1.1-r2.ebuild
similarity index 76%
rename from net-misc/econnman/econnman-1.1-r1.ebuild
rename to net-misc/econnman/econnman-1.1-r2.ebuild
index 6bf5c1d6b71..7ccef1ed188 100644
--- a/net-misc/econnman/econnman-1.1-r1.ebuild
+++ b/net-misc/econnman/econnman-1.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit python-single-r1
 
@@ -27,4 +27,7 @@ RDEPEND="${DEPEND}
 src_prepare() {
 	default
 	python_fix_shebang econnman-bin.in
+	sed -e \
+		's/Categories=Network;Settings;Enlightenment;/Categories=Network;Settings;Dialup;Monitor;/g' \
+		-i data/desktop/econnman{.desktop,-agent.desktop} || die
 }


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2020-05-28  5:47 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2020-05-28  5:47 UTC (permalink / raw
  To: gentoo-commits

commit:     7192902457da510fc9b9dd14aac79b90adbced8b
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 05:41:28 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu May 28 05:41:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71929024

net-misc/econnman: enable python3.8 compatibility

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/econnman-1.1-r1.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-misc/econnman/econnman-1.1-r1.ebuild b/net-misc/econnman/econnman-1.1-r1.ebuild
index 6d4692fd9f9..e06b74d6f94 100644
--- a/net-misc/econnman/econnman-1.1-r1.ebuild
+++ b/net-misc/econnman/econnman-1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6..7} )
+PYTHON_COMPAT=( python3_{6..8} )
 
 inherit python-single-r1
 
@@ -18,13 +18,11 @@ KEYWORDS="amd64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	${DEPEND}
+RDEPEND="${DEPEND}
 	dev-libs/efl[X,connman]
 	$(python_gen_cond_dep '
-		dev-python/python-efl[${PYTHON_MULTI_USEDEP}]
-	')
-"
+		dev-python/python-efl[${PYTHON_USEDEP}]
+	')"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2020-05-06 14:15 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2020-05-06 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a5f86018b7dcafe2aab0f0a9a83a75880ce38b15
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 13:06:29 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May  6 14:15:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f86018

net-misc/econnman: stabilize 1.1-r1 on x86

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/net-misc/econnman/econnman-1.1-r1.ebuild b/net-misc/econnman/econnman-1.1-r1.ebuild
index bf5b23bdf38..f7b9c0c8d7e 100644
--- a/net-misc/econnman/econnman-1.1-r1.ebuild
+++ b/net-misc/econnman/econnman-1.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2020-05-06 14:15 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2020-05-06 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     957a2b7a181ce53f0d3c4e472216192d60ecab43
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 14:14:58 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May  6 14:15:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957a2b7a

net-misc/econnman: stabilize 1.1-r1 on amd64

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/net-misc/econnman/econnman-1.1-r1.ebuild b/net-misc/econnman/econnman-1.1-r1.ebuild
index f7b9c0c8d7e..6d4692fd9f9 100644
--- a/net-misc/econnman/econnman-1.1-r1.ebuild
+++ b/net-misc/econnman/econnman-1.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2020-02-09 16:34 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2020-02-09 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1365858af059f5b893b3bfe35bcb13c376e53e91
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 17:29:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:34:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1365858a

net-misc/econnman: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/econnman/{econnman-1.1.ebuild => econnman-1.1-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-misc/econnman/econnman-1.1.ebuild b/net-misc/econnman/econnman-1.1-r1.ebuild
similarity index 89%
rename from net-misc/econnman/econnman-1.1.ebuild
rename to net-misc/econnman/econnman-1.1-r1.ebuild
index 6469ce52bbc..bf5b23bdf38 100644
--- a/net-misc/econnman/econnman-1.1.ebuild
+++ b/net-misc/econnman/econnman-1.1-r1.ebuild
@@ -21,7 +21,9 @@ DEPEND="${PYTHON_DEPS}"
 RDEPEND="
 	${DEPEND}
 	dev-libs/efl[X,connman]
-	dev-python/python-efl[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/python-efl[${PYTHON_MULTI_USEDEP}]
+	')
 "
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2019-07-31  3:41 Joonas Niilola
  0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2019-07-31  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     427425069c786426cc4a4f7fb5c0bb2f89f7180f
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 03:33:02 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 03:33:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42742506

net-misc/econnman: update maintainer info

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/econnman/metadata.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/net-misc/econnman/metadata.xml b/net-misc/econnman/metadata.xml
index d9a6217dd22..6b0a0fb3a72 100644
--- a/net-misc/econnman/metadata.xml
+++ b/net-misc/econnman/metadata.xml
@@ -2,10 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="person">
-    <email>juippis@gmail.com</email>
-  </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
+    <email>juippis@gentoo.org</email>
+    <name>Joonas Niilola</name>
   </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/
@ 2018-09-30 11:44 Michał Górny
  0 siblings, 0 replies; 17+ messages in thread
From: Michał Górny @ 2018-09-30 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     bbf7d6bf4cc16f1c0ab5604fe6019f78dcfb1e02
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Wed Sep 19 13:31:58 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 11:44:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf7d6bf

net-misc/econnman: new package

Closes: https://bugs.gentoo.org/473262
Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
Package-Manager: Portage[mgorny]-2.3.43.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9913

 net-misc/econnman/Manifest            |  1 +
 net-misc/econnman/econnman-1.1.ebuild | 30 ++++++++++++++++++++++++++++++
 net-misc/econnman/metadata.xml        | 11 +++++++++++
 3 files changed, 42 insertions(+)

diff --git a/net-misc/econnman/Manifest b/net-misc/econnman/Manifest
new file mode 100644
index 00000000000..f4811f08640
--- /dev/null
+++ b/net-misc/econnman/Manifest
@@ -0,0 +1 @@
+DIST econnman-1.1.tar.xz 108100 BLAKE2B 85a0a38847955c5338f95ae8b1144231d4d2b05b10cc3056af798a7a49658b1e042acad2570d5d0fea181a6bacfc565ac974fd2af78a057c95939292a288c8ce SHA512 8a20d2d5387f9a2eae552178eb2c399ff0c0952c1591f63ca0865f016240ebec6608795c4a722b84c0d703434f70d97d561b95174ed9c08d3a855cd0e9d0929b

diff --git a/net-misc/econnman/econnman-1.1.ebuild b/net-misc/econnman/econnman-1.1.ebuild
new file mode 100644
index 00000000000..c8d70fe25a9
--- /dev/null
+++ b/net-misc/econnman/econnman-1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{4..7} )
+
+inherit python-single-r1
+
+DESCRIPTION="ConnMan User Interface written with EFL & python"
+HOMEPAGE="https://phab.enlightenment.org/w/projects/econnman/ https://www.enlightenment.org/"
+SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	${DEPEND}
+	dev-libs/efl[X,connman]
+	dev-python/python-efl[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+	default
+	python_fix_shebang econnman-bin.in
+}

diff --git a/net-misc/econnman/metadata.xml b/net-misc/econnman/metadata.xml
new file mode 100644
index 00000000000..d9a6217dd22
--- /dev/null
+++ b/net-misc/econnman/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>juippis@gmail.com</email>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+</pkgmetadata>


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

end of thread, other threads:[~2023-11-16  8:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-06  5:25 [gentoo-commits] repo/gentoo:master commit in: net-misc/econnman/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2023-11-16  8:19 Joonas Niilola
2023-11-10  7:34 Joonas Niilola
2023-11-10  7:34 Joonas Niilola
2023-10-08  8:20 Joonas Niilola
2022-04-29  5:58 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-02-02 16:39 Joonas Niilola
2021-08-04 14:55 Yixun Lan
2021-02-19  8:06 Joonas Niilola
2020-05-28  5:47 Joonas Niilola
2020-05-06 14:15 Joonas Niilola
2020-05-06 14:15 Joonas Niilola
2020-02-09 16:34 Michał Górny
2019-07-31  3:41 Joonas Niilola
2018-09-30 11:44 Michał Górny

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