Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/
Date: Thu, 29 Dec 2016 18:53:12
Message-Id: 1483037567.5a970ec098d1fe7630a9c5612083d1c13927cec9.asturm@gentoo
1 commit: 5a970ec098d1fe7630a9c5612083d1c13927cec9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 18:51:57 2016 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 18:52:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a970ec0
7
8 net-libs/libqmi: Add subslot, fix header
9
10 metadata: Indentation
11
12 Package-Manager: portage-2.3.0
13
14 net-libs/libqmi/libqmi-1.16.0.ebuild | 2 +-
15 net-libs/libqmi/libqmi-1.16.2.ebuild | 3 ++-
16 net-libs/libqmi/libqmi-9999.ebuild | 3 ++-
17 net-libs/libqmi/metadata.xml | 25 ++++++++++++++-----------
18 4 files changed, 19 insertions(+), 14 deletions(-)
19
20 diff --git a/net-libs/libqmi/libqmi-1.16.0.ebuild b/net-libs/libqmi/libqmi-1.16.0.ebuild
21 index 3f2b2c6..e43a4f2 100644
22 --- a/net-libs/libqmi/libqmi-1.16.0.ebuild
23 +++ b/net-libs/libqmi/libqmi-1.16.0.ebuild
24 @@ -17,7 +17,7 @@ DESCRIPTION="QMI modem protocol helper library"
25 HOMEPAGE="https://cgit.freedesktop.org/libqmi/"
26
27 LICENSE="LGPL-2"
28 -SLOT="0"
29 +SLOT="0/5.1"
30 IUSE="doc +mbim static-libs"
31
32 RDEPEND=">=dev-libs/glib-2.32
33
34 diff --git a/net-libs/libqmi/libqmi-1.16.2.ebuild b/net-libs/libqmi/libqmi-1.16.2.ebuild
35 index a0465a6..ca4cd53 100644
36 --- a/net-libs/libqmi/libqmi-1.16.2.ebuild
37 +++ b/net-libs/libqmi/libqmi-1.16.2.ebuild
38 @@ -1,5 +1,6 @@
39 # Copyright 1999-2016 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 +# $Id$
42
43 EAPI="6"
44
45 @@ -16,7 +17,7 @@ DESCRIPTION="Qualcomm MSM (Mobile Station Modem) Interface (QMI) modem protocol
46 HOMEPAGE="https://cgit.freedesktop.org/libqmi/"
47
48 LICENSE="LGPL-2"
49 -SLOT="0"
50 +SLOT="0/5.1" # soname of libqmi-glib.so
51 IUSE="doc +mbim static-libs"
52
53 RDEPEND=">=dev-libs/glib-2.32
54
55 diff --git a/net-libs/libqmi/libqmi-9999.ebuild b/net-libs/libqmi/libqmi-9999.ebuild
56 index 5ed20e5..66a50a5 100644
57 --- a/net-libs/libqmi/libqmi-9999.ebuild
58 +++ b/net-libs/libqmi/libqmi-9999.ebuild
59 @@ -1,5 +1,6 @@
60 # Copyright 1999-2016 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 +# $Id$
63
64 EAPI="6"
65
66 @@ -16,7 +17,7 @@ DESCRIPTION="Qualcomm MSM (Mobile Station Modem) Interface (QMI) modem protocol
67 HOMEPAGE="https://cgit.freedesktop.org/libqmi/"
68
69 LICENSE="LGPL-2"
70 -SLOT="0"
71 +SLOT="0/5.1" # soname of libqmi-glib.so
72 IUSE="doc +mbim static-libs"
73
74 RDEPEND=">=dev-libs/glib-2.32
75
76 diff --git a/net-libs/libqmi/metadata.xml b/net-libs/libqmi/metadata.xml
77 index cd1a66b..bca6a9f 100644
78 --- a/net-libs/libqmi/metadata.xml
79 +++ b/net-libs/libqmi/metadata.xml
80 @@ -1,15 +1,18 @@
81 <?xml version="1.0" encoding="UTF-8"?>
82 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 <pkgmetadata>
84 -<maintainer type="person">
85 - <email>vapier@g.o</email>
86 - <description>feel free to update</description>
87 -</maintainer>
88 -<maintainer type="person">
89 - <email>chainsaw@g.o</email>
90 - <name>Tony Vroon</name>
91 -</maintainer>
92 -<use>
93 - <flag name="mbim">Support QMI over Mobile Broadband Interface Model (MBIM)</flag>
94 -</use>
95 + <maintainer type="person">
96 + <email>vapier@g.o</email>
97 + <description>feel free to update</description>
98 + </maintainer>
99 + <maintainer type="person">
100 + <email>chainsaw@g.o</email>
101 + <name>Tony Vroon</name>
102 + </maintainer>
103 + <slots>
104 + <subslots>libqmi-glib.so soname version</subslots>
105 + </slots>
106 + <use>
107 + <flag name="mbim">Support QMI over Mobile Broadband Interface Model (MBIM)</flag>
108 + </use>
109 </pkgmetadata>