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 B9201138247 for ; Mon, 11 Nov 2013 19:42:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 546DCE0B88; Mon, 11 Nov 2013 19:42:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB01CE0B88 for ; Mon, 11 Nov 2013 19:42:54 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B780433F206 for ; Mon, 11 Nov 2013 19:42:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 64E1E2004B; Mon, 11 Nov 2013 19:42:52 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/nm-applet: nm-applet-0.9.8.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nm-applet-0.9.8.8.ebuild ChangeLog X-VCS-Directories: gnome-extra/nm-applet X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131111194252.64E1E2004B@flycatcher.gentoo.org> Date: Mon, 11 Nov 2013 19:42:52 +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: 8e2adbf9-e9e5-4212-bdc8-cf4a6c3212cd X-Archives-Hash: 39580b07bd189927aa1079e12e5e10ca pacho 13/11/11 19:42:52 Modified: ChangeLog Added: nm-applet-0.9.8.8.ebuild Log: Version bump (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.107 gnome-extra/nm-applet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.107&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?r1=1.106&r2=1.107 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- ChangeLog 20 Oct 2013 19:56:14 -0000 1.106 +++ ChangeLog 11 Nov 2013 19:42:52 -0000 1.107 @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/nm-applet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.106 2013/10/20 19:56:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.107 2013/11/11 19:42:52 pacho Exp $ + +*nm-applet-0.9.8.8 (11 Nov 2013) + + 11 Nov 2013; Pacho Ramos +nm-applet-0.9.8.8.ebuild: + Version bump 20 Oct 2013; Pacho Ramos metadata.xml: gnome herd is maintaining this 1.1 gnome-extra/nm-applet/nm-applet-0.9.8.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.8.ebuild?rev=1.1&content-type=text/plain Index: nm-applet-0.9.8.8.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.8.8.ebuild,v 1.1 2013/11/11 19:42:52 pacho Exp $ EAPI=5 GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" GNOME_ORG_MODULE="network-manager-applet" inherit gnome2 DESCRIPTION="GNOME applet for NetworkManager" HOMEPAGE="http://projects.gnome.org/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 >=x11-libs/libnotify-0.7.0 app-text/iso-codes >=net-misc/networkmanager-0.9.8 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) }