diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-04-19 18:34:37 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-04-19 18:36:40 +0300 |
commit | a88483ae162fca1005cc1b5a2b043e6a05f72c14 (patch) | |
tree | ccbb363bcfe74ef6cb66c3e7dac4a00b18bcddf7 /net-libs | |
parent | games-strategy/s25rttr: Allow tests to run with GCC as well as clang (diff) | |
download | gentoo-a88483ae162fca1005cc1b5a2b043e6a05f72c14.tar.gz gentoo-a88483ae162fca1005cc1b5a2b043e6a05f72c14.tar.bz2 gentoo-a88483ae162fca1005cc1b5a2b043e6a05f72c14.zip |
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 <leio@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnma/libnma-1.8.24.ebuild | 22 | ||||
-rw-r--r-- | net-libs/libnma/metadata.xml | 8 |
2 files changed, 30 insertions, 0 deletions
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 @@ +<?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> |