diff options
author | 2012-12-11 21:38:12 +0000 | |
---|---|---|
committer | 2012-12-11 21:38:12 +0000 | |
commit | 9b922d417e972300edc8c49cd589fcec656e53eb (patch) | |
tree | 65394bda999ae431258c3b64cf7f866cadc6bd24 /gnome-extra/nm-applet | |
parent | punt old, still hardcoding /etc/udev as rules path (diff) | |
download | gentoo-2-9b922d417e972300edc8c49cd589fcec656e53eb.tar.gz gentoo-2-9b922d417e972300edc8c49cd589fcec656e53eb.tar.bz2 gentoo-2-9b922d417e972300edc8c49cd589fcec656e53eb.zip |
Drop nm-0.8 as requested in bug #382045.
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'gnome-extra/nm-applet')
-rw-r--r-- | gnome-extra/nm-applet/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/nm-applet/files/nm-applet-0.8.4-utils-libm.patch | 23 | ||||
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-0.8.4.ebuild | 56 |
3 files changed, 5 insertions, 80 deletions
diff --git a/gnome-extra/nm-applet/ChangeLog b/gnome-extra/nm-applet/ChangeLog index 44a434cc9c0d..495c4d02b0a8 100644 --- a/gnome-extra/nm-applet/ChangeLog +++ b/gnome-extra/nm-applet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/nm-applet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.85 2012/10/26 22:58:18 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.86 2012/12/11 21:38:12 tetromino Exp $ + + 11 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + -nm-applet-0.8.4.ebuild, -files/nm-applet-0.8.4-utils-libm.patch: + Drop nm-0.8 as requested in bug #382045. *nm-applet-0.9.6.4 (26 Oct 2012) diff --git a/gnome-extra/nm-applet/files/nm-applet-0.8.4-utils-libm.patch b/gnome-extra/nm-applet/files/nm-applet-0.8.4-utils-libm.patch deleted file mode 100644 index ddb5aa7411e5..000000000000 --- a/gnome-extra/nm-applet/files/nm-applet-0.8.4-utils-libm.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 1c5a5eda712f004bf3266df60d36144466b5f1f2 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Wed, 8 Aug 2012 20:38:43 -0400 -Subject: [PATCH] utils: fix linking failure - -https://bugs.gentoo.org/show_bug.cgi?id=430360 ---- - src/utils/Makefile.am | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am -index e152373..da1b0cd 100644 ---- a/src/utils/Makefile.am -+++ b/src/utils/Makefile.am -@@ -20,4 +20,4 @@ libutils_la_CPPFLAGS = \ - -I${top_srcdir}/src/gconf-helpers \ - -I${top_srcdir}/src - --libutils_la_LIBADD = $(NMA_LIBS) -+libutils_la_LIBADD = $(NMA_LIBS) -lm --- -1.7.8.6 - diff --git a/gnome-extra/nm-applet/nm-applet-0.8.4.ebuild b/gnome-extra/nm-applet/nm-applet-0.8.4.ebuild deleted file mode 100644 index 0b91dd1ab45e..000000000000 --- a/gnome-extra/nm-applet/nm-applet-0.8.4.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2012 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.11 2012/10/26 22:58:18 tetromino Exp $ - -EAPI="3" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -GNOME_ORG_MODULE="network-manager-applet" - -inherit autotools eutils gnome2 - -DESCRIPTION="Gnome applet for NetworkManager." -HOMEPAGE="http://projects.gnome.org/NetworkManager/" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="bluetooth" - -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/gnome-keyring-2.20 - >=sys-auth/polkit-0.96-r1 - - >=net-misc/networkmanager-${PV} - net-misc/mobile-broadband-provider-info - - bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 ) - virtual/freedesktop-icon-theme" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - virtual/pkgconfig - - gnome-base/gnome-common" -# eautoreconf needs gnome-base/gnome-common - -pkg_setup () { - G2CONF="${G2CONF} - --disable-more-warnings - --disable-static - --localstatedir=/var - $(use_with bluetooth)" - - DOCS="AUTHORS ChangeLog NEWS README" -} - -src_prepare() { - epatch "${FILESDIR}/${P}-utils-libm.patch" #430360 - eautoreconf - gnome2_src_prepare -} |