summaryrefslogtreecommitdiff
path: root/media-gfx/asymptote/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /media-gfx/asymptote/files
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'media-gfx/asymptote/files')
-rw-r--r--media-gfx/asymptote/files/asy-ftd.vim2
-rw-r--r--media-gfx/asymptote/files/asymptote-2.65-xdg-utils.patch22
-rw-r--r--media-gfx/asymptote/files/asymptote-2.67-info.patch13
-rw-r--r--media-gfx/asymptote/files/asymptote-2.69-info.patch (renamed from media-gfx/asymptote/files/asymptote-2.65-info.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-2.69-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-2.67-xdg-utils.patch)8
5 files changed, 7 insertions, 44 deletions
diff --git a/media-gfx/asymptote/files/asy-ftd.vim b/media-gfx/asymptote/files/asy-ftd.vim
deleted file mode 100644
index 0f5e3957900a..000000000000
--- a/media-gfx/asymptote/files/asy-ftd.vim
+++ /dev/null
@@ -1,2 +0,0 @@
-au BufNewFile,BufRead *.asy setf asy
-filetype plugin on
diff --git a/media-gfx/asymptote/files/asymptote-2.65-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.65-xdg-utils.patch
deleted file mode 100644
index 6f4fb6cbcf4f..000000000000
--- a/media-gfx/asymptote/files/asymptote-2.65-xdg-utils.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: asymptote-2.65/settings.cc
-===================================================================
---- asymptote-2.65.orig/settings.cc
-+++ asymptote-2.65/settings.cc
-@@ -100,13 +100,13 @@ string defaultPSViewer="open";
- string defaultPDFViewer="open";
- string defaultHTMLViewer="open";
- #else
--string defaultPSViewer="gv";
--string defaultPDFViewer="acroread";
--string defaultHTMLViewer="google-chrome";
-+string defaultPSViewer="xdg-open";
-+string defaultPDFViewer="xdg-open";
-+string defaultHTMLViewer="xdg-open";
- #endif
- string defaultGhostscript="gs";
- string defaultGhostscriptLibrary="";
--string defaultDisplay="display";
-+string defaultDisplay="xdg-open";
- string defaultAnimate="animate";
- void queryRegistry() {}
- const string dirsep="/";
diff --git a/media-gfx/asymptote/files/asymptote-2.67-info.patch b/media-gfx/asymptote/files/asymptote-2.67-info.patch
deleted file mode 100644
index c0812477115f..000000000000
--- a/media-gfx/asymptote/files/asymptote-2.67-info.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: asymptote-2.67/doc/asymptote.texi
-===================================================================
---- asymptote-2.67.orig/doc/asymptote.texi
-+++ asymptote-2.67/doc/asymptote.texi
-@@ -23,7 +23,7 @@ file LICENSE in the top-level source dir
-
- @dircategory Languages
- @direntry
--* asymptote: (asymptote/asymptote). Vector graphics language.
-+* asymptote: (asymptote). Vector graphics language.
- @end direntry
-
- @titlepage
diff --git a/media-gfx/asymptote/files/asymptote-2.65-info.patch b/media-gfx/asymptote/files/asymptote-2.69-info.patch
index 27d0e5ce868d..63f2dc281762 100644
--- a/media-gfx/asymptote/files/asymptote-2.65-info.patch
+++ b/media-gfx/asymptote/files/asymptote-2.69-info.patch
@@ -1,7 +1,7 @@
-Index: asymptote-2.65/doc/asymptote.texi
+Index: asymptote-2.69/doc/asymptote.texi
===================================================================
---- asymptote-2.65.orig/doc/asymptote.texi
-+++ asymptote-2.65/doc/asymptote.texi
+--- asymptote-2.69.orig/doc/asymptote.texi
++++ asymptote-2.69/doc/asymptote.texi
@@ -23,7 +23,7 @@ file LICENSE in the top-level source dir
@dircategory Languages
diff --git a/media-gfx/asymptote/files/asymptote-2.67-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.69-xdg-utils.patch
index a6a2c7daba0c..f07d23ac6183 100644
--- a/media-gfx/asymptote/files/asymptote-2.67-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-2.69-xdg-utils.patch
@@ -1,9 +1,9 @@
Только в asymptote-2.67.orig: .pc
-Index: asymptote-2.67/settings.cc
+Index: asymptote-2.69/settings.cc
===================================================================
---- asymptote-2.67.orig/settings.cc
-+++ asymptote-2.67/settings.cc
-@@ -100,13 +100,13 @@ string defaultPSViewer="open";
+--- asymptote-2.69.orig/settings.cc
++++ asymptote-2.69/settings.cc
+@@ -101,13 +101,13 @@ string defaultPSViewer="open";
string defaultPDFViewer="open";
string defaultHTMLViewer="open";
#else