Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/glade/files: glade-2.0.0-scrollkeeper.patch
Date: Thu, 22 Nov 2007 22:27:44
Message-Id: E1IvKWJ-0006ey-Pk@stork.gentoo.org
1 compnerd 07/11/22 22:27:39
2
3 Modified: glade-2.0.0-scrollkeeper.patch
4 Log:
5 update scrollkeeper patch from Philippe Chaintreuil (bug #192812)
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.2 dev-util/glade/files/glade-2.0.0-scrollkeeper.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/files/glade-2.0.0-scrollkeeper.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/files/glade-2.0.0-scrollkeeper.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/files/glade-2.0.0-scrollkeeper.patch?r1=1.1&r2=1.2
14
15 Index: glade-2.0.0-scrollkeeper.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/files/glade-2.0.0-scrollkeeper.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- glade-2.0.0-scrollkeeper.patch 22 Apr 2003 13:37:19 -0000 1.1
22 +++ glade-2.0.0-scrollkeeper.patch 22 Nov 2007 22:27:39 -0000 1.2
23 @@ -1,6 +1,13 @@
24 ---- glade-2.0.0/omf-install/Makefile.in 2003-04-11 14:12:35.000000000 +0100
25 -+++ glade-2.0.0/omf-install/Makefile.in.new 2003-04-22 13:14:02.000000000 +0100
26 -@@ -238,7 +238,8 @@
27 +--- glade-2.6.8/omf-install/Makefile.in 2004-12-21 07:11:12.000000000 -0500
28 ++++ glade-2.6.8/omf-install/Makefile.in.new 2007-10-18 12:08:09.000000000 -0400
29 +@@ -384,21 +384,22 @@
30 + maintainer-clean maintainer-clean-generic mostlyclean \
31 + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
32 + uninstall uninstall-am uninstall-info-am uninstall-local
33 +
34 +
35 + install-data-local:
36 + $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
37 -for file in $(srcdir)/*.omf; do \
38 $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
39 done
40 @@ -10,3 +17,10 @@
41
42 uninstall-local:
43 -for file in $(srcdir)/*.omf; do \
44 + basefile=`basename $$file`; \
45 + rm -f $(omf_dest_dir)/$$basefile; \
46 + done
47 + -rmdir $(omf_dest_dir)
48 + -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
49 + # Tell versions [3.59,3.63) of GNU make to not export all variables.
50 + # Otherwise a system limit (for SysV at least) may be exceeded.
51
52
53
54 --
55 gentoo-commits@g.o mailing list