[gentoo-commits] repo/gentoo:master commit in: media-libs/tse3/files/, media-libs/tse3/

2018-05-29 Thread Aaron Bauman
commit: c9e005c859e69e83937ef9fc846828a87b0c79c1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 15:56:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e005c8

media-libs/tse3: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/tse3/files/tse3-0.2.7-gcc4.patch|  4 ++--
 .../tse3/files/tse3-0.2.7-size_t-64bit.patch   |  8 +++
 media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch | 28 +++---
 .../tse3/files/tse3-0.3.1-parallelmake.patch   |  4 ++--
 media-libs/tse3/tse3-0.3.1-r1.ebuild   | 26 +++-
 5 files changed, 37 insertions(+), 33 deletions(-)

diff --git a/media-libs/tse3/files/tse3-0.2.7-gcc4.patch 
b/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
index ed92ded207a..c009acfd156 100644
--- a/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
+++ b/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
@@ -1,5 +1,5 @@
 ./src/tse3/cmd/Phrase.h~   2002-07-28 17:17:11.0 +0200
-+++ ./src/tse3/cmd/Phrase.h2005-07-29 15:45:03.0 +0200
+--- a/src/tse3/cmd/Phrase.h2002-07-28 17:17:11.0 +0200
 b/src/tse3/cmd/Phrase.h2005-07-29 15:45:03.0 +0200
 @@ -19,6 +19,7 @@
  
  #include "tse3/cmd/Command.h"

diff --git a/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch 
b/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
index 29c54edc084..fbb4dd60622 100644
--- a/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
+++ b/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
@@ -1,5 +1,5 @@
 src/tse3/file/XML.h.orig   2002-07-28 18:17:11.0 +0300
-+++ src/tse3/file/XML.h2004-04-25 14:51:56.0 +0300
+--- a/src/tse3/file/XML.h  2002-07-28 18:17:11.0 +0300
 b/src/tse3/file/XML.h  2004-04-25 14:51:56.0 +0300
 @@ -154,6 +154,7 @@
  void element(const std::string &name, const char
*value);
  void element(const std::string &name, int
value);
@@ -8,8 +8,8 @@
  void element(const std::string &name, bool   
value);
  
  void comment(const std::string &comment);
 src/tse3/file/XML.cpp.orig 2002-07-28 18:17:11.0 +0300
-+++ src/tse3/file/XML.cpp  2004-04-25 14:54:01.0 +0300
+--- a/src/tse3/file/XML.cpp2002-07-28 18:17:11.0 +0300
 b/src/tse3/file/XML.cpp2004-04-25 14:54:01.0 +0300
 @@ -116,6 +116,12 @@
  out << "<" << name << " value=\"" << value << "\"/>\n";
  }

diff --git a/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch 
b/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
index 4581da9d0bf..ba5f27421ea 100644
--- a/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
+++ b/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
@@ -1,5 +1,5 @@
 src/tse3/Serializable.h.orig   2008-06-08 12:17:05.0 +0200
-+++ src/tse3/Serializable.h2008-06-08 12:17:27.0 +0200
+--- a/src/tse3/Serializable.h  2008-06-08 12:17:05.0 +0200
 b/src/tse3/Serializable.h  2008-06-08 12:17:27.0 +0200
 @@ -20,6 +20,7 @@
  #include 
  #include 
@@ -9,8 +9,8 @@
  namespace TSE3
  {
 
 src/tse3/TSE2MDL.h.orig2008-06-08 12:17:41.0 +0200
-+++ src/tse3/TSE2MDL.h 2008-06-08 12:18:02.0 +0200
+--- a/src/tse3/TSE2MDL.h   2008-06-08 12:17:41.0 +0200
 b/src/tse3/TSE2MDL.h   2008-06-08 12:18:02.0 +0200
 @@ -22,6 +22,7 @@
  #include 
  #include 
@@ -20,8 +20,8 @@
  namespace TSE3
  {
 
 src/tse3/MidiFile.h.orig   2008-06-08 12:18:26.0 +0200
-+++ src/tse3/MidiFile.h2008-06-08 12:18:42.0 +0200
+--- a/src/tse3/MidiFile.h  2008-06-08 12:18:26.0 +0200
 b/src/tse3/MidiFile.h  2008-06-08 12:18:42.0 +0200
 @@ -25,6 +25,7 @@
  #include 
  #include 
@@ -30,8 +30,8 @@
  
  namespace TSE3
  {
 src/examples/recording/recording.cpp.orig  2008-06-08 12:18:56.0 
+0200
-+++ src/examples/recording/recording.cpp   2008-06-08 12:19:18.0 
+0200
+--- a/src/examples/recording/recording.cpp 2008-06-08 12:18:56.0 
+0200
 b/src/examples/recording/recording.cpp 2008-06-08 12:19:18.0 
+0200
 @@ -26,6 +26,7 @@
   *
   **/
@@ -41,8 +41,8 @@
  
  // Used in step 1
 
 src/tse3play/tse3play.h.orig   2008-06-08 12:19:34.0 +0200
-+++ src/tse3play/tse3play.h2008-06-08 12:19:53.0 +0200
+--- a/src/tse3play/tse3play.h  2008-06-08 12:19:34.0 +0200
 b/src/tse3play/tse3play.h  2008-06-08 12:19:53.0 +0200
 @@ -19,6 +19,7 @@
  
  #include 
@@ -51,8 +51,8 @@
  
  #include "tse3/Transport.h"
  
 src/tse3/plt/Alsa-0.9.cpp.orig 2008-06-08 12:39:53.0 +0200
-+++ src/tse3/plt/Alsa-0.9.cpp  2008-06-08 12:40:25.0 +0200
+--- a/src/tse3/plt/Alsa

[gentoo-commits] repo/gentoo:master commit in: media-libs/tse3/files/

2018-05-29 Thread Aaron Bauman
commit: 695fc9e123edd4b8d6ece917930b8d6d95b1949c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 29 20:05:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 29 20:10:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695fc9e1

media-libs/tse3: remove useless dates from patches

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/tse3/files/tse3-0.2.7-gcc4.patch|  4 ++--
 .../tse3/files/tse3-0.2.7-size_t-64bit.patch   |  8 +++
 media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch | 28 +++---
 .../tse3/files/tse3-0.3.1-parallelmake.patch   |  4 ++--
 4 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/media-libs/tse3/files/tse3-0.2.7-gcc4.patch 
b/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
index c009acfd156..b58e538b8fe 100644
--- a/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
+++ b/media-libs/tse3/files/tse3-0.2.7-gcc4.patch
@@ -1,5 +1,5 @@
 a/src/tse3/cmd/Phrase.h2002-07-28 17:17:11.0 +0200
-+++ b/src/tse3/cmd/Phrase.h2005-07-29 15:45:03.0 +0200
+--- a/src/tse3/cmd/Phrase.h
 b/src/tse3/cmd/Phrase.h
 @@ -19,6 +19,7 @@
  
  #include "tse3/cmd/Command.h"

diff --git a/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch 
b/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
index fbb4dd60622..fe628c30667 100644
--- a/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
+++ b/media-libs/tse3/files/tse3-0.2.7-size_t-64bit.patch
@@ -1,5 +1,5 @@
 a/src/tse3/file/XML.h  2002-07-28 18:17:11.0 +0300
-+++ b/src/tse3/file/XML.h  2004-04-25 14:51:56.0 +0300
+--- a/src/tse3/file/XML.h
 b/src/tse3/file/XML.h
 @@ -154,6 +154,7 @@
  void element(const std::string &name, const char
*value);
  void element(const std::string &name, int
value);
@@ -8,8 +8,8 @@
  void element(const std::string &name, bool   
value);
  
  void comment(const std::string &comment);
 a/src/tse3/file/XML.cpp2002-07-28 18:17:11.0 +0300
-+++ b/src/tse3/file/XML.cpp2004-04-25 14:54:01.0 +0300
+--- a/src/tse3/file/XML.cpp
 b/src/tse3/file/XML.cpp
 @@ -116,6 +116,12 @@
  out << "<" << name << " value=\"" << value << "\"/>\n";
  }

diff --git a/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch 
b/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
index ba5f27421ea..0ff1ebb6ea1 100644
--- a/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
+++ b/media-libs/tse3/files/tse3-0.3.1+gcc-4.3.patch
@@ -1,5 +1,5 @@
 a/src/tse3/Serializable.h  2008-06-08 12:17:05.0 +0200
-+++ b/src/tse3/Serializable.h  2008-06-08 12:17:27.0 +0200
+--- a/src/tse3/Serializable.h
 b/src/tse3/Serializable.h
 @@ -20,6 +20,7 @@
  #include 
  #include 
@@ -9,8 +9,8 @@
  namespace TSE3
  {
 
 a/src/tse3/TSE2MDL.h   2008-06-08 12:17:41.0 +0200
-+++ b/src/tse3/TSE2MDL.h   2008-06-08 12:18:02.0 +0200
+--- a/src/tse3/TSE2MDL.h
 b/src/tse3/TSE2MDL.h
 @@ -22,6 +22,7 @@
  #include 
  #include 
@@ -20,8 +20,8 @@
  namespace TSE3
  {
 
 a/src/tse3/MidiFile.h  2008-06-08 12:18:26.0 +0200
-+++ b/src/tse3/MidiFile.h  2008-06-08 12:18:42.0 +0200
+--- a/src/tse3/MidiFile.h
 b/src/tse3/MidiFile.h
 @@ -25,6 +25,7 @@
  #include 
  #include 
@@ -30,8 +30,8 @@
  
  namespace TSE3
  {
 a/src/examples/recording/recording.cpp 2008-06-08 12:18:56.0 
+0200
-+++ b/src/examples/recording/recording.cpp 2008-06-08 12:19:18.0 
+0200
+--- a/src/examples/recording/recording.cpp
 b/src/examples/recording/recording.cpp
 @@ -26,6 +26,7 @@
   *
   **/
@@ -41,8 +41,8 @@
  
  // Used in step 1
 
 a/src/tse3play/tse3play.h  2008-06-08 12:19:34.0 +0200
-+++ b/src/tse3play/tse3play.h  2008-06-08 12:19:53.0 +0200
+--- a/src/tse3play/tse3play.h
 b/src/tse3play/tse3play.h
 @@ -19,6 +19,7 @@
  
  #include 
@@ -51,8 +51,8 @@
  
  #include "tse3/Transport.h"
  
 a/src/tse3/plt/Alsa-0.9.cpp2008-06-08 12:39:53.0 +0200
-+++ b/src/tse3/plt/Alsa-0.9.cpp2008-06-08 12:40:25.0 +0200
+--- a/src/tse3/plt/Alsa-0.9.cpp
 b/src/tse3/plt/Alsa-0.9.cpp
 @@ -25,12 +25,11 @@
  #define HAVE_SYS_ASOUNDLIB_H
  #endif
@@ -68,8 +68,8 @@
  #include 
  #endif
 
 a/src/tse3/plt/OSS.h   2008-06-08 12:45:46.0 +0200
-+++ b/src/tse3/plt/OSS.h   2008-06-08 12:46:06.0 +0200
+--- a/src/tse3/plt/OSS.h
 b/src/tse3/plt/OSS.h
 @@ -21,6 +21,7 @@
  
  #include 

diff --git a/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch 
b/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch
index 9a6abea1016..7a0d0918b14 100644
--- a/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch
+++ b/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch
@@ -1,5 +1,5 @@
 a/src/tse3/Makefile.am 2007-02-06 23:5