---
dynamic-use-of-static-c++/.vcs | 23 --------------------
.../vcs/dynamic_static_bridge_vcs.rb | 15 -------------
milena/vcs/milena.rb | 16 -------------
scribo/vcs/scribo.rb | 16 -------------
vcs/oln.rb | 16 -------------
5 files changed, 0 insertions(+), 86 deletions(-)
delete mode 100644 dynamic-use-of-static-c++/.vcs
delete mode 100644 dynamic-use-of-static-c++/vcs/dynamic_static_bridge_vcs.rb
delete mode 100644 milena/vcs/milena.rb
delete mode 100644 scribo/vcs/scribo.rb
delete mode 100644 vcs/oln.rb
diff --git a/dynamic-use-of-static-c++/.vcs b/dynamic-use-of-static-c++/.vcs
deleted file mode 100644
index ef8e8b2..0000000
--- a/dynamic-use-of-static-c++/.vcs
+++ /dev/null
@@ -1,23 +0,0 @@
----
-precious:
- - repository
-
-unmask:
- - test/olena/proto-stl-style
- - test/dyn.log
- - libltdl
-
-exclude:
- - Makefile.in
- - _build
- - _config
- - _install
-
- # autotools stuffs
- - configure
- - autom4te.cache
- - aclocal.m4
-
-junk:
- - \.gdb_history
- - a.out
diff --git a/dynamic-use-of-static-c++/vcs/dynamic_static_bridge_vcs.rb
b/dynamic-use-of-static-c++/vcs/dynamic_static_bridge_vcs.rb
deleted file mode 100644
index 44cb217..0000000
--- a/dynamic-use-of-static-c++/vcs/dynamic_static_bridge_vcs.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-class Vcs
- # See
http://rubyforge.org/projects/vcs
- # and
http://vcs.rubyforge.org
-
- protocol_version '0.1'
-
- def dynamic_static_bridge_commit! ( *args )
- common_commit!("dyn: <%= rev %>: <%= title %>", *args) do
|subject|
- mail!(:to => %w[olena-patches(a)lrde.epita.fr], :subject => subject)
- end
- end
- alias_command :dystci, :dynamic_static_bridge_commit
- default_commit :dynamic_static_bridge_commit
-
-end # class Vcs
diff --git a/milena/vcs/milena.rb b/milena/vcs/milena.rb
deleted file mode 100644
index dd770a8..0000000
--- a/milena/vcs/milena.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-class Vcs
-
- # See
http://rubyforge.org/projects/vcs
- # and
http://vcs.rubyforge.org
-
- protocol_version '0.1'
-
- def milena_commit! ( *args )
- common_commit!("milena <%= rev %>: <%= title %>", *args) do
|subject|
- mail!(:to => %w[olena-patches(a)lrde.epita.fr], :subject => subject)
- end
- end
- alias_command :mlnci, :milena_commit
- default_commit :milena_commit
-
-end # class Vcs
diff --git a/scribo/vcs/scribo.rb b/scribo/vcs/scribo.rb
deleted file mode 100644
index 0b849e6..0000000
--- a/scribo/vcs/scribo.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-class Vcs
-
- # See
http://rubyforge.org/projects/vcs
- # and
http://vcs.rubyforge.org
-
- protocol_version '0.1'
-
- def scribo_commit! ( *args )
- common_commit!("scribo <%= rev %>: <%= title %>", *args) do
|subject|
- mail!(:to => %w[olena-patches(a)lrde.epita.fr], :subject => subject)
- end
- end
- alias_command :mlnci, :scribo_commit
- default_commit :scribo_commit
-
-end # class Vcs
diff --git a/vcs/oln.rb b/vcs/oln.rb
deleted file mode 100644
index 62e462c..0000000
--- a/vcs/oln.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-class Vcs
-
- # See
http://rubyforge.org/projects/vcs
- # and
http://vcs.rubyforge.org
-
- protocol_version '0.1'
-
- def olena_commit! ( *args )
- common_commit!("<%= rev %>: <%= title %>", *args) do |subject|
- mail!(:to => %w[olena-patches(a)lrde.epita.fr], :subject => subject)
- end
- end
- alias_command :olnci, :olena_commit
- default_commit :olena_commit
-
-end # class Vcs
--
1.7.2.5