From b8d689552bb8fec2597ed9748a75714c21f22dbf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 7 Oct 2017 21:26:00 +0100 Subject: app-portage/sisyphus : version bump --- .../sisyphus/files/sisyphus-1.1709-r2.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 app-portage/sisyphus/files/sisyphus-1.1709-r2.patch (limited to 'app-portage/sisyphus/files') 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:]: -- cgit v1.2.3