From a88483ae162fca1005cc1b5a2b043e6a05f72c14 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 19 Apr 2020 18:34:37 +0300 Subject: [PATCH] net-libs/libnma: NetworkManager GUI lib, initially transitional pkg 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 --- net-libs/libnma/libnma-1.8.24.ebuild | 22 ++++++++++++++++++++++ net-libs/libnma/metadata.xml | 8 ++++++++ 2 files changed, 30 insertions(+) create mode 100644 net-libs/libnma/libnma-1.8.24.ebuild create mode 100644 net-libs/libnma/metadata.xml diff --git a/net-libs/libnma/libnma-1.8.24.ebuild b/net-libs/libnma/libnma-1.8.24.ebuild new file mode 100644 index 000000000000..d088541fa525 --- /dev/null +++ b/net-libs/libnma/libnma-1.8.24.ebuild @@ -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 index 000000000000..996e7cacd217 --- /dev/null +++ b/net-libs/libnma/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + -- 2.26.2