From 2d446203bcf1a0db08e99abca43513d246dfa73d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 5 Apr 2018 21:52:00 +0100 Subject: gentoo resync : 05.04.2018 --- sci-physics/root/files/root-5.32.00-afs.patch | 33 ------------- sci-physics/root/files/root-6.00.01-dotfont.patch | 58 ----------------------- 2 files changed, 91 deletions(-) delete mode 100644 sci-physics/root/files/root-5.32.00-afs.patch delete mode 100644 sci-physics/root/files/root-6.00.01-dotfont.patch (limited to 'sci-physics/root/files') diff --git a/sci-physics/root/files/root-5.32.00-afs.patch b/sci-physics/root/files/root-5.32.00-afs.patch deleted file mode 100644 index 2bf31798e6e0..000000000000 --- a/sci-physics/root/files/root-5.32.00-afs.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- root/net/auth/src/TAFS.cxx.orig 2011-12-04 00:56:29.405007770 +0400 -+++ root/net/auth/src/TAFS.cxx 2011-12-04 00:56:35.534709259 +0400 -@@ -138,7 +138,7 @@ - } else { - if (isatty(0) != 0 && isatty(1) != 0) { - Gl_config("noecho", 1); -- pw = Getline((char *) prompt.Data()); -+ pw = const_cast( Getline((char *) prompt.Data()) ); - Gl_config("noecho", 0); - } else { - Warning("TAFS", "not tty: cannot prompt for passwd: failure"); ---- root/core/clib/src/strlcat.c.orig 2011-12-04 01:49:26.495179487 +0400 -+++ root/core/clib/src/strlcat.c 2011-12-04 01:50:41.407524763 +0400 -@@ -38,7 +38,7 @@ - * Returns strlen(src) + MIN(siz, strlen(initial dst)). - * If retval >= siz, truncation occurred. - */ --size_t -+size_t __attribute__((weak)) - strlcat(char *dst, const char *src, size_t siz) - { - register char *d = dst; ---- root/core/clib/src/strlcpy.c.orig 2011-12-04 01:49:34.329797251 +0400 -+++ root/core/clib/src/strlcpy.c 2011-12-04 01:50:49.051151843 +0400 -@@ -36,7 +36,7 @@ - * will be copied. Always NUL terminates (unless siz == 0). - * Returns strlen(src); if retval >= siz, truncation occurred. - */ --size_t -+size_t __attribute__((weak)) - strlcpy(char *dst, const char *src, size_t siz) - { - register char *d = dst; diff --git a/sci-physics/root/files/root-6.00.01-dotfont.patch b/sci-physics/root/files/root-6.00.01-dotfont.patch deleted file mode 100644 index 6c765f75a505..000000000000 --- a/sci-physics/root/files/root-6.00.01-dotfont.patch +++ /dev/null @@ -1,58 +0,0 @@ ---- root/html/src/TClassDocOutput.cxx.orig 2012-06-08 02:13:51.000000000 +0400 -+++ root/html/src/TClassDocOutput.cxx 2012-06-08 02:34:45.705436577 +0400 -@@ -625,7 +625,7 @@ - << "size=\"8,10\";" << std::endl - << "ratio=auto;" << std::endl - << "margin=0;" << std::endl -- << "node [shape=plaintext,fontsize=40,width=4,height=0.75];" << std::endl -+ << "node [shape=plaintext,fontsize=40,width=4,height=0.75,fontname=\"DejaVu Serif\"];" << std::endl - << "\"" << fCurrentClass->GetName() << "\" [shape=ellipse];" << std::endl; - - std::stringstream ssDep; -@@ -704,7 +704,7 @@ - outdot << ";" << std::endl; - } else if (writeAndMoreFor) { - outdot << " \"...andmore" << writeAndMoreFor->GetName() -- << "\" [label=\"...and more\",fontname=\"Times-Italic\",fillcolor=lightgrey,style=filled];" << std::endl; -+ << "\" [label=\"...and more\",fontname=\"DejaVu Serif Italic\",fillcolor=lightgrey,style=filled];" << std::endl; - } - } - if (!levelExists) break; -@@ -733,7 +733,7 @@ - << "ranksep=0.1;" << std::endl - << "nodesep=0;" << std::endl - << "margin=0;" << std::endl; -- outdot << " node [style=filled,width=0.7,height=0.15,fixedsize=true,shape=plaintext,fontsize=10];" << std::endl; -+ outdot << " node [style=filled,width=0.7,height=0.15,fixedsize=true,shape=plaintext,fontsize=10,fontname=\"DejaVu Serif\"];" << std::endl; - - std::stringstream ssDep; - const int numColumns = 3; -@@ -939,7 +939,7 @@ - << "ranksep=0;" << std::endl - << "nodesep=0;" << std::endl - << "size=\"8,10\";" << std::endl -- << "node [fontsize=20,shape=plaintext];" << std::endl; -+ << "node [fontsize=20,shape=plaintext,fontname=\"DejaVu Serif\"];" << std::endl; - - for (std::list::iterator iFile = listFilesToParse.begin(); - iFile != listFilesToParse.end(); ++iFile) { -@@ -999,7 +999,8 @@ - << "ranksep=0.7;" << std::endl - << "nodesep=0.3;" << std::endl - << "size=\"8,8\";" << std::endl -- << "ratio=compress;" << std::endl; -+ << "ratio=compress;" << std::endl -+ << "node [fontname=\"DejaVu Serif\"];" << std::endl; - - TString libs(fCurrentClass->GetSharedLibs()); - outdot << "\"All Libraries\" [URL=\"LibraryDependencies.html\",shape=box,rank=max,fillcolor=lightgray,style=filled];" << std::endl; -@@ -1109,7 +1110,8 @@ - - dotout << "digraph G {" << std::endl - << "ratio=auto;" << std::endl -- << "rankdir=RL;" << std::endl; -+ << "rankdir=RL;" << std::endl -+ << "node [fontname=\"DejaVu Serif\"];" << std::endl; - - // loop on all classes - TClassDocInfo* cdi = 0; -- cgit v1.2.3