* [gentoo-commits] repo/gentoo:master commit in: x11-wm/ctwm/files/
@ 2017-02-18 22:09 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-02-18 22:09 UTC (permalink / raw
To: gentoo-commits
commit: c71fe6e797e9580a823231c57218116865ed9336
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Feb 18 15:26:31 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 22:07:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71fe6e7
x11-wm/ctwm: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/4015
x11-wm/ctwm/files/ctwm-3.6-r1-gentoo.diff | 55 -------------------------------
1 file changed, 55 deletions(-)
diff --git a/x11-wm/ctwm/files/ctwm-3.6-r1-gentoo.diff b/x11-wm/ctwm/files/ctwm-3.6-r1-gentoo.diff
deleted file mode 100644
index d6f9e5cee3..0000000000
--- a/x11-wm/ctwm/files/ctwm-3.6-r1-gentoo.diff
+++ /dev/null
@@ -1,55 +0,0 @@
-diff -urN ctwm-3.6.ORIG/gram.y ctwm-3.6/gram.y
---- ctwm-3.6.ORIG/gram.y 2001-12-12 00:38:52.000000000 +0900
-+++ ctwm-3.6/gram.y 2004-02-07 06:43:37.067787401 +0900
-@@ -419,14 +419,13 @@
- | WINDOW_RING { list = &Scr->WindowRingL; }
- win_list
- | WINDOW_RING { Scr->WindowRingAll = TRUE; }
-- ;
- | WINDOW_RING_EXCLUDE { if (!Scr->WindowRingL)
- Scr->WindowRingAll = TRUE;
- list = &Scr->WindowRingExcludeL; }
- win_list
--
- | WINDOW_GEOMETRIES { }
- wingeom_list
-+ ;
-
- noarg : KEYWORD { if (!do_single_keyword ($1)) {
- twmrc_error_prefix();
-@@ -683,8 +682,8 @@
- | wingeom_entries wingeom_entry
- ;
-
--wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2) }
--
-+wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2); }
-+ ;
-
-
- squeeze : SQUEEZE_TITLE {
-@@ -835,6 +834,7 @@
- AddToClientsList ($1, client);
- }
-
-+ ;
- occupy_window_list : LB occupy_window_entries RB {}
- ;
-
-@@ -845,7 +845,7 @@
- occupy_window_entry : string {
- AddToClientsList (workspace, $1);
- }
--
-+ ;
- icon_list : LB icon_entries RB {}
- ;
-
-@@ -962,6 +962,7 @@
- RemoveDQuote(ptr);
- $$ = (unsigned char*)ptr;
- }
-+ ;
- number : NUMBER { $$ = $1; }
- ;
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-18 22:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-18 22:09 [gentoo-commits] repo/gentoo:master commit in: x11-wm/ctwm/files/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox