net-libs/libnma: NetworkManager GUI lib, initially transitional pkg
authorMart Raudsepp <leio@gentoo.org>
Sun, 19 Apr 2020 15:34:37 +0000 (18:34 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 19 Apr 2020 15:36:40 +0000 (18:36 +0300)
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>
net-libs/libnma/libnma-1.8.24.ebuild [new file with mode: 0644]
net-libs/libnma/metadata.xml [new file with mode: 0644]

diff --git a/net-libs/libnma/libnma-1.8.24.ebuild b/net-libs/libnma/libnma-1.8.24.ebuild
new file mode 100644 (file)
index 0000000..d088541
--- /dev/null
@@ -0,0 +1,22 @@
+# 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() { :; }
diff --git a/net-libs/libnma/metadata.xml b/net-libs/libnma/metadata.xml
new file mode 100644 (file)
index 0000000..996e7ca
--- /dev/null
@@ -0,0 +1,8 @@
+<?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>