public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan (nirbheek)" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/nm-applet: nm-applet-0.8.4.ebuild ChangeLog
Date: Sun, 14 Aug 2011 09:04:07 +0000 (UTC)	[thread overview]
Message-ID: <20110814090407.421962004C@flycatcher.gentoo.org> (raw)

nirbheek    11/08/14 09:04:07

  Modified:             nm-applet-0.8.4.ebuild ChangeLog
  Log:
  Various ebuild fixes, bug 378849
  
  (Portage version: 2.2.0_alpha39_p14/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  gnome-extra/nm-applet/nm-applet-0.8.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.8.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.8.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.8.4.ebuild?r1=1.2&r2=1.3

Index: nm-applet-0.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.8.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nm-applet-0.8.4.ebuild	18 May 2011 16:38:28 -0000	1.2
+++ nm-applet-0.8.4.ebuild	14 Aug 2011 09:04:07 -0000	1.3
@@ -1,49 +1,42 @@
 # Copyright 1999-2011 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.8.4.ebuild,v 1.2 2011/05/18 16:38:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.8.4.ebuild,v 1.3 2011/08/14 09:04:07 nirbheek Exp $
 
-EAPI=2
-inherit gnome2
+EAPI="3"
+GNOME_ORG_MODULE="network-manager-applet"
 
-MY_PN="${PN/nm-applet/network-manager-applet}"
+inherit gnome2
 
 DESCRIPTION="Gnome applet for NetworkManager."
 HOMEPAGE="http://projects.gnome.org/NetworkManager/"
-SRC_URI="${SRC_URI//${PN}/${MY_PN}}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="bluetooth"
 
-# FIXME: bluetooth is automagic
 RDEPEND=">=dev-libs/glib-2.16:2
 	>=dev-libs/dbus-glib-0.88
 	>=sys-apps/dbus-1.4.1
 	>=x11-libs/gtk+-2.18:2
 	>=gnome-base/gconf-2.20:2
 	>=x11-libs/libnotify-0.4.3
-	>=gnome-base/libglade-2:2.0
 	>=gnome-base/gnome-keyring-2.20
+	>=sys-auth/polkit-0.96-r1
 
-	>=dev-libs/libnl-1.1
 	>=net-misc/networkmanager-${PV}
-	>=net-wireless/wireless-tools-28_pre9
-	>=net-wireless/wpa_supplicant-0.5.7
 	net-misc/mobile-broadband-provider-info
-	bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 )
-	>=sys-auth/polkit-0.96-r1"
 
+	bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
-	>=dev-util/intltool-0.35"
-
-S=${WORKDIR}/${MY_PN}-${PV}
+	>=dev-util/intltool-0.40"
 
 pkg_setup () {
 	G2CONF="${G2CONF}
 		--disable-more-warnings
-		--localstatedir=/var"
+		--localstatedir=/var
+		$(use_with bluetooth)"
 
 	DOCS="AUTHORS ChangeLog NEWS README"
 }



1.62                 gnome-extra/nm-applet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	18 May 2011 16:38:29 -0000	1.61
+++ ChangeLog	14 Aug 2011 09:04:07 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-extra/nm-applet
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.61 2011/05/18 16:38:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.62 2011/08/14 09:04:07 nirbheek Exp $
+
+  14 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> nm-applet-0.8.4.ebuild:
+  Various ebuild fixes, bug 378849
 
   18 May 2011; Samuli Suominen <ssuominen@gentoo.org> nm-applet-0.8.4.ebuild:
   Don't try to apply non-existing patch wrt #367923 by Adrian Frith.






             reply	other threads:[~2011-08-14  9:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-14  9:04 Nirbheek Chauhan (nirbheek) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-09  0:52 [gentoo-commits] gentoo-x86 commit in gnome-extra/nm-applet: nm-applet-0.8.4.ebuild ChangeLog Alexandre Rostovtsev (tetromino)
2011-11-20 10:11 Kacper Kowalik (xarthisius)
2011-10-09 16:29 Markus Meier (maekke)
2011-08-22 13:57 Tony Vroon (chainsaw)
2011-05-18 16:38 Samuli Suominen (ssuominen)
2011-05-18  9:43 Robert Piasek (dagger)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110814090407.421962004C@flycatcher.gentoo.org \
    --to=nirbheek@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox