Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/xgammon/files/
Date: Wed, 17 Oct 2018 21:56:12
Message-Id: 1539813344.03c540e3e6d21d9ad25d48c59689f99a1d66e85a.jer@gentoo
1 commit: 03c540e3e6d21d9ad25d48c59689f99a1d66e85a
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 21:52:59 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 21:55:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c540e3
7
8 games-board/xgammon: Clean up patches.
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 games-board/xgammon/files/gcc33.patch | 4 ++--
14 games-board/xgammon/files/xgammon-0.98-broken.patch | 4 ++--
15 games-board/xgammon/files/xgammon-0.98-config.patch | 8 ++++----
16 3 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/games-board/xgammon/files/gcc33.patch b/games-board/xgammon/files/gcc33.patch
19 index 82dcadd990c..093eaa1f453 100644
20 --- a/games-board/xgammon/files/gcc33.patch
21 +++ b/games-board/xgammon/files/gcc33.patch
22 @@ -1,5 +1,5 @@
23 ---- a/xgammon.c 2004-05-07 14:44:07.000000000 -0700
24 -+++ b/xgammon.c 2004-05-07 14:45:52.000000000 -0700
25 +--- a/xgammon.c
26 ++++ b/xgammon.c
27 @@ -944,31 +944,31 @@
28 for (option=1; option<argc; option++) {
29 if (strcmp (argv[option], "-?") == 0 ||
30
31 diff --git a/games-board/xgammon/files/xgammon-0.98-broken.patch b/games-board/xgammon/files/xgammon-0.98-broken.patch
32 index e94afa0792a..5e334e83aec 100644
33 --- a/games-board/xgammon/files/xgammon-0.98-broken.patch
34 +++ b/games-board/xgammon/files/xgammon-0.98-broken.patch
35 @@ -1,5 +1,5 @@
36 ---- xgammon/lib/db.c Sat Jan 6 12:14:12 2001
37 -+++ xgammon/lib/db.c Sat Jan 6 12:13:56 2001
38 +--- a/lib/db.c
39 ++++ b/lib/db.c
40 @@ -259,10 +259,11 @@
41 close(fid);
42 }
43
44 diff --git a/games-board/xgammon/files/xgammon-0.98-config.patch b/games-board/xgammon/files/xgammon-0.98-config.patch
45 index 1cedd03de3d..6546cd6f90a 100644
46 --- a/games-board/xgammon/files/xgammon-0.98-config.patch
47 +++ b/games-board/xgammon/files/xgammon-0.98-config.patch
48 @@ -1,13 +1,13 @@
49 ---- xgammon-0.98/xgammon.ad Tue Aug 29 01:35:39 1995
50 -+++ xgammon-0.98/xgammon.ad Wed Aug 12 18:22:25 1998
51 +--- a/xgammon.ad
52 ++++ b/xgammon.ad
53 @@ -67,4 +67,4 @@
54 xgammon.buttonmove: false
55 xgammon.stonesteps: 5
56 xgammon.delaytime: 5
57 -xgammon.database: lib/xgammon.db
58 +xgammon.database: /usr/lib/X11/xgammon/xgammon.db
59 ---- xgammon-0.98/Imakefile Wed Aug 23 15:26:39 1995
60 -+++ xgammon-0.98/Imakefile Wed Aug 12 18:42:55 1998
61 +--- a/Imakefile
62 ++++ b/Imakefile
63 @@ -12,9 +12,9 @@
64
65 ComplexProgramTarget(xgammon)