This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "DejaGNU".
The branch, dejagnu-1.5.0 has been updated via fa0eb66a7256959a0d73b3b8e27f6dc9452e40a5 (commit) from 5bc2ff8e8731ea59e924cdb5eccc1045a9e3680e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fa0eb66a7256959a0d73b3b8e27f6dc9452e40a5 Author: Ben Elliston <[EMAIL PROTECTED]> Date: Thu Dec 4 06:29:19 2008 +1100 * example/calc, example/hello, example/mathhelper: Remove. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 + example/calc/COPYING | 340 - example/calc/INSTALL | 182 - example/calc/Makefile.am | 24 - example/calc/Makefile.in | 563 -- example/calc/aclocal.m4 | 957 -- example/calc/calc.1 | 29 - example/calc/calc.c | 70 - example/calc/calc.h.in | 11 - example/calc/configure | 5078 ---------- example/calc/configure.in | 24 - example/calc/testsuite/calc.test/calc.exp | 78 - example/calc/testsuite/config/unix.exp | 67 - example/hello/COPYING | 340 - example/hello/INSTALL | 182 - example/hello/Makefile.am | 40 - example/hello/Makefile.in | 614 -- example/hello/README | 358 - example/hello/aclocal.m4 | 893 -- example/hello/configure | 4022 -------- example/hello/configure.in | 46 - example/hello/depcomp | 411 - example/hello/hello.c | 5 - example/hello/install-sh | 251 - example/hello/lib/default.exp | 2 - example/hello/lib/gnu.exp | 3 - example/hello/lib/helloworld-driver.exp | 2 - example/hello/lib/helloworld-lib.exp | 2 - example/hello/lib/helloworld-torture.exp | 2 - example/hello/lib/helloworld.exp | 2 - example/hello/lib/site.exp | 9 - example/hello/lib/unix.exp | 2 - example/hello/missing | 336 - example/hello/mkinstalldirs | 40 - example/hello/testsuite/Makefile.am | 59 - example/hello/testsuite/Makefile.in | 358 - example/hello/testsuite/config/base-config.exp | 2 - example/hello/testsuite/config/default.exp | 3 - example/hello/testsuite/config/gnu.exp | 2 - .../hello/testsuite/config/helloworld-driver.exp | 2 - example/hello/testsuite/config/helloworld-lib.exp | 2 - .../hello/testsuite/config/helloworld-torture.exp | 2 - example/hello/testsuite/config/unix.exp | 3 - .../helloworld.test1-1/test1-1.exp | 2 - example/hello/testsuite/helloworld.test1/test1.exp | 2 - example/hello/testsuite/helloworld.test2/test2.exp | 2 - example/hello/testsuite/helloworld.test2/test3.exp | 2 - .../testsuite/helloworld.test3/config/config.exp | 2 - .../hello/testsuite/helloworld.test3/lib/lib.exp | 2 - .../non_compliant_dir_name/non_compliant.exp | 9 - example/hello/testsuite/lib/default.exp | 2 - example/hello/testsuite/lib/gnu.exp | 2 - example/hello/testsuite/lib/helloworld-driver.exp | 2 - example/hello/testsuite/lib/helloworld-lib.exp | 2 - example/hello/testsuite/lib/helloworld-torture.exp | 2 - example/hello/testsuite/lib/helloworld.exp | 36 - example/hello/testsuite/lib/unix.exp | 2 - example/hello/testsuite/site.exp | 9 - example/hello/testsuite/testsuite.exp | 2 - example/mathhelper/ChangeLog | 10 - example/mathhelper/Makefile.am | 2 - example/mathhelper/Makefile.in | 518 - example/mathhelper/README | 9 - example/mathhelper/aclocal.m4 | 4460 --------- example/mathhelper/bootstrap.sh | 110 - example/mathhelper/configure | 9900 -------------------- example/mathhelper/configure.ac | 30 - example/mathhelper/libmathhelper/Makefile.am | 3 - example/mathhelper/libmathhelper/Makefile.in | 432 - example/mathhelper/libmathhelper/mathhelper.c | 38 - example/mathhelper/libmathhelper/mathhelper.h | 4 - example/mathhelper/testsuite/Makefile.am | 20 - example/mathhelper/testsuite/Makefile.in | 472 - example/mathhelper/testsuite/mathhelper/ChangeLog | 6 - .../mathhelper/testsuite/mathhelper/Makefile.am | 42 - .../mathhelper/testsuite/mathhelper/Makefile.in | 495 - example/mathhelper/testsuite/mathhelper/divzero.c | 15 - .../mathhelper/testsuite/mathhelper/divzero.exp | 53 - example/mathhelper/testsuite/mathhelper/testmost.c | 46 - .../mathhelper/testsuite/mathhelper/testmost.exp | 53 - 80 files changed, 4 insertions(+), 32216 deletions(-) delete mode 100644 example/calc/AUTHORS delete mode 100644 example/calc/COPYING delete mode 100644 example/calc/ChangeLog delete mode 100644 example/calc/INSTALL delete mode 100644 example/calc/Makefile.am delete mode 100644 example/calc/Makefile.in delete mode 100644 example/calc/NEWS delete mode 100644 example/calc/README delete mode 100644 example/calc/aclocal.m4 delete mode 100644 example/calc/calc.1 delete mode 100644 example/calc/calc.c delete mode 100644 example/calc/calc.h.in delete mode 100755 example/calc/configure delete mode 100644 example/calc/configure.in delete mode 100644 example/calc/testsuite/calc.test/calc.exp delete mode 100644 example/calc/testsuite/config/unix.exp delete mode 100644 example/hello/AUTHORS delete mode 100644 example/hello/COPYING delete mode 100644 example/hello/ChangeLog delete mode 100644 example/hello/INSTALL delete mode 100644 example/hello/Makefile.am delete mode 100644 example/hello/Makefile.in delete mode 100644 example/hello/NEWS delete mode 100644 example/hello/README delete mode 100644 example/hello/aclocal.m4 delete mode 100755 example/hello/configure delete mode 100644 example/hello/configure.in delete mode 100755 example/hello/depcomp delete mode 100644 example/hello/hello.c delete mode 100755 example/hello/install-sh delete mode 100644 example/hello/lib/default.exp delete mode 100644 example/hello/lib/gnu.exp delete mode 100644 example/hello/lib/helloworld-driver.exp delete mode 100644 example/hello/lib/helloworld-lib.exp delete mode 100644 example/hello/lib/helloworld-torture.exp delete mode 100644 example/hello/lib/helloworld.exp delete mode 100644 example/hello/lib/site.exp delete mode 100644 example/hello/lib/unix.exp delete mode 100755 example/hello/missing delete mode 100755 example/hello/mkinstalldirs delete mode 100644 example/hello/testsuite/Makefile.am delete mode 100644 example/hello/testsuite/Makefile.in delete mode 100644 example/hello/testsuite/config/base-config.exp delete mode 100644 example/hello/testsuite/config/default.exp delete mode 100644 example/hello/testsuite/config/gnu.exp delete mode 100644 example/hello/testsuite/config/helloworld-driver.exp delete mode 100644 example/hello/testsuite/config/helloworld-lib.exp delete mode 100644 example/hello/testsuite/config/helloworld-torture.exp delete mode 100644 example/hello/testsuite/config/unix.exp delete mode 100644 example/hello/testsuite/helloworld.test1/helloworld.test1-1/test1-1.exp delete mode 100644 example/hello/testsuite/helloworld.test1/test1.exp delete mode 100644 example/hello/testsuite/helloworld.test2/test2.exp delete mode 100644 example/hello/testsuite/helloworld.test2/test3.exp delete mode 100644 example/hello/testsuite/helloworld.test3/config/config.exp delete mode 100644 example/hello/testsuite/helloworld.test3/lib/lib.exp delete mode 100644 example/hello/testsuite/helloworld.test3/non_compliant_dir_name/non_compliant.exp delete mode 100644 example/hello/testsuite/lib/default.exp delete mode 100644 example/hello/testsuite/lib/gnu.exp delete mode 100644 example/hello/testsuite/lib/helloworld-driver.exp delete mode 100644 example/hello/testsuite/lib/helloworld-lib.exp delete mode 100644 example/hello/testsuite/lib/helloworld-torture.exp delete mode 100644 example/hello/testsuite/lib/helloworld.exp delete mode 100644 example/hello/testsuite/lib/unix.exp delete mode 100644 example/hello/testsuite/site.exp delete mode 100644 example/hello/testsuite/testsuite.exp delete mode 100644 example/mathhelper/AUTHORS delete mode 100644 example/mathhelper/ChangeLog delete mode 100644 example/mathhelper/Makefile.am delete mode 100644 example/mathhelper/Makefile.in delete mode 100644 example/mathhelper/NEWS delete mode 100644 example/mathhelper/README delete mode 100644 example/mathhelper/aclocal.m4 delete mode 100755 example/mathhelper/bootstrap.sh delete mode 100755 example/mathhelper/configure delete mode 100644 example/mathhelper/configure.ac delete mode 100644 example/mathhelper/libmathhelper/Makefile.am delete mode 100644 example/mathhelper/libmathhelper/Makefile.in delete mode 100644 example/mathhelper/libmathhelper/mathhelper.c delete mode 100644 example/mathhelper/libmathhelper/mathhelper.h delete mode 100644 example/mathhelper/testsuite/Makefile.am delete mode 100644 example/mathhelper/testsuite/Makefile.in delete mode 100644 example/mathhelper/testsuite/mathhelper/ChangeLog delete mode 100644 example/mathhelper/testsuite/mathhelper/Makefile.am delete mode 100644 example/mathhelper/testsuite/mathhelper/Makefile.in delete mode 100644 example/mathhelper/testsuite/mathhelper/divzero.c delete mode 100644 example/mathhelper/testsuite/mathhelper/divzero.exp delete mode 100644 example/mathhelper/testsuite/mathhelper/testmost.c delete mode 100644 example/mathhelper/testsuite/mathhelper/testmost.exp hooks/post-receive -- DejaGNU _______________________________________________ Dejagnu-commit mailing list Dejagnu-commit@gnu.org http://lists.gnu.org/mailman/listinfo/dejagnu-commit