diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-08-20 02:17:14 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-08-20 02:17:14 +0000 |
commit | 293b1e7a3a071b4daeadfa544f51c5800cc4521d (patch) | |
tree | d135828ef90e72ffe324e6e5e7f362d9b80fae0f /x11-libs/xosd | |
parent | Version bump. Fixes bug 281738. (diff) | |
download | gentoo-2-293b1e7a3a071b4daeadfa544f51c5800cc4521d.tar.gz gentoo-2-293b1e7a3a071b4daeadfa544f51c5800cc4521d.tar.bz2 gentoo-2-293b1e7a3a071b4daeadfa544f51c5800cc4521d.zip |
Cleaning out unused patches
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-libs/xosd')
-rw-r--r-- | x11-libs/xosd/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/xosd/files/bmp-dlg_config.patch | 11 | ||||
-rw-r--r-- | x11-libs/xosd/files/xosd-2.2.8-libxosd.patch | 11 |
3 files changed, 6 insertions, 24 deletions
diff --git a/x11-libs/xosd/ChangeLog b/x11-libs/xosd/ChangeLog index de98bd89b89d..8288eacc4569 100644 --- a/x11-libs/xosd/ChangeLog +++ b/x11-libs/xosd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/xosd -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.77 2009/03/29 00:05:53 solar Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.78 2009/08/20 02:17:13 vostorga Exp $ + + 20 Aug 2009; Víctor Ostorga <vostorga@gentoo.org> -files/xosd-2.2.8-libxosd.patch, + -files/bmp-dlg_config.patch: + Cleaning out unused patches 29 Mar 2009; <solar@gentoo.org> xosd-2.2.14-r1.ebuild: - keyword ~arm diff --git a/x11-libs/xosd/files/bmp-dlg_config.patch b/x11-libs/xosd/files/bmp-dlg_config.patch deleted file mode 100644 index b307d52ce352..000000000000 --- a/x11-libs/xosd/files/bmp-dlg_config.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- dlg_config.c.orig 2003-10-02 19:09:32.000000000 -0500 -+++ dlg_config.c 2004-10-28 22:29:26.737862128 -0500 -@@ -278,7 +279,7 @@ - - read_config(); - -- configure_win = gtk_window_new(GTK_WINDOW_DIALOG); -+ configure_win = gtk_window_new(GTK_WINDOW_TOPLEVEL); - - gtk_signal_connect(GTK_OBJECT(configure_win), "destroy", - GTK_SIGNAL_FUNC(gtk_widget_destroyed), &configure_win); diff --git a/x11-libs/xosd/files/xosd-2.2.8-libxosd.patch b/x11-libs/xosd/files/xosd-2.2.8-libxosd.patch deleted file mode 100644 index 313fde78adb9..000000000000 --- a/x11-libs/xosd/files/xosd-2.2.8-libxosd.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libxosd/xosd.c.orig 2006-06-22 23:42:29.000000000 +0200 -+++ src/libxosd/xosd.c 2006-06-22 23:44:56.000000000 +0200 -@@ -68,7 +68,7 @@ - - const char *osd_default_font = - "-misc-fixed-medium-r-semicondensed--*-*-*-*-c-*-*-*"; --static const char *osd_default_colour = "green"; -+const char *osd_default_colour = "green"; - - // const char* osd_default_font="adobe-helvetica-bold-r-*-*-10-*"; - // const char* osd_default_font="-adobe-helvetica-bold-r-*-*-10-*"; |