Gentoo Archives: gentoo-commits

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