diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-03-21 11:41:08 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-03-21 11:41:08 +0100 |
commit | 7c7f6b4235d25400f6d8c409d3d0ebd56b521ff9 (patch) | |
tree | 6f57e96e3a1fb0c9483c946c368b9cabb625d94d /sci-calculators/orpie/files | |
parent | dev-ml/curses: add to the tree (diff) | |
download | gentoo-7c7f6b4235d25400f6d8c409d3d0ebd56b521ff9.tar.gz gentoo-7c7f6b4235d25400f6d8c409d3d0ebd56b521ff9.tar.bz2 gentoo-7c7f6b4235d25400f6d8c409d3d0ebd56b521ff9.zip |
sci-calculators/orpie: 1.6.1 bump
Bugs: https://bugs.gentoo.org/677660
Bugs: https://bugs.gentoo.org/716602
Bugs: https://bugs.gentoo.org/832679
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-calculators/orpie/files')
-rw-r--r-- | sci-calculators/orpie/files/orpie-1.6.1-orpierc.patch | 11 | ||||
-rw-r--r-- | sci-calculators/orpie/files/orpie-1.6.1-rcfile.patch | 14 |
2 files changed, 25 insertions, 0 deletions
diff --git a/sci-calculators/orpie/files/orpie-1.6.1-orpierc.patch b/sci-calculators/orpie/files/orpie-1.6.1-orpierc.patch new file mode 100644 index 000000000000..6679d645e86d --- /dev/null +++ b/sci-calculators/orpie/files/orpie-1.6.1-orpierc.patch @@ -0,0 +1,11 @@ +--- a/etc/orpierc ++++ b/etc/orpierc +@@ -4,7 +4,7 @@ + # directory for storing Orpie data + set datadir="~/.orpie/" + # editor used for fullscreen viewing of stack elements +-set editor="vi" ++set editor="${EDITOR}" + # whether or not to hide the help panel + set hide_help="false" + # whether or not to conserve memory in favor of faster rendering diff --git a/sci-calculators/orpie/files/orpie-1.6.1-rcfile.patch b/sci-calculators/orpie/files/orpie-1.6.1-rcfile.patch new file mode 100644 index 000000000000..19e861fd078e --- /dev/null +++ b/sci-calculators/orpie/files/orpie-1.6.1-rcfile.patch @@ -0,0 +1,14 @@ +--- a/src/orpie/rcfile.ml 2022-03-21 11:25:42.405186025 +0100 ++++ b/src/orpie/rcfile.ml 2022-03-21 11:24:44.477121172 +0100 +@@ -916,10 +916,7 @@ + let rcfile_fullpath = + (* expand out any occurrences of ${prefix} that autoconf + * decides to insert *) +- let prefix_regex = Str.regexp "\\${prefix}" in +- let expanded_sysconfdir = Str.global_replace prefix_regex +- Install.prefix Install.sysconfdir in +- Utility.join_path expanded_sysconfdir "orpierc" ++ "/etc/orpie/orpierc" + in + begin try (open_in home_rcfile, home_rcfile) + with Sys_error error_str -> |