summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2016-12-29 19:51:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2016-12-29 19:52:47 +0100
commit5a970ec098d1fe7630a9c5612083d1c13927cec9 (patch)
tree58c585a5e13ce7bb1b449b450315ffc77f0b20c8 /net-libs
parentnet-print/cups: Synced live ebuild with latest release ebuild. (diff)
downloadgentoo-5a970ec098d1fe7630a9c5612083d1c13927cec9.tar.gz
gentoo-5a970ec098d1fe7630a9c5612083d1c13927cec9.tar.bz2
gentoo-5a970ec098d1fe7630a9c5612083d1c13927cec9.zip
net-libs/libqmi: Add subslot, fix header
metadata: Indentation Package-Manager: portage-2.3.0
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libqmi/libqmi-1.16.0.ebuild2
-rw-r--r--net-libs/libqmi/libqmi-1.16.2.ebuild3
-rw-r--r--net-libs/libqmi/libqmi-9999.ebuild3
-rw-r--r--net-libs/libqmi/metadata.xml25
4 files changed, 19 insertions, 14 deletions
diff --git a/net-libs/libqmi/libqmi-1.16.0.ebuild b/net-libs/libqmi/libqmi-1.16.0.ebuild
index 3f2b2c69c78a..e43a4f2817bf 100644
--- a/net-libs/libqmi/libqmi-1.16.0.ebuild
+++ b/net-libs/libqmi/libqmi-1.16.0.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="QMI modem protocol helper library"
HOMEPAGE="https://cgit.freedesktop.org/libqmi/"
LICENSE="LGPL-2"
-SLOT="0"
+SLOT="0/5.1"
IUSE="doc +mbim static-libs"
RDEPEND=">=dev-libs/glib-2.32
diff --git a/net-libs/libqmi/libqmi-1.16.2.ebuild b/net-libs/libqmi/libqmi-1.16.2.ebuild
index a0465a67f001..ca4cd53f193a 100644
--- a/net-libs/libqmi/libqmi-1.16.2.ebuild
+++ b/net-libs/libqmi/libqmi-1.16.2.ebuild
@@ -1,5 +1,6 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# $Id$
EAPI="6"
@@ -16,7 +17,7 @@ DESCRIPTION="Qualcomm MSM (Mobile Station Modem) Interface (QMI) modem protocol
HOMEPAGE="https://cgit.freedesktop.org/libqmi/"
LICENSE="LGPL-2"
-SLOT="0"
+SLOT="0/5.1" # soname of libqmi-glib.so
IUSE="doc +mbim static-libs"
RDEPEND=">=dev-libs/glib-2.32
diff --git a/net-libs/libqmi/libqmi-9999.ebuild b/net-libs/libqmi/libqmi-9999.ebuild
index 5ed20e55694c..66a50a58a127 100644
--- a/net-libs/libqmi/libqmi-9999.ebuild
+++ b/net-libs/libqmi/libqmi-9999.ebuild
@@ -1,5 +1,6 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# $Id$
EAPI="6"
@@ -16,7 +17,7 @@ DESCRIPTION="Qualcomm MSM (Mobile Station Modem) Interface (QMI) modem protocol
HOMEPAGE="https://cgit.freedesktop.org/libqmi/"
LICENSE="LGPL-2"
-SLOT="0"
+SLOT="0/5.1" # soname of libqmi-glib.so
IUSE="doc +mbim static-libs"
RDEPEND=">=dev-libs/glib-2.32
diff --git a/net-libs/libqmi/metadata.xml b/net-libs/libqmi/metadata.xml
index cd1a66b17111..bca6a9f230ee 100644
--- a/net-libs/libqmi/metadata.xml
+++ b/net-libs/libqmi/metadata.xml
@@ -1,15 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>vapier@gentoo.org</email>
- <description>feel free to update</description>
-</maintainer>
-<maintainer type="person">
- <email>chainsaw@gentoo.org</email>
- <name>Tony Vroon</name>
-</maintainer>
-<use>
- <flag name="mbim">Support QMI over Mobile Broadband Interface Model (MBIM)</flag>
-</use>
+ <maintainer type="person">
+ <email>vapier@gentoo.org</email>
+ <description>feel free to update</description>
+ </maintainer>
+ <maintainer type="person">
+ <email>chainsaw@gentoo.org</email>
+ <name>Tony Vroon</name>
+ </maintainer>
+ <slots>
+ <subslots>libqmi-glib.so soname version</subslots>
+ </slots>
+ <use>
+ <flag name="mbim">Support QMI over Mobile Broadband Interface Model (MBIM)</flag>
+ </use>
</pkgmetadata>