This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/master by this push: new bff364e Removing old svn symbols, removing from Makefile.am lines disabled long ago bff364e is described below commit bff364e40c187bd9a255c4a0ad891264fda6ecb8 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Thu Feb 27 16:09:14 2025 +0100 Removing old svn symbols, removing from Makefile.am lines disabled long ago --- Makefile.am | 4 ---- rivet/packages/tclrivet/tclrivet.tcl | 2 -- rivet/packages/tclrivet/tclrivetparser.tcl | 2 -- 3 files changed, 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 90b5491..412c628 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,10 +30,6 @@ install-binaries: $(install_sh) -C -m 644 $(builddir)/rivet/default_request_handler.tcl $(RIVETLIB_DESTDIR) $(install_sh) -C -m 644 $(shell /bin/ls $(srcdir)/rivet/rivet-tcl/*) $(RIVETLIB_DESTDIR)/rivet-tcl -#cp -rv $(srcdir)/rivet/packages $(RIVETLIB_DESTDIR)/ -#-( cd $(RIVETLIB_DESTDIR); rm -f *.la; \ -# echo 'eval pkg_mkIndex -verbose [pwd] init.tcl [glob [file join packages * *.tcl] [file join $(RIVET_LIBS_ARCH) *[info sharedlibextension]]]' | @TCLSH_PROG@ ; ) - uninstall-local: echo 'running target uninstall-local ($(RIVETLIB_DESTDIR))' rm -f $(RIVETLIB_DESTDIR)/init.tcl diff --git a/rivet/packages/tclrivet/tclrivet.tcl b/rivet/packages/tclrivet/tclrivet.tcl index aefb1e6..fe83b59 100644 --- a/rivet/packages/tclrivet/tclrivet.tcl +++ b/rivet/packages/tclrivet/tclrivet.tcl @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# $Id$ - package provide tclrivet 0.1 #load [file join [file dirname [info script]] .. .. \ diff --git a/rivet/packages/tclrivet/tclrivetparser.tcl b/rivet/packages/tclrivet/tclrivetparser.tcl index 33f3852..b64c03f 100644 --- a/rivet/packages/tclrivet/tclrivetparser.tcl +++ b/rivet/packages/tclrivet/tclrivetparser.tcl @@ -14,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# $Id$ - package provide tclrivetparser 0.1 namespace eval tclrivetparser { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org