commit:     aa7157ea6a0aaf335e16fa1321f7c836e6c94cd8
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 20 13:55:31 2018 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 14:06:12 2018 +0000
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 00000000000..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
+}

Reply via email to