public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/files/
Date: Thu,  5 Apr 2018 15:36:33 +0000 (UTC)	[thread overview]
Message-ID: <1522942481.1877d5a5c48dc99aa54ed3d08a747a91cf023793.bman@gentoo> (raw)

commit:     1877d5a5c48dc99aa54ed3d08a747a91cf023793
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Apr  5 10:48:33 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> 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<char *>( 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<std::string>::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;


             reply	other threads:[~2018-04-05 15:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-05 15:36 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-20 10:16 [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/files/ David Seifert
2020-06-20 17:29 Guilherme Amadio
2019-03-04  3:14 Aaron Bauman
2018-11-19 16:25 Guilherme Amadio
2017-12-18 13:13 Guilherme Amadio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1522942481.1877d5a5c48dc99aa54ed3d08a747a91cf023793.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox