summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2008-06-26 14:03:20 +0000
committerRobert Buchholz <rbu@gentoo.org>2008-06-26 14:03:20 +0000
commita9f9039be385503cdaaf62256245a8c7cfd9a9f9 (patch)
tree46a24a85f91e83b19f3720f498da5fe7a643193f /gnome-extra
parentAdd ~amd64 keyword wrt bug #198672 (diff)
downloadgentoo-2-a9f9039be385503cdaaf62256245a8c7cfd9a9f9.tar.gz
gentoo-2-a9f9039be385503cdaaf62256245a8c7cfd9a9f9.tar.bz2
gentoo-2-a9f9039be385503cdaaf62256245a8c7cfd9a9f9.zip
Readd ~ppc which was dropped due to >=0.5.10 dependency, and remove old version.
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/nm-applet/ChangeLog7
-rw-r--r--gnome-extra/nm-applet/nm-applet-0.6.5_p20080208.ebuild64
-rw-r--r--gnome-extra/nm-applet/nm-applet-0.6.6.ebuild4
3 files changed, 8 insertions, 67 deletions
diff --git a/gnome-extra/nm-applet/ChangeLog b/gnome-extra/nm-applet/ChangeLog
index 7672d0e461b7..0c035f3d04b1 100644
--- a/gnome-extra/nm-applet/ChangeLog
+++ b/gnome-extra/nm-applet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for gnome-extra/nm-applet
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.16 2008/03/07 09:25:47 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.17 2008/06/26 14:03:20 rbu Exp $
+
+ 26 Jun 2008; Robert Buchholz <rbu@gentoo.org>
+ -nm-applet-0.6.5_p20080208.ebuild, nm-applet-0.6.6.ebuild:
+ Readd ~ppc which was dropped due to >=0.5.10 dependency, and remove old
+ version.
*nm-applet-0.6.6 (07 Mar 2008)
diff --git a/gnome-extra/nm-applet/nm-applet-0.6.5_p20080208.ebuild b/gnome-extra/nm-applet/nm-applet-0.6.5_p20080208.ebuild
deleted file mode 100644
index b968cdd1296e..000000000000
--- a/gnome-extra/nm-applet/nm-applet-0.6.5_p20080208.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2008 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.6.5_p20080208.ebuild,v 1.1 2008/02/10 01:07:18 steev Exp $
-
-inherit gnome2 eutils
-
-MY_PV=${PV/_*/}
-
-DESCRIPTION="Gnome applet for NetworkManager."
-HOMEPAGE="http://people.redhat.com/dcbw/NetworkManager/"
-#SRC_URI="http://ftp.gnome.org/pub/gnome/sources/network-manager-applet/0.6/network-manager-applet-0.6.5.tar.gz"
-SRC_URI="http://steev.net/files/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc libnotify"
-
-RDEPEND=">=sys-apps/dbus-0.60
- >=sys-apps/hal-0.5
- sys-apps/iproute2
- >=net-misc/dhcdbd-1.4
- >=net-misc/networkmanager-0.6.5_p20080130
- >=net-wireless/wireless-tools-28_pre9
- >=net-wireless/wpa_supplicant-0.4.8
- >=dev-libs/glib-2.10
- libnotify? ( >=x11-libs/libnotify-0.4.3 )
- >=x11-libs/gtk+-2.10
- >=gnome-base/libglade-2
- >=gnome-base/gnome-keyring-0.4
- >=gnome-base/gnome-panel-2
- >=gnome-base/gconf-2
- >=gnome-base/libgnomeui-2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.35"
-
-DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
-USE_DESTDIR="1"
-
-G2CONF="${G2CONF} \
- --disable-more-warnings \
- --localstatedir=/var \
- --with-dbus-sys=/etc/dbus-1/system.d \
- $(use_with libnotify notify)"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-0.6.5-confchanges.patch"
-
- echo "src/nm-wired-dialog.c" >> po/POTFILES.in
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- elog "Your user needs to be in the plugdev group in order to use this"
- elog "package. If it doesn't start in Gnome for you automatically after"
- elog 'you log back in, simply run "nm-applet --sm-disable"'
- elog "You also need the notification area applet on your panel for"
- elog "this to show up."
-}
diff --git a/gnome-extra/nm-applet/nm-applet-0.6.6.ebuild b/gnome-extra/nm-applet/nm-applet-0.6.6.ebuild
index 6e1e801003a4..a8b4ee7cd762 100644
--- a/gnome-extra/nm-applet/nm-applet-0.6.6.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 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.6.6.ebuild,v 1.1 2008/03/07 09:25:47 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.6.ebuild,v 1.2 2008/06/26 14:03:20 rbu Exp $
inherit autotools gnome2 eutils
@@ -12,7 +12,7 @@ HOMEPAGE="http://people.redhat.com/dcbw/NetworkManager/"
SRC_URI="http://people.redhat.com/dcbw/NetworkManager/0.6.6/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug doc libnotify"
RDEPEND=">=sys-apps/dbus-0.60