Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/
Date: Mon, 24 Jan 2022 22:43:39
Message-Id: 1643064175.89db7ffea7265f76ce6fcb0977927e1215ea2d72.mattst88@gentoo
1 commit: 89db7ffea7265f76ce6fcb0977927e1215ea2d72
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 21:10:17 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 22:42:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89db7ffe
7
8 net-libs/libqmi: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/libqmi/Manifest | 2 --
13 net-libs/libqmi/libqmi-1.28.6.ebuild | 49 ------------------------------------
14 net-libs/libqmi/libqmi-1.30.0.ebuild | 49 ------------------------------------
15 3 files changed, 100 deletions(-)
16
17 diff --git a/net-libs/libqmi/Manifest b/net-libs/libqmi/Manifest
18 index 3b55b67f92db..d8eddc4898ab 100644
19 --- a/net-libs/libqmi/Manifest
20 +++ b/net-libs/libqmi/Manifest
21 @@ -1,3 +1 @@
22 -DIST libqmi-1.28.6.tar.xz 1192736 BLAKE2B 30330a8d085b26fc461c6fec2cfa58757e91093243aed8a4ac6df53a7656881f295a800979ff8fd42b815f96fafd128848765ecfb163e8101ac9c9a52eaaf507 SHA512 f4f7022e8c9b60618062548ec97450d98a5125dbd0e26df3dfb8bda5ab19a1f4c7864d35f7bd77217a4fe5562ce665fa613902b1d2185680bfa5d0c1e229e6dd
23 -DIST libqmi-1.30.0.tar.xz 1237944 BLAKE2B 862a7f12d458d7fce53596ec12e6e20d41a8378e6d9fd44535ea54b409f7020d33f5b3bab08ce583452e11abcbf5af48cc3a24a5fd382c7a833c435327c91614 SHA512 e0cf97f1ebc27feb68033d19b8bc146c41d134782c3eeefb1dd3502b08e493d8c484835235a7877854c1a9c2524ed6cc31aa1b897b873d0662f494a771b2c98f
24 DIST libqmi-1.30.2.tar.xz 1239408 BLAKE2B be762988dcb40cdc29a9024989de0da42d3246c970ee63caba4f3a722b52e478879c177097165e880a48a7151d01f8f30e82d5a769258bd7c9cba9a24b0157a2 SHA512 e34e9cb4b49df6eac555e6493cfc89aaf6f9be3fbfb0b19a5fb6b69c81768fda499a6438b1a4f39b84a350899721c6a04c4195985077ac35da0036794bc59367
25
26 diff --git a/net-libs/libqmi/libqmi-1.28.6.ebuild b/net-libs/libqmi/libqmi-1.28.6.ebuild
27 deleted file mode 100644
28 index c62b2a064ccf..000000000000
29 --- a/net-libs/libqmi/libqmi-1.28.6.ebuild
30 +++ /dev/null
31 @@ -1,49 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -if [[ ${PV} == "9999" ]] ; then
38 - inherit git-r3 autotools
39 - EGIT_REPO_URI="https://gitlab.freedesktop.org/mobile-broadband/libqmi.git"
40 -else
41 - KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
42 - SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz"
43 -fi
44 -
45 -DESCRIPTION="Qualcomm MSM (Mobile Station Modem) Interface (QMI) modem protocol library"
46 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libqmi/ https://gitlab.freedesktop.org/mobile-broadband/libqmi"
47 -
48 -LICENSE="LGPL-2"
49 -SLOT="0/5.7" # soname of libqmi-glib.so
50 -IUSE="gtk-doc +mbim"
51 -
52 -RDEPEND=">=dev-libs/glib-2.48
53 - dev-libs/libgudev
54 - mbim? ( >=net-libs/libmbim-1.18.0 )"
55 -DEPEND="${RDEPEND}"
56 -BDEPEND="
57 - virtual/pkgconfig
58 - gtk-doc? ( dev-util/gtk-doc )"
59 -[[ ${PV} == "9999" ]] && BDEPEND+=" dev-util/gtk-doc" #469214
60 -
61 -src_prepare() {
62 - default
63 - [[ ${PV} == "9999" ]] && eautoreconf
64 -}
65 -
66 -src_configure() {
67 - local myconf=(
68 - --disable-Werror
69 - --disable-static
70 - --disable-qrtr # libqrtr-glib not packaged
71 - $(use_enable mbim mbim-qmux)
72 - $(use_enable gtk-doc)
73 - )
74 - econf "${myconf[@]}"
75 -}
76 -
77 -src_install() {
78 - default
79 - find "${ED}" -name '*.la' -delete || die
80 -}
81
82 diff --git a/net-libs/libqmi/libqmi-1.30.0.ebuild b/net-libs/libqmi/libqmi-1.30.0.ebuild
83 deleted file mode 100644
84 index c48a2bddbb43..000000000000
85 --- a/net-libs/libqmi/libqmi-1.30.0.ebuild
86 +++ /dev/null
87 @@ -1,49 +0,0 @@
88 -# Copyright 1999-2021 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=7
92 -
93 -if [[ ${PV} == "9999" ]] ; then
94 - inherit git-r3 autotools
95 - EGIT_REPO_URI="https://gitlab.freedesktop.org/mobile-broadband/libqmi.git"
96 -else
97 - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86"
98 - SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz"
99 -fi
100 -
101 -DESCRIPTION="Qualcomm MSM (Mobile Station Modem) Interface (QMI) modem protocol library"
102 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libqmi/ https://gitlab.freedesktop.org/mobile-broadband/libqmi"
103 -
104 -LICENSE="LGPL-2"
105 -SLOT="0/5.8" # soname of libqmi-glib.so
106 -IUSE="gtk-doc +mbim"
107 -
108 -RDEPEND=">=dev-libs/glib-2.56
109 - >=dev-libs/libgudev-232
110 - mbim? ( >=net-libs/libmbim-1.18.0 )"
111 -DEPEND="${RDEPEND}"
112 -BDEPEND="
113 - virtual/pkgconfig
114 - gtk-doc? ( dev-util/gtk-doc )"
115 -[[ ${PV} == "9999" ]] && BDEPEND+=" dev-util/gtk-doc" #469214
116 -
117 -src_prepare() {
118 - default
119 - [[ ${PV} == "9999" ]] && eautoreconf
120 -}
121 -
122 -src_configure() {
123 - local myconf=(
124 - --disable-Werror
125 - --disable-static
126 - --disable-qrtr # libqrtr-glib not packaged
127 - $(use_enable mbim mbim-qmux)
128 - $(use_enable gtk-doc)
129 - )
130 - econf "${myconf[@]}"
131 -}
132 -
133 -src_install() {
134 - default
135 - find "${ED}" -name '*.la' -delete || die
136 -}