From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DE4D2138A1F for ; Thu, 24 Apr 2014 22:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A624E0A60; Thu, 24 Apr 2014 22:35:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 871FCE0A60 for ; Thu, 24 Apr 2014 22:35:20 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B42533FE14 for ; Thu, 24 Apr 2014 22:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BB7FA187AC for ; Thu, 24 Apr 2014 22:35:15 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1398378895.43e7b126995f7460ecefe9481e4d36f2a11722e9.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/nm-applet/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/nm-applet/metadata.xml gnome-extra/nm-applet/nm-applet-0.9.8.10.ebuild X-VCS-Directories: gnome-extra/nm-applet/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 43e7b126995f7460ecefe9481e4d36f2a11722e9 X-VCS-Branch: master Date: Thu, 24 Apr 2014 22:35:15 +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-Archives-Salt: e7bf9501-db7c-4e88-b50e-092a5d8a91ee X-Archives-Hash: 213af8d0131c2918050715aa48338542 commit: 43e7b126995f7460ecefe9481e4d36f2a11722e9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Apr 24 22:31:09 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Apr 24 22:34:55 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=43e7b126 gnome-extra/nm-applet: 0.9.8.8-r1 → 0.9.8.10 --- gnome-extra/nm-applet/metadata.xml | 11 +++++ gnome-extra/nm-applet/nm-applet-0.9.8.10.ebuild | 57 +++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/gnome-extra/nm-applet/metadata.xml b/gnome-extra/nm-applet/metadata.xml new file mode 100644 index 0000000..e32318b --- /dev/null +++ b/gnome-extra/nm-applet/metadata.xml @@ -0,0 +1,11 @@ + + + +gnome + + Build tool for migrating gconf settings from + nm-applet-0.8.x + Enable support for mobile broadband devices + using net-misc/modemmanager + + diff --git a/gnome-extra/nm-applet/nm-applet-0.9.8.10.ebuild b/gnome-extra/nm-applet/nm-applet-0.9.8.10.ebuild new file mode 100644 index 0000000..cdb6371 --- /dev/null +++ b/gnome-extra/nm-applet/nm-applet-0.9.8.10.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +GNOME_ORG_MODULE="network-manager-applet" + +inherit eutils gnome2 + +DESCRIPTION="GNOME applet for NetworkManager" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="bluetooth gconf +introspection modemmanager" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + app-crypt/libsecret + >=dev-libs/glib-2.26:2 + >=dev-libs/dbus-glib-0.88 + >=sys-apps/dbus-1.4.1 + >=sys-auth/polkit-0.96-r1 + >=x11-libs/gtk+-3:3[introspection?] + >=x11-libs/libnotify-0.7.0 + + app-text/iso-codes + >=net-misc/networkmanager-0.9.8[introspection?] + net-misc/mobile-broadband-provider-info + + bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6:= ) + gconf? ( + >=gnome-base/gconf-2.20:2 + gnome-base/libgnome-keyring ) + introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) + modemmanager? ( >=net-misc/modemmanager-0.7.990 ) + virtual/freedesktop-icon-theme + virtual/udev[gudev] +" +DEPEND="${RDEPEND} + virtual/pkgconfig + >=dev-util/intltool-0.40 +" + +src_configure() { + gnome2_src_configure \ + --with-gtkver=3 \ + --disable-more-warnings \ + --disable-static \ + --localstatedir=/var \ + $(use_with bluetooth) \ + $(use_enable gconf migration) \ + $(use_enable introspection) \ + $(use_with modemmanager modem-manager-1) +}