summaryrefslogtreecommitdiff
path: root/app-portage/sisyphus/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/sisyphus/files')
-rw-r--r--app-portage/sisyphus/files/sisyphus-1.1709-r2.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-portage/sisyphus/files/sisyphus-1.1709-r2.patch b/app-portage/sisyphus/files/sisyphus-1.1709-r2.patch
deleted file mode 100644
index 4149de01..00000000
--- a/app-portage/sisyphus/files/sisyphus-1.1709-r2.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/src/backend/libsisyphus.py b/src/backend/libsisyphus.py
-index f49e9da..c19bd88 100755
---- a/src/backend/libsisyphus.py
-+++ b/src/backend/libsisyphus.py
-@@ -258,8 +258,6 @@ def sisyphus_db_rescue():
- os.remove(sisyphus_remote_csv_path_pre)
- if os.path.exists(sisyphus_removable_csv_path_pre):
- os.remove(sisyphus_removable_csv_path_pre)
-- if os.path.exists(sisyphus_local_csv_path_pre):
-- os.remove(sisyphus_local_csv_path_pre)
- if os.path.exists(sisyphus_database_path):
- os.remove(sisyphus_database_path)
- sisyphus_pkg_system_update()
-diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py
-index ee90c6f..c8a8bd9 100755
---- a/src/frontend/cli/sisyphus-cli.py
-+++ b/src/frontend/cli/sisyphus-cli.py
-@@ -17,7 +17,7 @@
- elif "remove-orphans" in sys.argv[1:]:
- sisyphus_pkg_remove_orphans()
- elif "update" in sys.argv[1:]:
-- sisyphus_pkg_system_update
-+ sisyphus_pkg_system_update()
- elif "upgrade" in sys.argv[1:]:
- sisyphus_pkg_system_upgrade()
- elif "search" in sys.argv[1:]: