Add a libnma package with all the same keywords as nm-applet, so that packages
linking to libnma or using NMA-1.0 via introspection can start depending on
net-libs/libnma directly, especially if they don't use anything else out of
nm-applet. Upcoming version bumps will make libnma shipped directly in libnma
package, as upstream made it split at repository/tarball level in newer
versions (1.8.25+).
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
--- /dev/null
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="NetworkManager GUI library"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="+introspection"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
+
+# This is a transitional package for 1.8.24, but 1.16 version will be a real one split out of nm-applet by upstream
+RDEPEND="~gnome-extra/nm-applet-${PV}[introspection?]"
+DEPEND="${RDEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}"
+
+src_unpack() { :; }
+src_install() { :; }
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+ </maintainer>
+</pkgmetadata>