From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84FED138350 for ; Sun, 19 Apr 2020 15:37:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41C68E09BD; Sun, 19 Apr 2020 15:37:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28C8EE09BD for ; Sun, 19 Apr 2020 15:37:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F0F834F08C for ; Sun, 19 Apr 2020 15:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6064103 for ; Sun, 19 Apr 2020 15:37:28 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1587310600.a88483ae162fca1005cc1b5a2b043e6a05f72c14.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnma/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnma/libnma-1.8.24.ebuild net-libs/libnma/metadata.xml X-VCS-Directories: net-libs/libnma/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a88483ae162fca1005cc1b5a2b043e6a05f72c14 X-VCS-Branch: master Date: Sun, 19 Apr 2020 15:37:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf9cd743-f5fd-4577-bfdd-d88b5009a366 X-Archives-Hash: 960ee7cc01f02734f4200f0996c22dcb commit: a88483ae162fca1005cc1b5a2b043e6a05f72c14 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Apr 19 15:34:37 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Apr 19 15:36:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88483ae 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 gentoo.org> net-libs/libnma/libnma-1.8.24.ebuild | 22 ++++++++++++++++++++++ net-libs/libnma/metadata.xml | 8 ++++++++ 2 files changed, 30 insertions(+) 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 00000000000..d088541fa52 --- /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 00000000000..996e7cacd21 --- /dev/null +++ b/net-libs/libnma/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +