From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B8261382C5 for ; Thu, 5 Apr 2018 15:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB68E098E; Thu, 5 Apr 2018 15:36:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3ED4E098E for ; Thu, 5 Apr 2018 15:36:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 328BF335C5A for ; Thu, 5 Apr 2018 15:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8210279 for ; Thu, 5 Apr 2018 15:36:33 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522942481.1877d5a5c48dc99aa54ed3d08a747a91cf023793.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/files/root-5.32.00-afs.patch sci-physics/root/files/root-6.00.01-dotfont.patch X-VCS-Directories: sci-physics/root/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1877d5a5c48dc99aa54ed3d08a747a91cf023793 X-VCS-Branch: master Date: Thu, 5 Apr 2018 15:36:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 99bea9d8-7e19-4f75-8925-f438980345db X-Archives-Hash: 175f6207454fb973f473bb92b81c1193 commit: 1877d5a5c48dc99aa54ed3d08a747a91cf023793 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Apr 5 10:48:33 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 5 15:34:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1877d5a5 sci-physics/root: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/7825 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(-) 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 2bf31798e6e..00000000000 --- 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 6c765f75a50..00000000000 --- 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;