Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ofono/
Date: Sat, 16 Nov 2019 10:46:00
Message-Id: 1573901133.432c93505f1be07039e523868fd1ed7cf934ab26.dlan@gentoo
1 commit: 432c93505f1be07039e523868fd1ed7cf934ab26
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 10:45:33 2019 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 10:45:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432c9350
7
8 net-misc/ofono: drop old
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 net-misc/ofono/Manifest | 2 --
14 net-misc/ofono/ofono-1.28.ebuild | 66 ----------------------------------------
15 net-misc/ofono/ofono-1.29.ebuild | 66 ----------------------------------------
16 3 files changed, 134 deletions(-)
17
18 diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
19 index 044c957d224..2586f2a0f8b 100644
20 --- a/net-misc/ofono/Manifest
21 +++ b/net-misc/ofono/Manifest
22 @@ -1,5 +1,3 @@
23 DIST ofono-1.16.tar.xz 854296 BLAKE2B 4ee8f895e21903b8181fe14f5a91fea466eb3a2f66c8a5ab270a8dd81c601dc5e2a1beae368cf0f14b556f0dfb8301439d40d93bfd1d058d43ce864cdd1f0788 SHA512 21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
24 -DIST ofono-1.28.tar.xz 1016308 BLAKE2B 0aec5bc6c845c0906548f62bda95bfee5ca5ef17bc2defd60fe4b0967b9f58fcbbbfeb9593aa33f6852360266ea4ea025a87a07ac95ef50829b592accfb5bc72 SHA512 963471fac89db746d0e99fee805413342203be0d200bc14f0e56c5ec3053e25ea8112943657c88c57c539ae485ac11eb5f80052aad12443c248888f6e6a4114e
25 -DIST ofono-1.29.tar.xz 1019512 BLAKE2B e073f324c58fee1beac31ba685d92ee85814ccb072aaedc0fa2d0d25419d60449557fcabd0e1b3e5aad6c349582a2abe6fb69094f36b61dbea0f94ed0f8dff4e SHA512 14c3cd3a7ee134dd85f286e3ce47914a10c48a9a2bbbebd0d2715334f233a9b7e4e01bae5a151e4f4b3fb3e98eab96ba345f3fb2c2960d2f9c0645f36c218a99
26 DIST ofono-1.30.tar.xz 1030428 BLAKE2B 94248b7eb7b48000333fdee38eaecf13c259adf2ca71946a25c06463abc052c568974981b0116ef5e006a6bd9f106a0bf2a5d2b1f9ad06beaffceff6cb3bbde4 SHA512 e65c5af7f09eef31c1e8c2b8202315b1bfeeb18e6e3cca07e3758ee693e51f8d8007211cba9e0da17656b063f362858a51234908c89a2bfd1ef0e057d538bda5
27 DIST ofono-1.31.tar.xz 1049252 BLAKE2B f7b40d3aa7854369a7886a4b64bb66044e8f016682665935f7727bf219c084d266d8fd7f80c97e58234d845f7db3dc52133298697274745d115cf14c62769d82 SHA512 377cda34dcc92d1f339a4b3271de5a14afaf309061c4467e5af18089cd821e65c0d8ad29d07e96d0f0480bb51554b284afb6bc2b9da586cc30dc0c1440612b20
28
29 diff --git a/net-misc/ofono/ofono-1.28.ebuild b/net-misc/ofono/ofono-1.28.ebuild
30 deleted file mode 100644
31 index 406ed49a7a3..00000000000
32 --- a/net-misc/ofono/ofono-1.28.ebuild
33 +++ /dev/null
34 @@ -1,66 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit eutils multilib systemd
41 -
42 -DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
43 -HOMEPAGE="https://01.org/ofono"
44 -SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
49 -IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem +phonesim +provision +qmimodem tools +udev upower"
50 -
51 -REQUIRED_USE="dundee? ( bluetooth )"
52 -
53 -RDEPEND=">=sys-apps/dbus-1.4
54 - >=dev-libs/glib-2.32
55 - net-misc/mobile-broadband-provider-info
56 - bluetooth? ( >=net-wireless/bluez-4.99 )
57 - udev? ( virtual/udev )
58 - examples? ( dev-python/dbus-python )
59 - tools? ( virtual/libusb:1 )"
60 -DEPEND="${RDEPEND}
61 - virtual/pkgconfig"
62 -
63 -DOCS=( ChangeLog AUTHORS )
64 -
65 -src_configure() {
66 - econf \
67 - $(use_enable udev) \
68 - $(use_enable isimodem) \
69 - $(use_enable atmodem) \
70 - $(use_enable cdmamodem) \
71 - $(use_enable datafiles) \
72 - $(use_enable dundee) \
73 - $(use_enable bluetooth) \
74 - $(use_enable phonesim) \
75 - $(use_enable provision) \
76 - $(use_enable qmimodem) \
77 - $(use_enable tools) \
78 - $(use_enable examples test) \
79 - $(use_enable upower) \
80 - --disable-maintainer-mode \
81 - --disable-rilmodem
82 - --localstatedir=/var \
83 - --with-systemdunitdir="$(systemd_get_systemunitdir)"
84 -}
85 -
86 -src_install() {
87 - default
88 -
89 - if use tools ; then
90 - dobin tools/auto-enable \
91 - tools/huawei-audio \
92 - tools/lookup-provider-name \
93 - tools/lookup-apn \
94 - tools/get-location \
95 - tools/tty-redirector
96 - fi
97 -
98 - newinitd "${FILESDIR}"/${PN}.initd ${PN}
99 - use doc && dodoc doc/*.txt
100 -}
101
102 diff --git a/net-misc/ofono/ofono-1.29.ebuild b/net-misc/ofono/ofono-1.29.ebuild
103 deleted file mode 100644
104 index 406ed49a7a3..00000000000
105 --- a/net-misc/ofono/ofono-1.29.ebuild
106 +++ /dev/null
107 @@ -1,66 +0,0 @@
108 -# Copyright 1999-2019 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=7
112 -
113 -inherit eutils multilib systemd
114 -
115 -DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
116 -HOMEPAGE="https://01.org/ofono"
117 -SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz"
118 -
119 -LICENSE="GPL-2"
120 -SLOT="0"
121 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
122 -IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem +phonesim +provision +qmimodem tools +udev upower"
123 -
124 -REQUIRED_USE="dundee? ( bluetooth )"
125 -
126 -RDEPEND=">=sys-apps/dbus-1.4
127 - >=dev-libs/glib-2.32
128 - net-misc/mobile-broadband-provider-info
129 - bluetooth? ( >=net-wireless/bluez-4.99 )
130 - udev? ( virtual/udev )
131 - examples? ( dev-python/dbus-python )
132 - tools? ( virtual/libusb:1 )"
133 -DEPEND="${RDEPEND}
134 - virtual/pkgconfig"
135 -
136 -DOCS=( ChangeLog AUTHORS )
137 -
138 -src_configure() {
139 - econf \
140 - $(use_enable udev) \
141 - $(use_enable isimodem) \
142 - $(use_enable atmodem) \
143 - $(use_enable cdmamodem) \
144 - $(use_enable datafiles) \
145 - $(use_enable dundee) \
146 - $(use_enable bluetooth) \
147 - $(use_enable phonesim) \
148 - $(use_enable provision) \
149 - $(use_enable qmimodem) \
150 - $(use_enable tools) \
151 - $(use_enable examples test) \
152 - $(use_enable upower) \
153 - --disable-maintainer-mode \
154 - --disable-rilmodem
155 - --localstatedir=/var \
156 - --with-systemdunitdir="$(systemd_get_systemunitdir)"
157 -}
158 -
159 -src_install() {
160 - default
161 -
162 - if use tools ; then
163 - dobin tools/auto-enable \
164 - tools/huawei-audio \
165 - tools/lookup-provider-name \
166 - tools/lookup-apn \
167 - tools/get-location \
168 - tools/tty-redirector
169 - fi
170 -
171 - newinitd "${FILESDIR}"/${PN}.initd ${PN}
172 - use doc && dodoc doc/*.txt
173 -}