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

2024-01-31 Thread Yixun Lan
commit: a66f97b855cc28d9f0f6e9640beb3a7399e5609e
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jan 31 09:32:45 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jan 31 09:32:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66f97b8

net-misc/ofono: drop 1.33

Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest  |  1 -
 net-misc/ofono/ofono-1.33.ebuild | 66 
 2 files changed, 67 deletions(-)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 383d43806414..18448a795f89 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1,2 @@
-DIST ofono-1.33.tar.xz 1060408 BLAKE2B 
646a96c0926ea032fef0357aabe6a4be6da88f4ccbdff59bb86b5de73a9b469362151b212a05234619f5d616b534343137c66e923782c7d50dfe13d2bf66558c
 SHA512 
8d88226aa2b43eca840c6330045ee7a96c91f6003b06fca5ea55b74fc229f0e0ba0c8d98f7945f8c23ec5a8e7057bffef6335c61842e245686e0ed7c5feda589
 DIST ofono-2.1.tar.xz 1097624 BLAKE2B 
574293a73061470eec322df7fa62d581e8e8d2c5b81e896bff52173a986733f448686186bc0400ccf256fb931e26a1fef6a664dafa8f64935f936c9347e4a054
 SHA512 
7227939c488c2a62f640d5a8279e0698935aa1df5a2a349e195df9a8d9d9123c73a7f1177aae022b4c805d266c24a9770784193100adffa45f6c36a3ed847bb1
 DIST ofono-2.3.tar.xz 1216872 BLAKE2B 
e32ea09dbc8f0aa2ca3f322ffc34d9f9d06d862792b05a0f96ddba4ebe4038199ab40a4065582d68a35d2a5725646626bc36c8f9e83d89a42be8d76271144751
 SHA512 
0c53c2c441d28f89140192fe808769b3b27ef1ebf75e9ee9f9bfa53d0d102a47d11fcb364077ca88cdc598e8368924f477024b44a2adf795efe40b52ffe92dce

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
deleted file mode 100644
index baad2dd7743f..
--- a/net-misc/ofono/ofono-1.33.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/ofono/ofono.git;
-SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.6
-   >=dev-libs/glib-2.68
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( >=net-wireless/bluez-4.99 )
-   udev? ( virtual/udev )
-   examples? ( dev-python/dbus-python )
-   tools? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )
-
-src_configure() {
-   econf \
-   $(use_enable udev) \
-   $(use_enable isimodem) \
-   $(use_enable atmodem) \
-   $(use_enable cdmamodem) \
-   $(use_enable datafiles) \
-   $(use_enable dundee) \
-   $(use_enable bluetooth) \
-   $(use_enable phonesim) \
-   $(use_enable provision) \
-   $(use_enable qmimodem) \
-   $(use_enable tools) \
-   $(use_enable examples test) \
-   $(use_enable upower) \
-   --disable-maintainer-mode \
-   --disable-rilmodem
-   --localstatedir=/var \
-   --with-systemdunitdir="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-   default
-
-   if use tools ; then
-   dobin tools/auto-enable \
-   tools/huawei-audio \
-   tools/lookup-provider-name \
-   tools/lookup-apn \
-   tools/get-location \
-   tools/tty-redirector
-   fi
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   use doc && dodoc doc/*.txt
-}



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

2024-01-31 Thread Yixun Lan
commit: e654fa57c15502161c5a07310eb2c6ca9bc1273a
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jan 31 09:31:09 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jan 31 09:31:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e654fa57

net-misc/ofono: Stabilize 2.1 arm64, #923338

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/net-misc/ofono/ofono-2.1.ebuild b/net-misc/ofono/ofono-2.1.ebuild
index b6e6a49216c8..d4c3415dffc6 100644
--- a/net-misc/ofono/ofono-2.1.ebuild
+++ b/net-misc/ofono/ofono-2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2024-01-30 Thread Yixun Lan
commit: 3f57e046be1f55205b4566721ec3d271d6b9604b
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jan 31 00:37:11 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jan 31 00:39:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f57e046

net-misc/ofono: fix missing tools

Closes: https://bugs.gentoo.org/923344
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/ofono-2.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/ofono/ofono-2.3.ebuild b/net-misc/ofono/ofono-2.3.ebuild
index 10655da4f763..544ccf185011 100644
--- a/net-misc/ofono/ofono-2.3.ebuild
+++ b/net-misc/ofono/ofono-2.3.ebuild
@@ -54,7 +54,6 @@ src_install() {
if use tools ; then
dobin tools/auto-enable \
tools/huawei-audio \
-   tools/lookup-provider-name \
tools/lookup-apn \
tools/get-location \
tools/tty-redirector



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

2024-01-30 Thread Sam James
commit: 4507e98e2c9aff311e69e4d6987d584f890c6a3c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 30 15:19:08 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 30 15:19:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4507e98e

net-misc/ofono: Stabilize 2.1 sparc, #923338

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

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

diff --git a/net-misc/ofono/ofono-2.1.ebuild b/net-misc/ofono/ofono-2.1.ebuild
index 863768c12a36..b6e6a49216c8 100644
--- a/net-misc/ofono/ofono-2.1.ebuild
+++ b/net-misc/ofono/ofono-2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2024-01-30 Thread Sam James
commit: 2bbf57f566b66bc4cf1d7c84e2bb925902257039
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 30 15:19:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 30 15:19:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbf57f5

net-misc/ofono: Stabilize 2.1 amd64, #923338

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

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

diff --git a/net-misc/ofono/ofono-2.1.ebuild b/net-misc/ofono/ofono-2.1.ebuild
index 65a8744990af..a2f38c1e6145 100644
--- a/net-misc/ofono/ofono-2.1.ebuild
+++ b/net-misc/ofono/ofono-2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2024-01-30 Thread Sam James
commit: 20c7a9ff5971164fde9d127de4a7a49ec9a0e434
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 30 15:19:07 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 30 15:19:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c7a9ff

net-misc/ofono: Stabilize 2.1 x86, #923338

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

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

diff --git a/net-misc/ofono/ofono-2.1.ebuild b/net-misc/ofono/ofono-2.1.ebuild
index a2f38c1e6145..863768c12a36 100644
--- a/net-misc/ofono/ofono-2.1.ebuild
+++ b/net-misc/ofono/ofono-2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2024-01-30 Thread Sam James
commit: e91e02f48d401d12ea23ad9a7c97c44cd3d9108a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 30 15:00:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 30 15:00:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91e02f4

net-misc/ofono: Stabilize 2.1 arm, #923338

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

 net-misc/ofono/ofono-2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ofono/ofono-2.1.ebuild b/net-misc/ofono/ofono-2.1.ebuild
index 892057a6974a..446b9ccbfe47 100644
--- a/net-misc/ofono/ofono-2.1.ebuild
+++ b/net-misc/ofono/ofono-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2024-01-30 Thread Sam James
commit: 7e5ecf95875b1e8109c99c8d72ed6345f9e9c09b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 30 15:00:52 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 30 15:00:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5ecf95

net-misc/ofono: Stabilize 2.1 ppc, #923338

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

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

diff --git a/net-misc/ofono/ofono-2.1.ebuild b/net-misc/ofono/ofono-2.1.ebuild
index 6f5c5e5f389e..65a8744990af 100644
--- a/net-misc/ofono/ofono-2.1.ebuild
+++ b/net-misc/ofono/ofono-2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2024-01-30 Thread Sam James
commit: 04e61c8fe436d06bdb806526163104c172439a3b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 30 15:00:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 30 15:00:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e61c8f

net-misc/ofono: Stabilize 2.1 ppc64, #923338

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

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

diff --git a/net-misc/ofono/ofono-2.1.ebuild b/net-misc/ofono/ofono-2.1.ebuild
index 446b9ccbfe47..6f5c5e5f389e 100644
--- a/net-misc/ofono/ofono-2.1.ebuild
+++ b/net-misc/ofono/ofono-2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2024-01-30 Thread Yixun Lan
commit: a9c3a1138e8433399d5a8e33faac161af513f1e4
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jan 30 12:50:48 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jan 30 12:52:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c3a113

net-misc/ofono: add 2.3

Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest |  1 +
 net-misc/ofono/ofono-2.3.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 1e20cd5b72cf..b402a97bcd6f 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -2,3 +2,4 @@ DIST ofono-1.33.tar.xz 1060408 BLAKE2B 
646a96c0926ea032fef0357aabe6a4be6da88f4cc
 DIST ofono-1.34.tar.xz 1060828 BLAKE2B 
be0d3787ca9226763fb2bff46f1c3cec813d702730d6231986ec5aa43e2d96e08385fa3f64ccff97cf15844e41a33d6c37d1d35c8b0c5fcf3765848e258e3372
 SHA512 
79ebf0bc795288f07b58eeaa1a0aa3309b4afecae3abdd26c0749e22a4c2e74b65e93cbcfdfd1738dbcb2d0cfb8c687d182d706696a7c1cd5b4ed3bcec059489
 DIST ofono-2.0.tar.xz 1096856 BLAKE2B 
28b29577cdd70129fd8f7346bd82e03078452b03bb4baf152c4e406cfc17a5eeac11312999592acad85d7c61c4595403d266482068576573fd1d75a15e610d80
 SHA512 
3b29845d06784bfec8e60f6590237b77baa0826b1366f7ed8491d41622da19c72290ff8508a4625e5d7d5f68a03237524aa2ef1936b26dbc035fb3e7fa747f23
 DIST ofono-2.1.tar.xz 1097624 BLAKE2B 
574293a73061470eec322df7fa62d581e8e8d2c5b81e896bff52173a986733f448686186bc0400ccf256fb931e26a1fef6a664dafa8f64935f936c9347e4a054
 SHA512 
7227939c488c2a62f640d5a8279e0698935aa1df5a2a349e195df9a8d9d9123c73a7f1177aae022b4c805d266c24a9770784193100adffa45f6c36a3ed847bb1
+DIST ofono-2.3.tar.xz 1216872 BLAKE2B 
e32ea09dbc8f0aa2ca3f322ffc34d9f9d06d862792b05a0f96ddba4ebe4038199ab40a4065582d68a35d2a5725646626bc36c8f9e83d89a42be8d76271144751
 SHA512 
0c53c2c441d28f89140192fe808769b3b27ef1ebf75e9ee9f9bfa53d0d102a47d11fcb364077ca88cdc598e8368924f477024b44a2adf795efe40b52ffe92dce

diff --git a/net-misc/ofono/ofono-2.3.ebuild b/net-misc/ofono/ofono-2.3.ebuild
new file mode 100644
index ..10655da4f763
--- /dev/null
+++ b/net-misc/ofono/ofono-2.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/ofono/ofono.git;
+SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+atmodem bluetooth +datafiles doc dundee examples +isimodem +phonesim 
+provision +qmimodem tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.6
+   >=dev-libs/glib-2.68
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2024-01-30 Thread Yixun Lan
commit: 59283424926e525908570b8783d23f5e11faa9b6
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jan 30 12:51:27 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jan 30 12:52:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59283424

net-misc/ofono: drop 1.34, 2.0

Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest  |  2 --
 net-misc/ofono/ofono-1.34.ebuild | 66 
 net-misc/ofono/ofono-2.0.ebuild  | 66 
 3 files changed, 134 deletions(-)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index b402a97bcd6f..383d43806414 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,5 +1,3 @@
 DIST ofono-1.33.tar.xz 1060408 BLAKE2B 
646a96c0926ea032fef0357aabe6a4be6da88f4ccbdff59bb86b5de73a9b469362151b212a05234619f5d616b534343137c66e923782c7d50dfe13d2bf66558c
 SHA512 
8d88226aa2b43eca840c6330045ee7a96c91f6003b06fca5ea55b74fc229f0e0ba0c8d98f7945f8c23ec5a8e7057bffef6335c61842e245686e0ed7c5feda589
-DIST ofono-1.34.tar.xz 1060828 BLAKE2B 
be0d3787ca9226763fb2bff46f1c3cec813d702730d6231986ec5aa43e2d96e08385fa3f64ccff97cf15844e41a33d6c37d1d35c8b0c5fcf3765848e258e3372
 SHA512 
79ebf0bc795288f07b58eeaa1a0aa3309b4afecae3abdd26c0749e22a4c2e74b65e93cbcfdfd1738dbcb2d0cfb8c687d182d706696a7c1cd5b4ed3bcec059489
-DIST ofono-2.0.tar.xz 1096856 BLAKE2B 
28b29577cdd70129fd8f7346bd82e03078452b03bb4baf152c4e406cfc17a5eeac11312999592acad85d7c61c4595403d266482068576573fd1d75a15e610d80
 SHA512 
3b29845d06784bfec8e60f6590237b77baa0826b1366f7ed8491d41622da19c72290ff8508a4625e5d7d5f68a03237524aa2ef1936b26dbc035fb3e7fa747f23
 DIST ofono-2.1.tar.xz 1097624 BLAKE2B 
574293a73061470eec322df7fa62d581e8e8d2c5b81e896bff52173a986733f448686186bc0400ccf256fb931e26a1fef6a664dafa8f64935f936c9347e4a054
 SHA512 
7227939c488c2a62f640d5a8279e0698935aa1df5a2a349e195df9a8d9d9123c73a7f1177aae022b4c805d266c24a9770784193100adffa45f6c36a3ed847bb1
 DIST ofono-2.3.tar.xz 1216872 BLAKE2B 
e32ea09dbc8f0aa2ca3f322ffc34d9f9d06d862792b05a0f96ddba4ebe4038199ab40a4065582d68a35d2a5725646626bc36c8f9e83d89a42be8d76271144751
 SHA512 
0c53c2c441d28f89140192fe808769b3b27ef1ebf75e9ee9f9bfa53d0d102a47d11fcb364077ca88cdc598e8368924f477024b44a2adf795efe40b52ffe92dce

diff --git a/net-misc/ofono/ofono-1.34.ebuild b/net-misc/ofono/ofono-1.34.ebuild
deleted file mode 100644
index e55afed80dd2..
--- a/net-misc/ofono/ofono-1.34.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/ofono/ofono.git;
-SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.6
-   >=dev-libs/glib-2.68
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( >=net-wireless/bluez-4.99 )
-   udev? ( virtual/udev )
-   examples? ( dev-python/dbus-python )
-   tools? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )
-
-src_configure() {
-   econf \
-   $(use_enable udev) \
-   $(use_enable isimodem) \
-   $(use_enable atmodem) \
-   $(use_enable cdmamodem) \
-   $(use_enable datafiles) \
-   $(use_enable dundee) \
-   $(use_enable bluetooth) \
-   $(use_enable phonesim) \
-   $(use_enable provision) \
-   $(use_enable qmimodem) \
-   $(use_enable tools) \
-   $(use_enable examples test) \
-   $(use_enable upower) \
-   --disable-maintainer-mode \
-   --disable-rilmodem
-   --localstatedir=/var \
-   --with-systemdunitdir="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-   default
-
-   if use tools ; then
-   dobin tools/auto-enable \
-   tools/huawei-audio \
-   tools/lookup-provider-name \
-   tools/lookup-apn \
-   tools/get-location \
-   tools/tty-redirector
-   fi
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   use doc && dodoc doc/*.txt
-}

diff --git a/net-misc/ofono/ofono-2.0.ebuild b/net-misc/ofono/ofono-2.0.ebuild
deleted file mode 100644
index 892057a6974a..
--- a/net-misc/ofono/ofono-2.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-

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

2023-08-27 Thread Yixun Lan
commit: f41a3d0bbb6d2974ee91e7a45bf0ac8b92f3b40e
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Aug 28 00:29:45 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Aug 28 03:18:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41a3d0b

net-misc/ofono: add 2.1

Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest |  1 +
 net-misc/ofono/ofono-2.1.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index d384595b12a8..1e20cd5b72cf 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1,4 @@
 DIST ofono-1.33.tar.xz 1060408 BLAKE2B 
646a96c0926ea032fef0357aabe6a4be6da88f4ccbdff59bb86b5de73a9b469362151b212a05234619f5d616b534343137c66e923782c7d50dfe13d2bf66558c
 SHA512 
8d88226aa2b43eca840c6330045ee7a96c91f6003b06fca5ea55b74fc229f0e0ba0c8d98f7945f8c23ec5a8e7057bffef6335c61842e245686e0ed7c5feda589
 DIST ofono-1.34.tar.xz 1060828 BLAKE2B 
be0d3787ca9226763fb2bff46f1c3cec813d702730d6231986ec5aa43e2d96e08385fa3f64ccff97cf15844e41a33d6c37d1d35c8b0c5fcf3765848e258e3372
 SHA512 
79ebf0bc795288f07b58eeaa1a0aa3309b4afecae3abdd26c0749e22a4c2e74b65e93cbcfdfd1738dbcb2d0cfb8c687d182d706696a7c1cd5b4ed3bcec059489
 DIST ofono-2.0.tar.xz 1096856 BLAKE2B 
28b29577cdd70129fd8f7346bd82e03078452b03bb4baf152c4e406cfc17a5eeac11312999592acad85d7c61c4595403d266482068576573fd1d75a15e610d80
 SHA512 
3b29845d06784bfec8e60f6590237b77baa0826b1366f7ed8491d41622da19c72290ff8508a4625e5d7d5f68a03237524aa2ef1936b26dbc035fb3e7fa747f23
+DIST ofono-2.1.tar.xz 1097624 BLAKE2B 
574293a73061470eec322df7fa62d581e8e8d2c5b81e896bff52173a986733f448686186bc0400ccf256fb931e26a1fef6a664dafa8f64935f936c9347e4a054
 SHA512 
7227939c488c2a62f640d5a8279e0698935aa1df5a2a349e195df9a8d9d9123c73a7f1177aae022b4c805d266c24a9770784193100adffa45f6c36a3ed847bb1

diff --git a/net-misc/ofono/ofono-2.1.ebuild b/net-misc/ofono/ofono-2.1.ebuild
new file mode 100644
index ..892057a6974a
--- /dev/null
+++ b/net-misc/ofono/ofono-2.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/ofono/ofono.git;
+SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.6
+   >=dev-libs/glib-2.68
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2023-08-01 Thread Sam James
commit: bf6bf7d27567138221d2a0e44248743fcba71049
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Mon Jul 10 20:25:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  1 16:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6bf7d2

net-misc/ofono: update HOMEPAGE

Signed-off-by: Azamat H. Hackimov  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 net-misc/ofono/ofono-1.33.ebuild | 4 ++--
 net-misc/ofono/ofono-1.34.ebuild | 4 ++--
 net-misc/ofono/ofono-2.0.ebuild  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
index 22a7d7241f42..baad2dd7743f 100644
--- a/net-misc/ofono/ofono-1.33.ebuild
+++ b/net-misc/ofono/ofono-1.33.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit systemd
 
 DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://01.org/ofono;
+HOMEPAGE="https://git.kernel.org/pub/scm/network/ofono/ofono.git;
 SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"

diff --git a/net-misc/ofono/ofono-1.34.ebuild b/net-misc/ofono/ofono-1.34.ebuild
index ea773ff8c414..e55afed80dd2 100644
--- a/net-misc/ofono/ofono-1.34.ebuild
+++ b/net-misc/ofono/ofono-1.34.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit systemd
 
 DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://01.org/ofono;
+HOMEPAGE="https://git.kernel.org/pub/scm/network/ofono/ofono.git;
 SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"

diff --git a/net-misc/ofono/ofono-2.0.ebuild b/net-misc/ofono/ofono-2.0.ebuild
index 9da45c1586a8..892057a6974a 100644
--- a/net-misc/ofono/ofono-2.0.ebuild
+++ b/net-misc/ofono/ofono-2.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit systemd
 
 DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/ofono/ofono;
+HOMEPAGE="https://git.kernel.org/pub/scm/network/ofono/ofono.git;
 SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"



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

2023-01-20 Thread Yixun Lan
commit: 860e59cdf84bf887090b361a3f0ac505ba9d6356
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Jan 20 12:18:22 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Jan 20 12:21:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860e59cd

net-misc/ofono: add 2.0

Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest |  1 +
 net-misc/ofono/ofono-2.0.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index e8662a38301e..d384595b12a8 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,2 +1,3 @@
 DIST ofono-1.33.tar.xz 1060408 BLAKE2B 
646a96c0926ea032fef0357aabe6a4be6da88f4ccbdff59bb86b5de73a9b469362151b212a05234619f5d616b534343137c66e923782c7d50dfe13d2bf66558c
 SHA512 
8d88226aa2b43eca840c6330045ee7a96c91f6003b06fca5ea55b74fc229f0e0ba0c8d98f7945f8c23ec5a8e7057bffef6335c61842e245686e0ed7c5feda589
 DIST ofono-1.34.tar.xz 1060828 BLAKE2B 
be0d3787ca9226763fb2bff46f1c3cec813d702730d6231986ec5aa43e2d96e08385fa3f64ccff97cf15844e41a33d6c37d1d35c8b0c5fcf3765848e258e3372
 SHA512 
79ebf0bc795288f07b58eeaa1a0aa3309b4afecae3abdd26c0749e22a4c2e74b65e93cbcfdfd1738dbcb2d0cfb8c687d182d706696a7c1cd5b4ed3bcec059489
+DIST ofono-2.0.tar.xz 1096856 BLAKE2B 
28b29577cdd70129fd8f7346bd82e03078452b03bb4baf152c4e406cfc17a5eeac11312999592acad85d7c61c4595403d266482068576573fd1d75a15e610d80
 SHA512 
3b29845d06784bfec8e60f6590237b77baa0826b1366f7ed8491d41622da19c72290ff8508a4625e5d7d5f68a03237524aa2ef1936b26dbc035fb3e7fa747f23

diff --git a/net-misc/ofono/ofono-2.0.ebuild b/net-misc/ofono/ofono-2.0.ebuild
new file mode 100644
index ..9da45c1586a8
--- /dev/null
+++ b/net-misc/ofono/ofono-2.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/ofono/ofono;
+SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.6
+   >=dev-libs/glib-2.68
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2022-05-18 Thread WANG Xuerui
commit: a204116a67ea08946341df451d347b32867bf899
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May 19 05:03:54 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May 19 05:07:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a204116a

net-misc/ofono: keyword 1.34 for ~loong

Tests fail on amd64 too; on loong only unit/test_mbim was segfaulting on
the last case. Other tests passed so the package should be fairly
usable.

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

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

diff --git a/net-misc/ofono/ofono-1.34.ebuild b/net-misc/ofono/ofono-1.34.ebuild
index 1afaf2e3612b..ea773ff8c414 100644
--- a/net-misc/ofono/ofono-1.34.ebuild
+++ b/net-misc/ofono/ofono-1.34.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2022-03-29 Thread Yixun Lan
commit: 951d9e07d96481bc5d40928d60c6d92bd602aa4c
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Mar 29 12:52:05 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Mar 29 12:53:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951d9e07

net-misc/ofono: Stabilize 1.33 arm, #832525

Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
index 522dbe691596..22a7d7241f42 100644
--- a/net-misc/ofono/ofono-1.33.ebuild
+++ b/net-misc/ofono/ofono-1.33.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2022-03-29 Thread Yixun Lan
commit: 518ccac4636ac65742a799db82fabc3d7e50099b
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Mar 29 12:53:44 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Mar 29 12:53:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518ccac4

net-misc/ofono: drop old

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

 net-misc/ofono/Manifest  |  1 -
 net-misc/ofono/ofono-1.31.ebuild | 66 
 2 files changed, 67 deletions(-)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 60dde38a982c..e8662a38301e 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1,2 @@
-DIST ofono-1.31.tar.xz 1049252 BLAKE2B 
f7b40d3aa7854369a7886a4b64bb66044e8f016682665935f7727bf219c084d266d8fd7f80c97e58234d845f7db3dc52133298697274745d115cf14c62769d82
 SHA512 
377cda34dcc92d1f339a4b3271de5a14afaf309061c4467e5af18089cd821e65c0d8ad29d07e96d0f0480bb51554b284afb6bc2b9da586cc30dc0c1440612b20
 DIST ofono-1.33.tar.xz 1060408 BLAKE2B 
646a96c0926ea032fef0357aabe6a4be6da88f4ccbdff59bb86b5de73a9b469362151b212a05234619f5d616b534343137c66e923782c7d50dfe13d2bf66558c
 SHA512 
8d88226aa2b43eca840c6330045ee7a96c91f6003b06fca5ea55b74fc229f0e0ba0c8d98f7945f8c23ec5a8e7057bffef6335c61842e245686e0ed7c5feda589
 DIST ofono-1.34.tar.xz 1060828 BLAKE2B 
be0d3787ca9226763fb2bff46f1c3cec813d702730d6231986ec5aa43e2d96e08385fa3f64ccff97cf15844e41a33d6c37d1d35c8b0c5fcf3765848e258e3372
 SHA512 
79ebf0bc795288f07b58eeaa1a0aa3309b4afecae3abdd26c0749e22a4c2e74b65e93cbcfdfd1738dbcb2d0cfb8c687d182d706696a7c1cd5b4ed3bcec059489

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
deleted file mode 100644
index 7ae12935361e..
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://01.org/ofono;
-SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.4
-   >=dev-libs/glib-2.32
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( >=net-wireless/bluez-4.99 )
-   udev? ( virtual/udev )
-   examples? ( dev-python/dbus-python )
-   tools? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )
-
-src_configure() {
-   econf \
-   $(use_enable udev) \
-   $(use_enable isimodem) \
-   $(use_enable atmodem) \
-   $(use_enable cdmamodem) \
-   $(use_enable datafiles) \
-   $(use_enable dundee) \
-   $(use_enable bluetooth) \
-   $(use_enable phonesim) \
-   $(use_enable provision) \
-   $(use_enable qmimodem) \
-   $(use_enable tools) \
-   $(use_enable examples test) \
-   $(use_enable upower) \
-   --disable-maintainer-mode \
-   --disable-rilmodem
-   --localstatedir=/var \
-   --with-systemdunitdir="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-   default
-
-   if use tools ; then
-   dobin tools/auto-enable \
-   tools/huawei-audio \
-   tools/lookup-provider-name \
-   tools/lookup-apn \
-   tools/get-location \
-   tools/tty-redirector
-   fi
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   use doc && dodoc doc/*.txt
-}



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

2022-02-03 Thread Agostino Sarubbo
commit: 6d6cf4c7ca325f338abbc4fdc30e3377d6047b79
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb  4 07:23:09 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb  4 07:23:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6cf4c7

net-misc/ofono: ppc64 stable wrt bug #832525

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

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

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
index f1e91a502861..522dbe691596 100644
--- a/net-misc/ofono/ofono-1.33.ebuild
+++ b/net-misc/ofono/ofono-1.33.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2022-02-03 Thread Agostino Sarubbo
commit: 3e13790269c397b0fdba16f5ba2415f1a86f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb  4 07:21:42 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb  4 07:21:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e137902

net-misc/ofono: ppc stable wrt bug #832525

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

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

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
index 89f6b33bb9e8..f1e91a502861 100644
--- a/net-misc/ofono/ofono-1.33.ebuild
+++ b/net-misc/ofono/ofono-1.33.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2022-02-02 Thread Sam James
commit: e2b6724da57789146c0364ef5fc7a57c65f51953
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 06:03:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 06:03:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b6724d

net-misc/ofono: Stabilize 1.33 arm64, #832525

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

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

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
index fe25a4b91799..89f6b33bb9e8 100644
--- a/net-misc/ofono/ofono-1.33.ebuild
+++ b/net-misc/ofono/ofono-1.33.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2022-02-02 Thread Sam James
commit: 2e79fda3c6b813802325f6b2560539a41bb040b5
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb  2 09:47:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  2 09:47:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e79fda3

net-misc/ofono: Stabilize 1.33 sparc, #832525

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

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

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
index abbec66bc7bf..fe25a4b91799 100644
--- a/net-misc/ofono/ofono-1.33.ebuild
+++ b/net-misc/ofono/ofono-1.33.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2022-02-02 Thread Sam James
commit: 4c3c68284bc8d5532ff0dc8ebf0c537e9d94b3f4
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb  2 09:46:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  2 09:46:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3c6828

net-misc/ofono: Stabilize 1.33 amd64, #832525

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

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

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
index d6095b1095be..abbec66bc7bf 100644
--- a/net-misc/ofono/ofono-1.33.ebuild
+++ b/net-misc/ofono/ofono-1.33.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2022-02-02 Thread Sam James
commit: 53312d6df3b94412c43f67c8cd2b6c59ba11c3e2
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb  2 09:45:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  2 09:45:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53312d6d

net-misc/ofono: Stabilize 1.33 x86, #832525

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

 net-misc/ofono/ofono-1.33.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
index 7b3600dc6b80..d6095b1095be 100644
--- a/net-misc/ofono/ofono-1.33.ebuild
+++ b/net-misc/ofono/ofono-1.33.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2022-02-01 Thread Yixun Lan
commit: 437de54a80402dd30c811cbb0d0b73d4a31d5574
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Feb  2 01:18:32 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Feb  2 01:18:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437de54a

net-misc/ofono: version bump 1.34

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

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.34.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 6c678670a5d0..60dde38a982c 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,2 +1,3 @@
 DIST ofono-1.31.tar.xz 1049252 BLAKE2B 
f7b40d3aa7854369a7886a4b64bb66044e8f016682665935f7727bf219c084d266d8fd7f80c97e58234d845f7db3dc52133298697274745d115cf14c62769d82
 SHA512 
377cda34dcc92d1f339a4b3271de5a14afaf309061c4467e5af18089cd821e65c0d8ad29d07e96d0f0480bb51554b284afb6bc2b9da586cc30dc0c1440612b20
 DIST ofono-1.33.tar.xz 1060408 BLAKE2B 
646a96c0926ea032fef0357aabe6a4be6da88f4ccbdff59bb86b5de73a9b469362151b212a05234619f5d616b534343137c66e923782c7d50dfe13d2bf66558c
 SHA512 
8d88226aa2b43eca840c6330045ee7a96c91f6003b06fca5ea55b74fc229f0e0ba0c8d98f7945f8c23ec5a8e7057bffef6335c61842e245686e0ed7c5feda589
+DIST ofono-1.34.tar.xz 1060828 BLAKE2B 
be0d3787ca9226763fb2bff46f1c3cec813d702730d6231986ec5aa43e2d96e08385fa3f64ccff97cf15844e41a33d6c37d1d35c8b0c5fcf3765848e258e3372
 SHA512 
79ebf0bc795288f07b58eeaa1a0aa3309b4afecae3abdd26c0749e22a4c2e74b65e93cbcfdfd1738dbcb2d0cfb8c687d182d706696a7c1cd5b4ed3bcec059489

diff --git a/net-misc/ofono/ofono-1.34.ebuild b/net-misc/ofono/ofono-1.34.ebuild
new file mode 100644
index ..1afaf2e3612b
--- /dev/null
+++ b/net-misc/ofono/ofono-1.34.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://01.org/ofono;
+SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.6
+   >=dev-libs/glib-2.68
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2021-09-23 Thread Yixun Lan
commit: a7ea1bcb61b4b22a94d1f25daf635c0965b30ea5
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Sep 24 02:45:06 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Sep 24 02:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ea1bcb

net-misc/ofono: version bump, 1.33

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.33.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index c92a484776d..6c678670a5d 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1 +1,2 @@
 DIST ofono-1.31.tar.xz 1049252 BLAKE2B 
f7b40d3aa7854369a7886a4b64bb66044e8f016682665935f7727bf219c084d266d8fd7f80c97e58234d845f7db3dc52133298697274745d115cf14c62769d82
 SHA512 
377cda34dcc92d1f339a4b3271de5a14afaf309061c4467e5af18089cd821e65c0d8ad29d07e96d0f0480bb51554b284afb6bc2b9da586cc30dc0c1440612b20
+DIST ofono-1.33.tar.xz 1060408 BLAKE2B 
646a96c0926ea032fef0357aabe6a4be6da88f4ccbdff59bb86b5de73a9b469362151b212a05234619f5d616b534343137c66e923782c7d50dfe13d2bf66558c
 SHA512 
8d88226aa2b43eca840c6330045ee7a96c91f6003b06fca5ea55b74fc229f0e0ba0c8d98f7945f8c23ec5a8e7057bffef6335c61842e245686e0ed7c5feda589

diff --git a/net-misc/ofono/ofono-1.33.ebuild b/net-misc/ofono/ofono-1.33.ebuild
new file mode 100644
index 000..7b3600dc6b8
--- /dev/null
+++ b/net-misc/ofono/ofono-1.33.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://01.org/ofono;
+SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.6
+   >=dev-libs/glib-2.68
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2021-08-30 Thread Marek Szuba
commit: b478be8b1e83ea76b5cdb449c6bf6ae693c59add
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 30 23:28:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 30 23:29:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b478be8b

net-misc/ofono: keyword 1.31 for ~riscv

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

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

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
index 58649d94fcc..7ae12935361 100644
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ b/net-misc/ofono/ofono-1.31.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2020-12-23 Thread Sam James
commit: 7892f57cc2cd8d7b5134cbecefe29a0bf4b17bef
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 23 22:53:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 23 22:53:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7892f57c

net-misc/ofono: cleanup old (EAPI 5)

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-misc/ofono/Manifest  |  2 --
 net-misc/ofono/ofono-1.16.ebuild | 66 
 net-misc/ofono/ofono-1.30.ebuild | 66 
 3 files changed, 134 deletions(-)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 2586f2a0f8b..c92a484776d 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1 @@
-DIST ofono-1.16.tar.xz 854296 BLAKE2B 
4ee8f895e21903b8181fe14f5a91fea466eb3a2f66c8a5ab270a8dd81c601dc5e2a1beae368cf0f14b556f0dfb8301439d40d93bfd1d058d43ce864cdd1f0788
 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
-DIST ofono-1.30.tar.xz 1030428 BLAKE2B 
94248b7eb7b48000333fdee38eaecf13c259adf2ca71946a25c06463abc052c568974981b0116ef5e006a6bd9f106a0bf2a5d2b1f9ad06beaffceff6cb3bbde4
 SHA512 
e65c5af7f09eef31c1e8c2b8202315b1bfeeb18e6e3cca07e3758ee693e51f8d8007211cba9e0da17656b063f362858a51234908c89a2bfd1ef0e057d538bda5
 DIST ofono-1.31.tar.xz 1049252 BLAKE2B 
f7b40d3aa7854369a7886a4b64bb66044e8f016682665935f7727bf219c084d266d8fd7f80c97e58234d845f7db3dc52133298697274745d115cf14c62769d82
 SHA512 
377cda34dcc92d1f339a4b3271de5a14afaf309061c4467e5af18089cd821e65c0d8ad29d07e96d0f0480bb51554b284afb6bc2b9da586cc30dc0c1440612b20

diff --git a/net-misc/ofono/ofono-1.16.ebuild b/net-misc/ofono/ofono-1.16.ebuild
deleted file mode 100644
index 50a0e58fd57..000
--- a/net-misc/ofono/ofono-1.16.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://01.org/ofono;
-SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.4
-   >=dev-libs/glib-2.28
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( >=net-wireless/bluez-4.99 )
-   udev? ( virtual/udev )
-   examples? ( dev-python/dbus-python )
-   tools? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )
-
-src_configure() {
-   econf \
-   $(use_enable threads) \
-   $(use_enable udev) \
-   $(use_enable isimodem) \
-   $(use_enable atmodem) \
-   $(use_enable cdmamodem) \
-   $(use_enable datafiles) \
-   $(use_enable dundee) \
-   $(use_enable bluetooth) \
-   $(use_enable phonesim) \
-   $(use_enable provision) \
-   $(use_enable qmimodem) \
-   $(use_enable tools) \
-   $(use_enable examples test) \
-   --disable-maintainer-mode \
-   --localstatedir=/var \
-   --with-systemdunitdir="$(systemd_get_unitdir)"
-}
-
-src_install() {
-   default
-
-   if use tools ; then
-   dobin tools/auto-enable \
-   tools/huawei-audio \
-   tools/lookup-provider-name \
-   tools/lookup-apn \
-   tools/get-location \
-   tools/qmi \
-   tools/tty-redirector
-   fi
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   use doc && dodoc doc/*.txt
-}

diff --git a/net-misc/ofono/ofono-1.30.ebuild b/net-misc/ofono/ofono-1.30.ebuild
deleted file mode 100644
index 406ed49a7a3..000
--- a/net-misc/ofono/ofono-1.30.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils multilib systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://01.org/ofono;
-SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.4
-   >=dev-libs/glib-2.32
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( 

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

2020-12-21 Thread Sergei Trofimovich
commit: 056ec298ef0fb3754d97535fbe16041eefee1c64
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Dec 21 09:35:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Dec 21 09:36:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056ec298

net-misc/ofono: stable 1.31 for hppa

stable wrt bug #757225

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
index 444df24a6f5..740ae9d7aa2 100644
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ b/net-misc/ofono/ofono-1.31.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2020-12-02 Thread Sam James
commit: b8cf9b8f75fd350257380d1ec8e1ecbd5bd146c7
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  2 23:35:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  2 23:35:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8cf9b8f

net-misc/ofono: Stabilize 1.31 arm, #757225

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

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

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
index a1e796f6e23..444df24a6f5 100644
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ b/net-misc/ofono/ofono-1.31.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2020-12-02 Thread Sam James
commit: 9db4402c2c064a59be02385ce6159de60e83c920
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  2 14:57:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  2 14:57:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db4402c

net-misc/ofono: Stabilize 1.31 arm64, #757225

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

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

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
index 57a3f703bb5..a1e796f6e23 100644
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ b/net-misc/ofono/ofono-1.31.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2020-11-29 Thread Agostino Sarubbo
commit: 5af1b992632b07ec1e2aad138a728688036aaf78
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 29 08:24:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 29 08:24:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af1b992

net-misc/ofono: sparc stable wrt bug #757225

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

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

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
index 1c147d59079..57a3f703bb5 100644
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ b/net-misc/ofono/ofono-1.31.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2020-11-29 Thread Agostino Sarubbo
commit: 8c8d072b59e2ef54f7701d6ef199ab4ca9f18292
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 29 08:21:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 29 08:21:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8d072b

net-misc/ofono: ppc64 stable wrt bug #757225

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

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

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
index 631ac63fce1..1c147d59079 100644
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ b/net-misc/ofono/ofono-1.31.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2020-11-29 Thread Agostino Sarubbo
commit: 99bd40166aff867cb92a39603d5877680838c56a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 29 08:18:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 29 08:20:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bd4016

net-misc/ofono: ppc stable wrt bug #757225

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

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

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
index 6f0af811836..631ac63fce1 100644
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ b/net-misc/ofono/ofono-1.31.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2020-11-29 Thread Agostino Sarubbo
commit: 317955a957f23beb5af505caad31ba7cacc6a7d2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 29 08:13:56 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 29 08:13:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317955a9

net-misc/ofono: amd64 stable wrt bug #757225

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

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

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
index f668af5ddef..6f0af811836 100644
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ b/net-misc/ofono/ofono-1.31.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2020-11-27 Thread Thomas Deutschmann
commit: 5f4ba26264bc0631f8da922af337311e47a04216
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Nov 27 16:48:32 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Nov 27 16:48:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4ba262

net-misc/ofono: x86 stable (bug #757225)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/ofono/ofono-1.31.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
index 406ed49a7a3..f668af5ddef 100644
--- a/net-misc/ofono/ofono-1.31.ebuild
+++ b/net-misc/ofono/ofono-1.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2019-11-16 Thread Yixun Lan
commit: 432c93505f1be07039e523868fd1ed7cf934ab26
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Nov 16 10:45:33 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 16 10:45:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432c9350

net-misc/ofono: drop old

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest  |  2 --
 net-misc/ofono/ofono-1.28.ebuild | 66 
 net-misc/ofono/ofono-1.29.ebuild | 66 
 3 files changed, 134 deletions(-)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 044c957d224..2586f2a0f8b 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,5 +1,3 @@
 DIST ofono-1.16.tar.xz 854296 BLAKE2B 
4ee8f895e21903b8181fe14f5a91fea466eb3a2f66c8a5ab270a8dd81c601dc5e2a1beae368cf0f14b556f0dfb8301439d40d93bfd1d058d43ce864cdd1f0788
 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
-DIST ofono-1.28.tar.xz 1016308 BLAKE2B 
0aec5bc6c845c0906548f62bda95bfee5ca5ef17bc2defd60fe4b0967b9f58fcbbbfeb9593aa33f6852360266ea4ea025a87a07ac95ef50829b592accfb5bc72
 SHA512 
963471fac89db746d0e99fee805413342203be0d200bc14f0e56c5ec3053e25ea8112943657c88c57c539ae485ac11eb5f80052aad12443c24f6e6a4114e
-DIST ofono-1.29.tar.xz 1019512 BLAKE2B 
e073f324c58fee1beac31ba685d92ee85814ccb072aaedc0fa2d0d25419d60449557fcabd0e1b3e5aad6c349582a2abe6fb69094f36b61dbea0f94ed0f8dff4e
 SHA512 
14c3cd3a7ee134dd85f286e3ce47914a10c48a9a2bbbebd0d2715334f233a9b7e4e01bae5a151e4f4b3fb3e98eab96ba345f3fb2c2960d2f9c0645f36c218a99
 DIST ofono-1.30.tar.xz 1030428 BLAKE2B 
94248b7eb7b48000333fdee38eaecf13c259adf2ca71946a25c06463abc052c568974981b0116ef5e006a6bd9f106a0bf2a5d2b1f9ad06beaffceff6cb3bbde4
 SHA512 
e65c5af7f09eef31c1e8c2b8202315b1bfeeb18e6e3cca07e3758ee693e51f8d8007211cba9e0da17656b063f362858a51234908c89a2bfd1ef0e057d538bda5
 DIST ofono-1.31.tar.xz 1049252 BLAKE2B 
f7b40d3aa7854369a7886a4b64bb66044e8f016682665935f7727bf219c084d266d8fd7f80c97e58234d845f7db3dc52133298697274745d115cf14c62769d82
 SHA512 
377cda34dcc92d1f339a4b3271de5a14afaf309061c4467e5af18089cd821e65c0d8ad29d07e96d0f0480bb51554b284afb6bc2b9da586cc30dc0c1440612b20

diff --git a/net-misc/ofono/ofono-1.28.ebuild b/net-misc/ofono/ofono-1.28.ebuild
deleted file mode 100644
index 406ed49a7a3..000
--- a/net-misc/ofono/ofono-1.28.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit eutils multilib systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://01.org/ofono;
-SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.4
-   >=dev-libs/glib-2.32
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( >=net-wireless/bluez-4.99 )
-   udev? ( virtual/udev )
-   examples? ( dev-python/dbus-python )
-   tools? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )
-
-src_configure() {
-   econf \
-   $(use_enable udev) \
-   $(use_enable isimodem) \
-   $(use_enable atmodem) \
-   $(use_enable cdmamodem) \
-   $(use_enable datafiles) \
-   $(use_enable dundee) \
-   $(use_enable bluetooth) \
-   $(use_enable phonesim) \
-   $(use_enable provision) \
-   $(use_enable qmimodem) \
-   $(use_enable tools) \
-   $(use_enable examples test) \
-   $(use_enable upower) \
-   --disable-maintainer-mode \
-   --disable-rilmodem
-   --localstatedir=/var \
-   --with-systemdunitdir="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-   default
-
-   if use tools ; then
-   dobin tools/auto-enable \
-   tools/huawei-audio \
-   tools/lookup-provider-name \
-   tools/lookup-apn \
-   tools/get-location \
-   tools/tty-redirector
-   fi
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   use doc && dodoc doc/*.txt
-}

diff --git a/net-misc/ofono/ofono-1.29.ebuild b/net-misc/ofono/ofono-1.29.ebuild
deleted file mode 100644
index 406ed49a7a3..000
--- a/net-misc/ofono/ofono-1.29.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-

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

2019-11-16 Thread Yixun Lan
commit: e5618f095eb3f4c8ee7fab798cb6aa034df2a9ac
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Nov 16 10:42:03 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Nov 16 10:42:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5618f09

net-misc/ofono: version bump, 1.31

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.31.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 0dd6fed1abb..044c957d224 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -2,3 +2,4 @@ DIST ofono-1.16.tar.xz 854296 BLAKE2B 
4ee8f895e21903b8181fe14f5a91fea466eb3a2f66
 DIST ofono-1.28.tar.xz 1016308 BLAKE2B 
0aec5bc6c845c0906548f62bda95bfee5ca5ef17bc2defd60fe4b0967b9f58fcbbbfeb9593aa33f6852360266ea4ea025a87a07ac95ef50829b592accfb5bc72
 SHA512 
963471fac89db746d0e99fee805413342203be0d200bc14f0e56c5ec3053e25ea8112943657c88c57c539ae485ac11eb5f80052aad12443c24f6e6a4114e
 DIST ofono-1.29.tar.xz 1019512 BLAKE2B 
e073f324c58fee1beac31ba685d92ee85814ccb072aaedc0fa2d0d25419d60449557fcabd0e1b3e5aad6c349582a2abe6fb69094f36b61dbea0f94ed0f8dff4e
 SHA512 
14c3cd3a7ee134dd85f286e3ce47914a10c48a9a2bbbebd0d2715334f233a9b7e4e01bae5a151e4f4b3fb3e98eab96ba345f3fb2c2960d2f9c0645f36c218a99
 DIST ofono-1.30.tar.xz 1030428 BLAKE2B 
94248b7eb7b48000333fdee38eaecf13c259adf2ca71946a25c06463abc052c568974981b0116ef5e006a6bd9f106a0bf2a5d2b1f9ad06beaffceff6cb3bbde4
 SHA512 
e65c5af7f09eef31c1e8c2b8202315b1bfeeb18e6e3cca07e3758ee693e51f8d8007211cba9e0da17656b063f362858a51234908c89a2bfd1ef0e057d538bda5
+DIST ofono-1.31.tar.xz 1049252 BLAKE2B 
f7b40d3aa7854369a7886a4b64bb66044e8f016682665935f7727bf219c084d266d8fd7f80c97e58234d845f7db3dc52133298697274745d115cf14c62769d82
 SHA512 
377cda34dcc92d1f339a4b3271de5a14afaf309061c4467e5af18089cd821e65c0d8ad29d07e96d0f0480bb51554b284afb6bc2b9da586cc30dc0c1440612b20

diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild
new file mode 100644
index 000..406ed49a7a3
--- /dev/null
+++ b/net-misc/ofono/ofono-1.31.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://01.org/ofono;
+SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2019-10-20 Thread Yixun Lan
commit: 6853874c1dcb82f5f5b8c55f8b8017f33f8c41c8
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Oct 21 01:38:57 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Oct 21 01:39:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6853874c

net-misc/ofono: version bump, 1.30

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.30.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index eee7058157a..0dd6fed1abb 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1,4 @@
 DIST ofono-1.16.tar.xz 854296 BLAKE2B 
4ee8f895e21903b8181fe14f5a91fea466eb3a2f66c8a5ab270a8dd81c601dc5e2a1beae368cf0f14b556f0dfb8301439d40d93bfd1d058d43ce864cdd1f0788
 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
 DIST ofono-1.28.tar.xz 1016308 BLAKE2B 
0aec5bc6c845c0906548f62bda95bfee5ca5ef17bc2defd60fe4b0967b9f58fcbbbfeb9593aa33f6852360266ea4ea025a87a07ac95ef50829b592accfb5bc72
 SHA512 
963471fac89db746d0e99fee805413342203be0d200bc14f0e56c5ec3053e25ea8112943657c88c57c539ae485ac11eb5f80052aad12443c24f6e6a4114e
 DIST ofono-1.29.tar.xz 1019512 BLAKE2B 
e073f324c58fee1beac31ba685d92ee85814ccb072aaedc0fa2d0d25419d60449557fcabd0e1b3e5aad6c349582a2abe6fb69094f36b61dbea0f94ed0f8dff4e
 SHA512 
14c3cd3a7ee134dd85f286e3ce47914a10c48a9a2bbbebd0d2715334f233a9b7e4e01bae5a151e4f4b3fb3e98eab96ba345f3fb2c2960d2f9c0645f36c218a99
+DIST ofono-1.30.tar.xz 1030428 BLAKE2B 
94248b7eb7b48000333fdee38eaecf13c259adf2ca71946a25c06463abc052c568974981b0116ef5e006a6bd9f106a0bf2a5d2b1f9ad06beaffceff6cb3bbde4
 SHA512 
e65c5af7f09eef31c1e8c2b8202315b1bfeeb18e6e3cca07e3758ee693e51f8d8007211cba9e0da17656b063f362858a51234908c89a2bfd1ef0e057d538bda5

diff --git a/net-misc/ofono/ofono-1.30.ebuild b/net-misc/ofono/ofono-1.30.ebuild
new file mode 100644
index 000..406ed49a7a3
--- /dev/null
+++ b/net-misc/ofono/ofono-1.30.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://01.org/ofono;
+SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2019-05-14 Thread Aaron Bauman
commit: 19031b4de07abc1238e34935e0c0fbaec021c114
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 15 04:45:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 15 04:48:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19031b4d

net-misc/ofono: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 net-misc/ofono/ofono-1.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ofono/ofono-1.16.ebuild b/net-misc/ofono/ofono-1.16.ebuild
index 3d199082314..4f2e8ea574f 100644
--- a/net-misc/ofono/ofono-1.16.ebuild
+++ b/net-misc/ofono/ofono-1.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2019-04-24 Thread Yixun Lan
commit: 71593012f0c26b3c82af5c08352d3db1d125f2bf
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Apr 25 03:09:38 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Apr 25 03:10:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71593012

net-misc/ofono: drop old

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest  |  3 --
 net-misc/ofono/ofono-1.20.ebuild | 67 
 net-misc/ofono/ofono-1.23.ebuild | 67 
 net-misc/ofono/ofono-1.24.ebuild | 67 
 4 files changed, 204 deletions(-)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 73b1e4f8f0e..eee7058157a 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,6 +1,3 @@
 DIST ofono-1.16.tar.xz 854296 BLAKE2B 
4ee8f895e21903b8181fe14f5a91fea466eb3a2f66c8a5ab270a8dd81c601dc5e2a1beae368cf0f14b556f0dfb8301439d40d93bfd1d058d43ce864cdd1f0788
 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
-DIST ofono-1.20.tar.xz 935448 BLAKE2B 
751f6c340cf95dd4ab6f3d17f81a967406b3f6cc4d6024435aba1e663a220a47d14f04d62b765205bf04f11a9b5b0075501dbbaaa22f9380ffb0ef3a78fce5ec
 SHA512 
8dc86654ae8a1dc1761c95df5f0de55566db20012e523f11bcd5ab5e1540f4cd9fc7bd6bf1665dcbeb31f2925f9322c21fd05fb00034e408b5d85b265e2fe840
-DIST ofono-1.23.tar.xz 978472 BLAKE2B 
0bd0b7921df075f0ea35d61d4ea852dad0bc752802263f8525e697f3b23e555488116918fed8f143c95ae6fc919515cbb06d0644f7119225076d1fe7c5be1f52
 SHA512 
103dc28f9a6c583804884bdb891424eb53323b5edf764edd6c64e0b6c76ee6ea063c6a1d1d36a35d4ae6740e00479e2fc0abc6fca1dc92b916e166d48a1642fd
-DIST ofono-1.24.tar.xz 980644 BLAKE2B 
74974ab104cc31a67ec04c62149e282de5295573e1b236b39da8005721c8277a0636fd290aaa3c6380eb117364d2098af856f22ce9f6d41af599c5bf78bf98b1
 SHA512 
d3148df4bcac60c0f12bc4665e170e92d35473a7ff9fc516bd6a3c35c3e9b6f9beadc624ac9bbdfb9de2876e4ab417d857bd52b27a634f433f3607a7e11381c3
 DIST ofono-1.28.tar.xz 1016308 BLAKE2B 
0aec5bc6c845c0906548f62bda95bfee5ca5ef17bc2defd60fe4b0967b9f58fcbbbfeb9593aa33f6852360266ea4ea025a87a07ac95ef50829b592accfb5bc72
 SHA512 
963471fac89db746d0e99fee805413342203be0d200bc14f0e56c5ec3053e25ea8112943657c88c57c539ae485ac11eb5f80052aad12443c24f6e6a4114e
 DIST ofono-1.29.tar.xz 1019512 BLAKE2B 
e073f324c58fee1beac31ba685d92ee85814ccb072aaedc0fa2d0d25419d60449557fcabd0e1b3e5aad6c349582a2abe6fb69094f36b61dbea0f94ed0f8dff4e
 SHA512 
14c3cd3a7ee134dd85f286e3ce47914a10c48a9a2bbbebd0d2715334f233a9b7e4e01bae5a151e4f4b3fb3e98eab96ba345f3fb2c2960d2f9c0645f36c218a99

diff --git a/net-misc/ofono/ofono-1.20.ebuild b/net-misc/ofono/ofono-1.20.ebuild
deleted file mode 100644
index 2978ac9372e..000
--- a/net-misc/ofono/ofono-1.20.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="https://01.org/ofono;
-SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev upower"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.4
-   >=dev-libs/glib-2.32
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( >=net-wireless/bluez-4.99 )
-   udev? ( virtual/udev )
-   examples? ( dev-python/dbus-python )
-   tools? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )
-
-src_configure() {
-   econf \
-   $(use_enable threads) \
-   $(use_enable udev) \
-   $(use_enable isimodem) \
-   $(use_enable atmodem) \
-   $(use_enable cdmamodem) \
-   $(use_enable datafiles) \
-   $(use_enable dundee) \
-   $(use_enable bluetooth) \
-   $(use_enable phonesim) \
-   $(use_enable provision) \
-   $(use_enable qmimodem) \
-   $(use_enable tools) \
-   $(use_enable examples test) \
-   $(use_enable upower) \
-   --disable-maintainer-mode \
-   --disable-rilmodem
-   --localstatedir=/var \
-   --with-systemdunitdir="$(systemd_get_systemunitdir)"
-}
-
-src_install() {
-   default
-
-   if use tools ; then
-   dobin tools/auto-enable \
-   tools/huawei-audio \
-   tools/lookup-provider-name \
-   tools/lookup-apn \
-   tools/get-location \
-   

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

2019-04-24 Thread Yixun Lan
commit: e6a8129bd6b8125f3c0ab3491d332469160a19c2
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Apr 25 03:07:40 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Apr 25 03:10:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a8129b

net-misc/ofono: version bump 1.29

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.29.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index a3274d103b7..73b1e4f8f0e 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -3,3 +3,4 @@ DIST ofono-1.20.tar.xz 935448 BLAKE2B 
751f6c340cf95dd4ab6f3d17f81a967406b3f6cc4d
 DIST ofono-1.23.tar.xz 978472 BLAKE2B 
0bd0b7921df075f0ea35d61d4ea852dad0bc752802263f8525e697f3b23e555488116918fed8f143c95ae6fc919515cbb06d0644f7119225076d1fe7c5be1f52
 SHA512 
103dc28f9a6c583804884bdb891424eb53323b5edf764edd6c64e0b6c76ee6ea063c6a1d1d36a35d4ae6740e00479e2fc0abc6fca1dc92b916e166d48a1642fd
 DIST ofono-1.24.tar.xz 980644 BLAKE2B 
74974ab104cc31a67ec04c62149e282de5295573e1b236b39da8005721c8277a0636fd290aaa3c6380eb117364d2098af856f22ce9f6d41af599c5bf78bf98b1
 SHA512 
d3148df4bcac60c0f12bc4665e170e92d35473a7ff9fc516bd6a3c35c3e9b6f9beadc624ac9bbdfb9de2876e4ab417d857bd52b27a634f433f3607a7e11381c3
 DIST ofono-1.28.tar.xz 1016308 BLAKE2B 
0aec5bc6c845c0906548f62bda95bfee5ca5ef17bc2defd60fe4b0967b9f58fcbbbfeb9593aa33f6852360266ea4ea025a87a07ac95ef50829b592accfb5bc72
 SHA512 
963471fac89db746d0e99fee805413342203be0d200bc14f0e56c5ec3053e25ea8112943657c88c57c539ae485ac11eb5f80052aad12443c24f6e6a4114e
+DIST ofono-1.29.tar.xz 1019512 BLAKE2B 
e073f324c58fee1beac31ba685d92ee85814ccb072aaedc0fa2d0d25419d60449557fcabd0e1b3e5aad6c349582a2abe6fb69094f36b61dbea0f94ed0f8dff4e
 SHA512 
14c3cd3a7ee134dd85f286e3ce47914a10c48a9a2bbbebd0d2715334f233a9b7e4e01bae5a151e4f4b3fb3e98eab96ba345f3fb2c2960d2f9c0645f36c218a99

diff --git a/net-misc/ofono/ofono-1.29.ebuild b/net-misc/ofono/ofono-1.29.ebuild
new file mode 100644
index 000..ca819ad691d
--- /dev/null
+++ b/net-misc/ofono/ofono-1.29.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://01.org/ofono;
+SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2019-02-13 Thread Yixun Lan
commit: 143695c59a9bc542f2b237cae10d52da2f74d94e
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Feb 13 07:02:18 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Feb 13 08:07:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143695c5

net-misc/ofono: version bump 1.28

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.28.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 0107e32033e..a3274d103b7 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -2,3 +2,4 @@ DIST ofono-1.16.tar.xz 854296 BLAKE2B 
4ee8f895e21903b8181fe14f5a91fea466eb3a2f66
 DIST ofono-1.20.tar.xz 935448 BLAKE2B 
751f6c340cf95dd4ab6f3d17f81a967406b3f6cc4d6024435aba1e663a220a47d14f04d62b765205bf04f11a9b5b0075501dbbaaa22f9380ffb0ef3a78fce5ec
 SHA512 
8dc86654ae8a1dc1761c95df5f0de55566db20012e523f11bcd5ab5e1540f4cd9fc7bd6bf1665dcbeb31f2925f9322c21fd05fb00034e408b5d85b265e2fe840
 DIST ofono-1.23.tar.xz 978472 BLAKE2B 
0bd0b7921df075f0ea35d61d4ea852dad0bc752802263f8525e697f3b23e555488116918fed8f143c95ae6fc919515cbb06d0644f7119225076d1fe7c5be1f52
 SHA512 
103dc28f9a6c583804884bdb891424eb53323b5edf764edd6c64e0b6c76ee6ea063c6a1d1d36a35d4ae6740e00479e2fc0abc6fca1dc92b916e166d48a1642fd
 DIST ofono-1.24.tar.xz 980644 BLAKE2B 
74974ab104cc31a67ec04c62149e282de5295573e1b236b39da8005721c8277a0636fd290aaa3c6380eb117364d2098af856f22ce9f6d41af599c5bf78bf98b1
 SHA512 
d3148df4bcac60c0f12bc4665e170e92d35473a7ff9fc516bd6a3c35c3e9b6f9beadc624ac9bbdfb9de2876e4ab417d857bd52b27a634f433f3607a7e11381c3
+DIST ofono-1.28.tar.xz 1016308 BLAKE2B 
0aec5bc6c845c0906548f62bda95bfee5ca5ef17bc2defd60fe4b0967b9f58fcbbbfeb9593aa33f6852360266ea4ea025a87a07ac95ef50829b592accfb5bc72
 SHA512 
963471fac89db746d0e99fee805413342203be0d200bc14f0e56c5ec3053e25ea8112943657c88c57c539ae485ac11eb5f80052aad12443c24f6e6a4114e

diff --git a/net-misc/ofono/ofono-1.28.ebuild b/net-misc/ofono/ofono-1.28.ebuild
new file mode 100644
index 000..ca819ad691d
--- /dev/null
+++ b/net-misc/ofono/ofono-1.28.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://01.org/ofono;
+SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2018-08-12 Thread Yixun Lan
commit: 1590e8ef7245a89d088cdf16d5cf99dda22be124
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Aug 13 04:15:08 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Aug 13 04:15:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1590e8ef

net-misc/ofono: version bump 1.24

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.24.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 7545ab02bfe..0107e32033e 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1,4 @@
 DIST ofono-1.16.tar.xz 854296 BLAKE2B 
4ee8f895e21903b8181fe14f5a91fea466eb3a2f66c8a5ab270a8dd81c601dc5e2a1beae368cf0f14b556f0dfb8301439d40d93bfd1d058d43ce864cdd1f0788
 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
 DIST ofono-1.20.tar.xz 935448 BLAKE2B 
751f6c340cf95dd4ab6f3d17f81a967406b3f6cc4d6024435aba1e663a220a47d14f04d62b765205bf04f11a9b5b0075501dbbaaa22f9380ffb0ef3a78fce5ec
 SHA512 
8dc86654ae8a1dc1761c95df5f0de55566db20012e523f11bcd5ab5e1540f4cd9fc7bd6bf1665dcbeb31f2925f9322c21fd05fb00034e408b5d85b265e2fe840
 DIST ofono-1.23.tar.xz 978472 BLAKE2B 
0bd0b7921df075f0ea35d61d4ea852dad0bc752802263f8525e697f3b23e555488116918fed8f143c95ae6fc919515cbb06d0644f7119225076d1fe7c5be1f52
 SHA512 
103dc28f9a6c583804884bdb891424eb53323b5edf764edd6c64e0b6c76ee6ea063c6a1d1d36a35d4ae6740e00479e2fc0abc6fca1dc92b916e166d48a1642fd
+DIST ofono-1.24.tar.xz 980644 BLAKE2B 
74974ab104cc31a67ec04c62149e282de5295573e1b236b39da8005721c8277a0636fd290aaa3c6380eb117364d2098af856f22ce9f6d41af599c5bf78bf98b1
 SHA512 
d3148df4bcac60c0f12bc4665e170e92d35473a7ff9fc516bd6a3c35c3e9b6f9beadc624ac9bbdfb9de2876e4ab417d857bd52b27a634f433f3607a7e11381c3

diff --git a/net-misc/ofono/ofono-1.24.ebuild b/net-misc/ofono/ofono-1.24.ebuild
new file mode 100644
index 000..2978ac9372e
--- /dev/null
+++ b/net-misc/ofono/ofono-1.24.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://01.org/ofono;
+SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable threads) \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2018-04-20 Thread Yixun Lan
commit: a81d3239a1083ab283fa5cf21e542047fec293c2
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Apr 20 14:05:09 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Apr 20 14:06:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81d3239

net-misc/ofono: drop old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/ofono/Manifest  |  3 --
 net-misc/ofono/ofono-1.17.ebuild | 66 --
 net-misc/ofono/ofono-1.18.ebuild | 68 
 net-misc/ofono/ofono-1.19.ebuild | 68 
 4 files changed, 205 deletions(-)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 377674792b2..7545ab02bfe 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,6 +1,3 @@
 DIST ofono-1.16.tar.xz 854296 BLAKE2B 
4ee8f895e21903b8181fe14f5a91fea466eb3a2f66c8a5ab270a8dd81c601dc5e2a1beae368cf0f14b556f0dfb8301439d40d93bfd1d058d43ce864cdd1f0788
 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
-DIST ofono-1.17.tar.xz 860460 BLAKE2B 
429d666753fc88fa56456caad70f6b4153d4c429f34d962e3ff6b55a263ed38a68597801f68e86faa91afdf8093d3823dbffdd5e1bc7906f7bc207f992575399
 SHA512 
d945c87b9c759b459926fcc002d4fb6938c5359a0070a0c623da9f98e342fd2bd92a5f4f22a14e4aa66b5cb3467c3d8f09a95d991ced0b774c066a6406d0746c
-DIST ofono-1.18.tar.xz 919948 BLAKE2B 
fc532fb849ae591db36ce79dad6154b10dd7f52a052dfd952d8d637c8e922ba3f2e7ba680989578b212f1e78f35f5c55430b579e7a1d9b498cb253f4702ceea5
 SHA512 
f15d971ea501cda19aa80cb7cb65a008a70eb433931d2b8c80025ab0a424cf35991131d0267e14cb5161eaff46f25dd65fe28a1c5e21cef02c94baa1efa83d6a
-DIST ofono-1.19.tar.xz 924556 BLAKE2B 
655815362129f2c6c15c41eafb89e6393f2ddc7e33ce3a82372ad7112a888181186842f855f2c2db5028a3c5197fd08a7e665d80a47774e82525eafc8c120c93
 SHA512 
795b55d43e8704f26af7396b3195bb5bdc7b5e0cafe53a14e58975225411880be65aa247a6413774770e521d64997a82afa34627c13753a2b3878b3eda0428a9
 DIST ofono-1.20.tar.xz 935448 BLAKE2B 
751f6c340cf95dd4ab6f3d17f81a967406b3f6cc4d6024435aba1e663a220a47d14f04d62b765205bf04f11a9b5b0075501dbbaaa22f9380ffb0ef3a78fce5ec
 SHA512 
8dc86654ae8a1dc1761c95df5f0de55566db20012e523f11bcd5ab5e1540f4cd9fc7bd6bf1665dcbeb31f2925f9322c21fd05fb00034e408b5d85b265e2fe840
 DIST ofono-1.23.tar.xz 978472 BLAKE2B 
0bd0b7921df075f0ea35d61d4ea852dad0bc752802263f8525e697f3b23e555488116918fed8f143c95ae6fc919515cbb06d0644f7119225076d1fe7c5be1f52
 SHA512 
103dc28f9a6c583804884bdb891424eb53323b5edf764edd6c64e0b6c76ee6ea063c6a1d1d36a35d4ae6740e00479e2fc0abc6fca1dc92b916e166d48a1642fd

diff --git a/net-misc/ofono/ofono-1.17.ebuild b/net-misc/ofono/ofono-1.17.ebuild
deleted file mode 100644
index a44a2b1ae43..000
--- a/net-misc/ofono/ofono-1.17.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="http://ofono.org/;
-SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.4
-   >=dev-libs/glib-2.28
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( >=net-wireless/bluez-4.99 )
-   udev? ( virtual/udev )
-   examples? ( dev-python/dbus-python )
-   tools? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )
-
-src_configure() {
-   econf \
-   $(use_enable threads) \
-   $(use_enable udev) \
-   $(use_enable isimodem) \
-   $(use_enable atmodem) \
-   $(use_enable cdmamodem) \
-   $(use_enable datafiles) \
-   $(use_enable dundee) \
-   $(use_enable bluetooth) \
-   $(use_enable phonesim) \
-   $(use_enable provision) \
-   $(use_enable qmimodem) \
-   $(use_enable tools) \
-   $(use_enable examples test) \
-   --disable-maintainer-mode \
-   --localstatedir=/var \
-   --with-systemdunitdir="$(systemd_get_unitdir)"
-}
-
-src_install() {
-   default
-
-   if use tools ; then
-   dobin tools/auto-enable \
-   tools/huawei-audio \
-   tools/lookup-provider-name \
-   tools/lookup-apn \
-   tools/get-location \
-   tools/qmi \
-   tools/tty-redirector
-   fi
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   use doc && dodoc 

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

2018-04-20 Thread Yixun Lan
commit: b6fab65f85dca3cabc65b2444bcb092e067c9dd7
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Apr 20 13:57:49 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Apr 20 14:06:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fab65f

net-misc/ofono: fix license

Gentoo-Bug: 611524
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/ofono/files/ofono.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ofono/files/ofono.initd b/net-misc/ofono/files/ofono.initd
index 7500edc2291..bf83dc86b2d 100644
--- a/net-misc/ofono/files/ofono.initd
+++ b/net-misc/ofono/files/ofono.initd
@@ -1,6 +1,6 @@
 #!/sbin/openrc-run
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Purpose License v2
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 
 depend() {
need dbus



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

2018-04-20 Thread Yixun Lan
commit: aa7157ea6a0aaf335e16fa1321f7c836e6c94cd8
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Apr 20 13:55:31 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Apr 20 14:06:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7157ea

net-misc/ofono: version bump 1.23

Gentoo-Bug: 645988
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.23.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index 274e0b5a40c..377674792b2 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -3,3 +3,4 @@ DIST ofono-1.17.tar.xz 860460 BLAKE2B 
429d666753fc88fa56456caad70f6b4153d4c429f3
 DIST ofono-1.18.tar.xz 919948 BLAKE2B 
fc532fb849ae591db36ce79dad6154b10dd7f52a052dfd952d8d637c8e922ba3f2e7ba680989578b212f1e78f35f5c55430b579e7a1d9b498cb253f4702ceea5
 SHA512 
f15d971ea501cda19aa80cb7cb65a008a70eb433931d2b8c80025ab0a424cf35991131d0267e14cb5161eaff46f25dd65fe28a1c5e21cef02c94baa1efa83d6a
 DIST ofono-1.19.tar.xz 924556 BLAKE2B 
655815362129f2c6c15c41eafb89e6393f2ddc7e33ce3a82372ad7112a888181186842f855f2c2db5028a3c5197fd08a7e665d80a47774e82525eafc8c120c93
 SHA512 
795b55d43e8704f26af7396b3195bb5bdc7b5e0cafe53a14e58975225411880be65aa247a6413774770e521d64997a82afa34627c13753a2b3878b3eda0428a9
 DIST ofono-1.20.tar.xz 935448 BLAKE2B 
751f6c340cf95dd4ab6f3d17f81a967406b3f6cc4d6024435aba1e663a220a47d14f04d62b765205bf04f11a9b5b0075501dbbaaa22f9380ffb0ef3a78fce5ec
 SHA512 
8dc86654ae8a1dc1761c95df5f0de55566db20012e523f11bcd5ab5e1540f4cd9fc7bd6bf1665dcbeb31f2925f9322c21fd05fb00034e408b5d85b265e2fe840
+DIST ofono-1.23.tar.xz 978472 BLAKE2B 
0bd0b7921df075f0ea35d61d4ea852dad0bc752802263f8525e697f3b23e555488116918fed8f143c95ae6fc919515cbb06d0644f7119225076d1fe7c5be1f52
 SHA512 
103dc28f9a6c583804884bdb891424eb53323b5edf764edd6c64e0b6c76ee6ea063c6a1d1d36a35d4ae6740e00479e2fc0abc6fca1dc92b916e166d48a1642fd

diff --git a/net-misc/ofono/ofono-1.23.ebuild b/net-misc/ofono/ofono-1.23.ebuild
new file mode 100644
index 000..5169dc08df5
--- /dev/null
+++ b/net-misc/ofono/ofono-1.23.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="http://ofono.org/;
+SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable threads) \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2018-04-20 Thread Yixun Lan
commit: ec2b85bfb2206fdf91aaaf16c6c2f2fc46d2
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Apr 20 14:01:35 2018 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Apr 20 14:06:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2b85bf

net-misc/ofono: fix HOMEPAGE url

Gentoo-Bug: 645988
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/ofono/ofono-1.16.ebuild | 4 ++--
 net-misc/ofono/ofono-1.20.ebuild | 4 ++--
 net-misc/ofono/ofono-1.23.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/ofono/ofono-1.16.ebuild b/net-misc/ofono/ofono-1.16.ebuild
index c774dbf0c99..3d199082314 100644
--- a/net-misc/ofono/ofono-1.16.ebuild
+++ b/net-misc/ofono/ofono-1.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils multilib systemd
 
 DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="http://ofono.org/;
+HOMEPAGE="https://01.org/ofono;
 SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"

diff --git a/net-misc/ofono/ofono-1.20.ebuild b/net-misc/ofono/ofono-1.20.ebuild
index 8341f7b8b2c..2978ac9372e 100644
--- a/net-misc/ofono/ofono-1.20.ebuild
+++ b/net-misc/ofono/ofono-1.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit eutils multilib systemd
 
 DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="http://ofono.org/;
+HOMEPAGE="https://01.org/ofono;
 SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"

diff --git a/net-misc/ofono/ofono-1.23.ebuild b/net-misc/ofono/ofono-1.23.ebuild
index 5169dc08df5..2978ac9372e 100644
--- a/net-misc/ofono/ofono-1.23.ebuild
+++ b/net-misc/ofono/ofono-1.23.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit eutils multilib systemd
 
 DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="http://ofono.org/;
+HOMEPAGE="https://01.org/ofono;
 SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"



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

2017-06-20 Thread Alexis Ballier
commit: 618469d420634b7760c5c9fbb9b8af6e36a6e594
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jun 20 11:16:48 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jun 20 12:11:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618469d4

net-misc/ofono: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/net-misc/ofono/ofono-1.20.ebuild b/net-misc/ofono/ofono-1.20.ebuild
index af59f3820ac..8341f7b8b2c 100644
--- a/net-misc/ofono/ofono-1.20.ebuild
+++ b/net-misc/ofono/ofono-1.20.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev upower"
 
 REQUIRED_USE="dundee? ( bluetooth )"



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

2017-06-05 Thread Yixun Lan
commit: 5949bfbac8aedafc8d2d72797474b264e8bf71f4
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 26 07:15:05 2017 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jun  5 09:54:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5949bfba

net-misc/ofono: version bump 1.20

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.20.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index ccbc67990aa..81cc657bb37 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -2,3 +2,4 @@ DIST ofono-1.16.tar.xz 854296 SHA256 
403b98dadece8bc804c0bd16b96d3db5a3bb0f84af6
 DIST ofono-1.17.tar.xz 860460 SHA256 
cbf20f07fd15253c682b23c1786d517f505c3688f7c4ea93da777e1523b89635 SHA512 
d945c87b9c759b459926fcc002d4fb6938c5359a0070a0c623da9f98e342fd2bd92a5f4f22a14e4aa66b5cb3467c3d8f09a95d991ced0b774c066a6406d0746c
 WHIRLPOOL 
d509c69030c63d62f158c96a2b39764f803b68435bcf9ff561e910b80372a98659b9563976995bc83c6b2aaed9c27ad787357a67717e3c4d1ce06339c246870a
 DIST ofono-1.18.tar.xz 919948 SHA256 
53cdbf342913f46bce4827241c60e24255a3d43a94945edf77482ae5b312d51f SHA512 
f15d971ea501cda19aa80cb7cb65a008a70eb433931d2b8c80025ab0a424cf35991131d0267e14cb5161eaff46f25dd65fe28a1c5e21cef02c94baa1efa83d6a
 WHIRLPOOL 
9f2c7af752b5cdcd1385b56e8d8b2bd68691a0a75fffafec37bb8e3592e3b8e55488933a3306f3383c5036479ff79485f3654dcc1f76eaa72c14cbae532c0311
 DIST ofono-1.19.tar.xz 924556 SHA256 
a0e09bdd8b53b8d2e4b54f1863ecd9aebe4786477a6cbf8f655496e8edb31c81 SHA512 
795b55d43e8704f26af7396b3195bb5bdc7b5e0cafe53a14e58975225411880be65aa247a6413774770e521d64997a82afa34627c13753a2b3878b3eda0428a9
 WHIRLPOOL 
426a513e72696ad1948f4a855c321ad612f6f6022b46aaf2e4cd89fb37f523f91caf126c3443dbdcebd79802e1dd2eaead344a29e08372b1503c659fe3efbe2f
+DIST ofono-1.20.tar.xz 935448 SHA256 
5d7ba8f481a7715d013a79f8d6477eb89d8aaae399395d5d008a1317c34a31d5 SHA512 
8dc86654ae8a1dc1761c95df5f0de55566db20012e523f11bcd5ab5e1540f4cd9fc7bd6bf1665dcbeb31f2925f9322c21fd05fb00034e408b5d85b265e2fe840
 WHIRLPOOL 
b3bcf225cc4927eb3b81ff8d2de23e5fa6cbdff51a228ffbe58cb0cb0363232c6469a7dcd3a496bcc76a37805e003c26b2ea700f1e8f401b4a9f8935b96bbb60

diff --git a/net-misc/ofono/ofono-1.20.ebuild b/net-misc/ofono/ofono-1.20.ebuild
new file mode 100644
index 000..af59f3820ac
--- /dev/null
+++ b/net-misc/ofono/ofono-1.20.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="http://ofono.org/;
+SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable threads) \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2016-10-31 Thread Yixun Lan
commit: cda428c684216f26054be913452556014f4f9434
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Nov  1 02:49:58 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov  1 02:49:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda428c6

net-misc/ofono: version bump

Package-Manager: portage-2.3.2

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.19.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index e446849..ccbc679 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1,4 @@
 DIST ofono-1.16.tar.xz 854296 SHA256 
403b98dadece8bc804c0bd16b96d3db5a3bb0f84af64b3d67924da2d1a754b07 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
 WHIRLPOOL 
b13aec1b3548b4959e68bd742efc239a0c6d928be2a0d70352d5bdcca3c551b6d2f4c09dd3eef4afcf3547547c47c488bbd49ebac1e468c2519846de3fe8e81a
 DIST ofono-1.17.tar.xz 860460 SHA256 
cbf20f07fd15253c682b23c1786d517f505c3688f7c4ea93da777e1523b89635 SHA512 
d945c87b9c759b459926fcc002d4fb6938c5359a0070a0c623da9f98e342fd2bd92a5f4f22a14e4aa66b5cb3467c3d8f09a95d991ced0b774c066a6406d0746c
 WHIRLPOOL 
d509c69030c63d62f158c96a2b39764f803b68435bcf9ff561e910b80372a98659b9563976995bc83c6b2aaed9c27ad787357a67717e3c4d1ce06339c246870a
 DIST ofono-1.18.tar.xz 919948 SHA256 
53cdbf342913f46bce4827241c60e24255a3d43a94945edf77482ae5b312d51f SHA512 
f15d971ea501cda19aa80cb7cb65a008a70eb433931d2b8c80025ab0a424cf35991131d0267e14cb5161eaff46f25dd65fe28a1c5e21cef02c94baa1efa83d6a
 WHIRLPOOL 
9f2c7af752b5cdcd1385b56e8d8b2bd68691a0a75fffafec37bb8e3592e3b8e55488933a3306f3383c5036479ff79485f3654dcc1f76eaa72c14cbae532c0311
+DIST ofono-1.19.tar.xz 924556 SHA256 
a0e09bdd8b53b8d2e4b54f1863ecd9aebe4786477a6cbf8f655496e8edb31c81 SHA512 
795b55d43e8704f26af7396b3195bb5bdc7b5e0cafe53a14e58975225411880be65aa247a6413774770e521d64997a82afa34627c13753a2b3878b3eda0428a9
 WHIRLPOOL 
426a513e72696ad1948f4a855c321ad612f6f6022b46aaf2e4cd89fb37f523f91caf126c3443dbdcebd79802e1dd2eaead344a29e08372b1503c659fe3efbe2f

diff --git a/net-misc/ofono/ofono-1.19.ebuild b/net-misc/ofono/ofono-1.19.ebuild
new file mode 100644
index ..9a16173
--- /dev/null
+++ b/net-misc/ofono/ofono-1.19.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="http://ofono.org/;
+SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable threads) \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/qmi \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2016-05-27 Thread Yixun Lan
commit: dd19b3d53d63cfd34306a2c07cfd5ed5c4215efb
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 27 07:13:58 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 27 07:16:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd19b3d5

net-misc/ofono: version bump 1.18

Package-Manager: portage-2.2.28

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.18.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index a75e518..e446849 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,2 +1,3 @@
 DIST ofono-1.16.tar.xz 854296 SHA256 
403b98dadece8bc804c0bd16b96d3db5a3bb0f84af64b3d67924da2d1a754b07 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
 WHIRLPOOL 
b13aec1b3548b4959e68bd742efc239a0c6d928be2a0d70352d5bdcca3c551b6d2f4c09dd3eef4afcf3547547c47c488bbd49ebac1e468c2519846de3fe8e81a
 DIST ofono-1.17.tar.xz 860460 SHA256 
cbf20f07fd15253c682b23c1786d517f505c3688f7c4ea93da777e1523b89635 SHA512 
d945c87b9c759b459926fcc002d4fb6938c5359a0070a0c623da9f98e342fd2bd92a5f4f22a14e4aa66b5cb3467c3d8f09a95d991ced0b774c066a6406d0746c
 WHIRLPOOL 
d509c69030c63d62f158c96a2b39764f803b68435bcf9ff561e910b80372a98659b9563976995bc83c6b2aaed9c27ad787357a67717e3c4d1ce06339c246870a
+DIST ofono-1.18.tar.xz 919948 SHA256 
53cdbf342913f46bce4827241c60e24255a3d43a94945edf77482ae5b312d51f SHA512 
f15d971ea501cda19aa80cb7cb65a008a70eb433931d2b8c80025ab0a424cf35991131d0267e14cb5161eaff46f25dd65fe28a1c5e21cef02c94baa1efa83d6a
 WHIRLPOOL 
9f2c7af752b5cdcd1385b56e8d8b2bd68691a0a75fffafec37bb8e3592e3b8e55488933a3306f3383c5036479ff79485f3654dcc1f76eaa72c14cbae532c0311

diff --git a/net-misc/ofono/ofono-1.18.ebuild b/net-misc/ofono/ofono-1.18.ebuild
new file mode 100644
index 000..9a16173
--- /dev/null
+++ b/net-misc/ofono/ofono-1.18.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="http://ofono.org/;
+SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable threads) \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/qmi \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



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

2015-10-08 Thread Yixun Lan
commit: d2186fca6c1773a86eea3dd7c00d48b883fa490d
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Oct  9 04:22:19 2015 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Oct  9 04:24:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2186fca

net-misc/ofono: version bump 1.17, drop old

Package-Manager: portage-2.2.22

 net-misc/ofono/Manifest|  3 +-
 net-misc/ofono/files/ofono-1.12-sys-types.patch| 21 ---
 net-misc/ofono/ofono-1.14.ebuild   | 67 --
 .../ofono/{ofono-1.15.ebuild => ofono-1.17.ebuild} |  4 +-
 4 files changed, 3 insertions(+), 92 deletions(-)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index de9f81e..a75e518 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1,2 @@
-DIST ofono-1.14.tar.bz2 947471 SHA256 
46228f101a73d700f2b240b1e4b52b79dbae2201e6d18bb67572935e0f440dd9 SHA512 
3e5725ef76f0952665e31165bda01d8d43e79cd576fd447564418bffc96217d532d2246e2976b6616498a434f06b148acd426583c3a281de90aeeddbda60371f
 WHIRLPOOL 
49fd61077e21fce9b009b2f663fc8f793d592695751fca8708e70cd247b0049a529b77a7eecf243c8398e16641de95daed3678f89616a77ae06e2e4a6ec467c1
-DIST ofono-1.15.tar.xz 849268 SHA256 
978807a05e8904eb4e57d6533ed71e75676a55fa3819a39fe2c878f45dbf7af6 SHA512 
ed47bcdc9e903a4e841922e1f3dd2f649a005aa8c0c0a8900820c745c9386e8619412745d21361c3731c564d9d814080f3e7e385bb69bf9ec62a6321272f2c70
 WHIRLPOOL 
24a6cef324ccca12e025207c7b239789529788dd296c5cdf4cdac35a89c435da8a5c267d01936d9fea15073432d5e45b7bac48a2e0df3136606a312ad6c8c2e9
 DIST ofono-1.16.tar.xz 854296 SHA256 
403b98dadece8bc804c0bd16b96d3db5a3bb0f84af64b3d67924da2d1a754b07 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
 WHIRLPOOL 
b13aec1b3548b4959e68bd742efc239a0c6d928be2a0d70352d5bdcca3c551b6d2f4c09dd3eef4afcf3547547c47c488bbd49ebac1e468c2519846de3fe8e81a
+DIST ofono-1.17.tar.xz 860460 SHA256 
cbf20f07fd15253c682b23c1786d517f505c3688f7c4ea93da777e1523b89635 SHA512 
d945c87b9c759b459926fcc002d4fb6938c5359a0070a0c623da9f98e342fd2bd92a5f4f22a14e4aa66b5cb3467c3d8f09a95d991ced0b774c066a6406d0746c
 WHIRLPOOL 
d509c69030c63d62f158c96a2b39764f803b68435bcf9ff561e910b80372a98659b9563976995bc83c6b2aaed9c27ad787357a67717e3c4d1ce06339c246870a

diff --git a/net-misc/ofono/files/ofono-1.12-sys-types.patch 
b/net-misc/ofono/files/ofono-1.12-sys-types.patch
deleted file mode 100644
index 15f94ab..000
--- a/net-misc/ofono/files/ofono-1.12-sys-types.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit e1d5dfe3aebcb0d2669ec1534cb6eba25f07dbb7
-Author: Lucas De Marchi 
-Date:   Wed Jan 16 19:11:24 2013 -0200
-
-storage: Include sys/types.h for ssize_t
-
-src/storage.h:32:1: error: unknown type name 'ssize_t'
-src/storage.h:36:1: error: unknown type name 'ssize_t'
-
-diff --git a/src/storage.h b/src/storage.h
-index c455bae..70446ad 100644
 a/src/storage.h
-+++ b/src/storage.h
-@@ -26,6 +26,7 @@
- #endif
- 
- #include 
-+#include 
- 
- int create_dirs(const char *filename, const mode_t mode);
- 

diff --git a/net-misc/ofono/ofono-1.14.ebuild b/net-misc/ofono/ofono-1.14.ebuild
deleted file mode 100644
index 4b7451d..000
--- a/net-misc/ofono/ofono-1.14.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib systemd
-
-DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
-HOMEPAGE="http://ofono.org/;
-SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem threads tools +udev"
-
-REQUIRED_USE="dundee? ( bluetooth )"
-
-RDEPEND=">=sys-apps/dbus-1.4
-   >=dev-libs/glib-2.28
-   net-misc/mobile-broadband-provider-info
-   bluetooth? ( >=net-wireless/bluez-4.99 )
-   udev? ( virtual/udev )
-   examples? ( dev-python/dbus-python )
-   tools? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( ChangeLog AUTHORS )
-
-src_configure() {
-   econf \
-   $(use_enable threads) \
-   $(use_enable udev) \
-   $(use_enable isimodem) \
-   $(use_enable atmodem) \
-   $(use_enable cdmamodem) \
-   $(use_enable datafiles) \
-   $(use_enable dundee) \
-   $(use_enable bluetooth) \
-   $(use_enable phonesim) \
-   $(use_enable provision) \
-   $(use_enable qmimodem) \
-   $(use_enable tools) \
-   $(use_enable examples test) \
-   --disable-maintainer-mode \
-   --localstatedir=/var \
-   --with-systemdunitdir="$(systemd_get_unitdir)"
-}
-