jer         14/09/15 08:56:17

  Modified:             yaps-0.96-gentoo.diff
                        yaps-0.96-getline-rename.patch
  Removed:              yaps-0.96-gentoo.patch
  Log:
  Clean up patches. Remove weird USE=unicode.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.2                  app-mobilephone/yaps/files/yaps-0.96-gentoo.diff

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/yaps/files/yaps-0.96-gentoo.diff?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/yaps/files/yaps-0.96-gentoo.diff?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/yaps/files/yaps-0.96-gentoo.diff?r1=1.1&r2=1.2

Index: yaps-0.96-gentoo.diff
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-mobilephone/yaps/files/yaps-0.96-gentoo.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaps-0.96-gentoo.diff       27 Oct 2008 01:58:52 -0000      1.1
+++ yaps-0.96-gentoo.diff       15 Sep 2014 08:56:17 -0000      1.2
@@ -1,5 +1,5 @@
---- Config.orig        2005-06-02 20:28:35.000000000 +0200
-+++ Config     2005-10-16 15:13:32.000000000 +0200
+--- a/Config
++++ b/Config
 @@ -24,9 +24,9 @@
  #     Name of local configuration file (location is $HOME.)
  YAPS_LCFGFILE         = .yapsrc
@@ -28,8 +28,8 @@
  endif
  ifdef MATH
  LLIBS += -lm
---- Makefile.orig      2005-06-02 20:33:27.000000000 +0200
-+++ Makefile   2005-10-16 15:13:32.000000000 +0200
+--- a/Makefile
++++ b/Makefile
 @@ -33,19 +33,19 @@
        lynx -cfg=/dev/null -nolist -dump $< > $@
  



1.2                  app-mobilephone/yaps/files/yaps-0.96-getline-rename.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/yaps/files/yaps-0.96-getline-rename.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/yaps/files/yaps-0.96-getline-rename.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/yaps/files/yaps-0.96-getline-rename.patch?r1=1.1&r2=1.2

Index: yaps-0.96-getline-rename.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-mobilephone/yaps/files/yaps-0.96-getline-rename.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaps-0.96-getline-rename.patch      12 Jul 2009 09:56:10 -0000      1.1
+++ yaps-0.96-getline-rename.patch      15 Sep 2014 08:56:17 -0000      1.2
@@ -1,6 +1,5 @@
-diff -Nru yaps-0.96.orig/cfg.c yaps-0.96/cfg.c
---- yaps-0.96.orig/cfg.c       1997-06-11 14:05:34.000000000 +0200
-+++ yaps-0.96/cfg.c    2009-07-12 11:32:02.000000000 +0200
+--- a/cfg.c
++++ b/cfg.c
 @@ -203,7 +203,7 @@
                        fcur -> fp = fp;
                        fcur -> up = NULL;
@@ -19,9 +18,8 @@
                                                                        if 
((*ptr != '}') || *(ptr + 1)) {
                                                                                
plen = strlen (ptr);
                                                                                
if (len + plen + 2 >= siz) {
-diff -Nru yaps-0.96.orig/cv.c yaps-0.96/cv.c
---- yaps-0.96.orig/cv.c        1997-06-03 20:43:52.000000000 +0200
-+++ yaps-0.96/cv.c     2009-07-12 11:31:44.000000000 +0200
+--- a/cv.c
++++ b/cv.c
 @@ -151,7 +151,7 @@
        MCHK (c);
        if ((! c) || (! (fp = fopen (fname, "r"))))
@@ -31,9 +29,8 @@
                for (sp = line; isspace (*sp); ++sp)
                        ;
                if (*sp && (*sp != '#')) {
-diff -Nru yaps-0.96.orig/pager.h yaps-0.96/pager.h
---- yaps-0.96.orig/pager.h     1997-06-12 13:59:28.000000000 +0200
-+++ yaps-0.96/pager.h  2009-07-12 11:31:33.000000000 +0200
+--- a/pager.h
++++ b/pager.h
 @@ -67,7 +67,7 @@
  /*{{{ utility */
  extern char   *skip (char *str);
@@ -43,9 +40,8 @@
  extern int    verbose_out (char *, ...);
  /*}}}*/
  /*{{{ string handling */
-diff -Nru yaps-0.96.orig/util.c yaps-0.96/util.c
---- yaps-0.96.orig/util.c      1997-05-31 19:20:40.000000000 +0200
-+++ yaps-0.96/util.c   2009-07-12 11:31:49.000000000 +0200
+--- a/util.c
++++ b/util.c
 @@ -36,7 +36,7 @@
  }
  
@@ -55,9 +51,8 @@
  {
        char    *buf;
        int     size;
-diff -Nru yaps-0.96.orig/yaps.c yaps-0.96/yaps.c
---- yaps-0.96.orig/yaps.c      1997-06-14 12:25:56.000000000 +0200
-+++ yaps-0.96/yaps.c   2009-07-12 11:31:39.000000000 +0200
+--- a/yaps.c
++++ b/yaps.c
 @@ -1177,7 +1177,7 @@
                        fprintf (stderr, "Unable to open message file %s for 
reading\n", mfile);
                        return NULL;




Reply via email to