diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2011-01-06 21:27:29 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2011-01-06 21:27:29 +0000 |
commit | 5a7c798a602184f7af39e486be00e6acc7146c40 (patch) | |
tree | 73f8c3bfc4dd998f3d5d71d35ea7182469d9793c /x11-libs/gksu | |
parent | Some Clean up (diff) | |
download | gentoo-2-5a7c798a602184f7af39e486be00e6acc7146c40.tar.gz gentoo-2-5a7c798a602184f7af39e486be00e6acc7146c40.tar.bz2 gentoo-2-5a7c798a602184f7af39e486be00e6acc7146c40.zip |
Remove unused patch
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gksu')
-rw-r--r-- | x11-libs/gksu/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gksu/files/gksu-2.0.0-gnome-2.22.patch | 12 |
2 files changed, 5 insertions, 13 deletions
diff --git a/x11-libs/gksu/ChangeLog b/x11-libs/gksu/ChangeLog index 706eb57e92ed..35505794dc12 100644 --- a/x11-libs/gksu/ChangeLog +++ b/x11-libs/gksu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gksu # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.61 2011/01/06 15:28:15 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.62 2011/01/06 21:27:29 dang Exp $ + + 06 Jan 2011; Daniel Gryniewicz <dang@gentoo.org> + -files/gksu-2.0.0-gnome-2.22.patch: + Remove unused patch 06 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> gksu-2.0.2.ebuild: Drop gnome-vfs patch, bug #349520. Also remove static lib and la file for diff --git a/x11-libs/gksu/files/gksu-2.0.0-gnome-2.22.patch b/x11-libs/gksu/files/gksu-2.0.0-gnome-2.22.patch deleted file mode 100644 index b812873c4b94..000000000000 --- a/x11-libs/gksu/files/gksu-2.0.0-gnome-2.22.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gksu-2.0.0.orig/configure.ac gksu-2.0.0/configure.ac ---- gksu-2.0.0.orig/configure.ac 2006-09-23 16:08:21.000000000 -0400 -+++ gksu-2.0.0/configure.ac 2008-03-31 15:21:46.000000000 -0400 -@@ -66,7 +66,7 @@ AC_ARG_ENABLE(nautilus-extension, [ --e - AM_CONDITIONAL(ENABLE_NAUTILUS_EXTENSION, test x$enable_nautilus_extension = xyes) - - if test x$enable_nautilus_extension = xyes; then -- PKG_CHECK_MODULES(NAUTILUS, [libgksu2 >= 2.0.0, libnautilus-extension]) -+ PKG_CHECK_MODULES(NAUTILUS, [libgksu2 >= 2.0.0, libnautilus-extension, gnome-vfs-2.0]) - fi - - AC_CONFIG_FILES([ |