From cc4618c9ba3d974948ebf340b542d8cb01db2f55 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 16 Sep 2021 22:05:01 +0100 Subject: gentoo resync : 16.09.2021 --- games-board/pysolfc/files/pysolfc-2.6.4-python38.patch | 13 ------------- games-board/pysolfc/files/pysolfc-gentoo.patch | 10 ---------- games-board/pysolfc/files/pysolfc-locales.patch | 11 ----------- 3 files changed, 34 deletions(-) delete mode 100644 games-board/pysolfc/files/pysolfc-2.6.4-python38.patch delete mode 100644 games-board/pysolfc/files/pysolfc-gentoo.patch delete mode 100644 games-board/pysolfc/files/pysolfc-locales.patch (limited to 'games-board/pysolfc/files') diff --git a/games-board/pysolfc/files/pysolfc-2.6.4-python38.patch b/games-board/pysolfc/files/pysolfc-2.6.4-python38.patch deleted file mode 100644 index 9a857f3b266b..000000000000 --- a/games-board/pysolfc/files/pysolfc-2.6.4-python38.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/pysollib/mfxutil.py b/pysollib/mfxutil.py -index f461ed1..c71a61f 100644 ---- a/pysollib/mfxutil.py -+++ b/pysollib/mfxutil.py -@@ -143,7 +143,7 @@ def getprefdir(package): - - - # high resolution clock() and sleep() --uclock = time.clock -+uclock = time.process_time - usleep = time.sleep - if os.name == "posix": - uclock = time.time diff --git a/games-board/pysolfc/files/pysolfc-gentoo.patch b/games-board/pysolfc/files/pysolfc-gentoo.patch deleted file mode 100644 index 07a7b662f320..000000000000 --- a/games-board/pysolfc/files/pysolfc-gentoo.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/pysollib/settings.py 2014-04-07 20:05:02.335276008 +0200 -+++ b/pysollib/settings.py 2014-04-07 20:05:33.099062670 +0200 -@@ -63,6 +63,7 @@ - '/usr/local/share/PySolFC', - '/usr/games/PySolFC', - '/usr/local/games/PySolFC', -+ '/usr/share/pysolfc', - ] - if os.name == 'nt': - pass diff --git a/games-board/pysolfc/files/pysolfc-locales.patch b/games-board/pysolfc/files/pysolfc-locales.patch deleted file mode 100644 index defac9bfba87..000000000000 --- a/games-board/pysolfc/files/pysolfc-locales.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -r -U2 PySolFC-pysolfc-2.2.0.orig/setup.py PySolFC-pysolfc-2.2.0/setup.py ---- PySolFC-pysolfc-2.2.0.orig/setup.py 2018-04-16 15:05:24.000000000 +0200 -+++ PySolFC-pysolfc-2.2.0/setup.py 2018-05-19 17:52:08.434768430 +0200 -@@ -45,7 +45,4 @@ - ['data/images/misc/pysol01.png', - 'data/images/misc/pysol02.png', ])) -- for l in ('ru', 'ru_RU'): -- data_files.append(('share/locale/%s/LC_MESSAGES' % l, -- ['locale/%s/LC_MESSAGES/pysol.mo' % l])) - data_files.append((data_dir, ['data/pysolfc.glade'])) - data_files.append(('share/applications', ['data/pysol.desktop'])) -- cgit v1.2.3