aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--tatt.55
-rw-r--r--tatt/dot-tatt-spec1
3 files changed, 0 insertions, 9 deletions
diff --git a/README b/README
index 7b3a9e4..052326b 100644
--- a/README
+++ b/README
@@ -80,9 +80,6 @@ The specification of the configuration file can be found in dot-tatt-spec which
####### EXAMPLE ~/.tatt ############
# Here we show the possible options together with their default values
-# Regular expression to identify a portage atom
-# atom-regexp='=?[^\s:,;<>]+/\S+-[0-9]?\S+[0-9][^\s:,;<>]?[a-z]*'
-
# Message for the success script @@ARCH@@ will be replaced by arch
# successmessage='Archtested on @@ARCH@@: Everything fine'
diff --git a/tatt.5 b/tatt.5
index 9bd30de..14fa084 100644
--- a/tatt.5
+++ b/tatt.5
@@ -10,11 +10,6 @@ The specification of the configuration file can be found in dot-tatt-spec
which usually resides \fI /usr/lib/${python}/site-packages/tatt \fI
.SH EXAMPLE ~/.tatt
-.B
-# Regular expression to identify a portage atom
-.br
-#atom-regexp='=?[^\s:,;<>]+/\S+-[0-9]?\S+[0-9][^\s:,;<>]?[a-z]*'
-
.br
# Message for the success script @@ARCH@@ will be replaced by arch
.br
diff --git a/tatt/dot-tatt-spec b/tatt/dot-tatt-spec
index 020fbda..9c6686d 100644
--- a/tatt/dot-tatt-spec
+++ b/tatt/dot-tatt-spec
@@ -1,4 +1,3 @@
-atom-regexp=string(default="=?[^\s:,;<>]+/\S+-[0-9]?\S+[0-9][^\s:,;<>]?[a-z]*")
successmessage=string(default="Archtested on @@ARCH@@: Everything fine")
ignoreprefix=string_list(default=list("elibc_","video_cards_","linguas_","python_targets_","python_single_target_","kdeenablefinal","test","debug"))
template-dir=string(default="/usr/share/tatt/templates/")