RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES rpm/rpmio/sexp/ .cvsignore .splintrc Makefile....

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Fri 29 Jun 2007 - 15:39:14 CEST
Message-Id: <20070629133914.54BF63484EC@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   29-Jun-2007 15:39:14
  Branch: HEAD                             Handle: 2007062914391201

  Modified files:
    rpm                     CHANGES
  Removed files:
    rpm/rpmio/sexp          .cvsignore .splintrc Makefile.am autogen.sh
                            configure.ac sexp-basic.c sexp-input.c sexp-main.c
                            sexp-output.c sexp.h
    rpm/rpmio/sexp/tests    .cvsignore Makefile.am chk-samples sexp-sample-a
                            sexp-sample-b sexp-sample-c sexp-sample.exp

  Log:
    Remove the old and fully unused SEXP (LISP-style S-EXPressions)
    sub-library which stayed in rpmio/sexp/. Should this (nice but in the
    times of the all-dancing-all-singing XML perhaps already too ancient ;-)
    stuff ever be needed for RPM 5 it can be resurrected easily from Attic.
    Until this times come, just nuke this sub-tree at all.

  Summary:
    Revision    Changes     Path
    1.1417      +1  -0      rpm/CHANGES
    1.3         +0  -32     rpm/rpmio/sexp/.cvsignore
    1.6         +0  -55     rpm/rpmio/sexp/.splintrc
    1.4         +0  -22     rpm/rpmio/sexp/Makefile.am
    1.2         +0  -25     rpm/rpmio/sexp/autogen.sh
    1.3         +0  -27     rpm/rpmio/sexp/configure.ac
    1.12        +0  -302    rpm/rpmio/sexp/sexp-basic.c
    1.16        +0  -597    rpm/rpmio/sexp/sexp-input.c
    1.13        +0  -195    rpm/rpmio/sexp/sexp-main.c
    1.15        +0  -642    rpm/rpmio/sexp/sexp-output.c
    1.15        +0  -303    rpm/rpmio/sexp/sexp.h
    1.2         +0  -3      rpm/rpmio/sexp/tests/.cvsignore
    1.2         +0  -14     rpm/rpmio/sexp/tests/Makefile.am
    1.2         +0  -19     rpm/rpmio/sexp/tests/chk-samples
    1.2         +0  -20     rpm/rpmio/sexp/tests/sexp-sample-a
    1.2         +0  -1      rpm/rpmio/sexp/tests/sexp-sample-b
    1.2         +0  -1      rpm/rpmio/sexp/tests/sexp-sample-c
    1.2         +0  -33     rpm/rpmio/sexp/tests/sexp-sample.exp
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1416 -r1.1417 CHANGES
  --- rpm/CHANGES	29 Jun 2007 12:38:49 -0000	1.1416
  +++ rpm/CHANGES	29 Jun 2007 13:39:12 -0000	1.1417
  @@ -1,4 +1,5 @@
   4.5 -> 5.0:
  +    - rse: remove unused rpmio/sexp/ sub-library
       - rse: add "errno" information to be more informative in error message when lstat(2) on verification fails.
       - rse: correctly restore SIGILL signal handler in machine detection code. 
       - pmatilaj: nuke antique Red Hat Linux "reference" "baddeps" list (in lib/depends.c)
  @@ .
  rm -f rpm/rpmio/sexp/.cvsignore <<'@@ .'
  Index: rpm/rpmio/sexp/.cvsignore
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/.splintrc <<'@@ .'
  Index: rpm/rpmio/sexp/.splintrc
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/Makefile.am <<'@@ .'
  Index: rpm/rpmio/sexp/Makefile.am
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/autogen.sh <<'@@ .'
  Index: rpm/rpmio/sexp/autogen.sh
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/configure.ac <<'@@ .'
  Index: rpm/rpmio/sexp/configure.ac
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/sexp-basic.c <<'@@ .'
  Index: rpm/rpmio/sexp/sexp-basic.c
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/sexp-input.c <<'@@ .'
  Index: rpm/rpmio/sexp/sexp-input.c
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/sexp-main.c <<'@@ .'
  Index: rpm/rpmio/sexp/sexp-main.c
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/sexp-output.c <<'@@ .'
  Index: rpm/rpmio/sexp/sexp-output.c
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/sexp.h <<'@@ .'
  Index: rpm/rpmio/sexp/sexp.h
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/tests/.cvsignore <<'@@ .'
  Index: rpm/rpmio/sexp/tests/.cvsignore
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/tests/Makefile.am <<'@@ .'
  Index: rpm/rpmio/sexp/tests/Makefile.am
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/tests/chk-samples <<'@@ .'
  Index: rpm/rpmio/sexp/tests/chk-samples
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/tests/sexp-sample-a <<'@@ .'
  Index: rpm/rpmio/sexp/tests/sexp-sample-a
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/tests/sexp-sample-b <<'@@ .'
  Index: rpm/rpmio/sexp/tests/sexp-sample-b
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/tests/sexp-sample-c <<'@@ .'
  Index: rpm/rpmio/sexp/tests/sexp-sample-c
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  rm -f rpm/rpmio/sexp/tests/sexp-sample.exp <<'@@ .'
  Index: rpm/rpmio/sexp/tests/sexp-sample.exp
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
Received on Fri Jun 29 15:39:14 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.