Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: third_party/twisted_8_1/twisted/python/zsh/_tap2deb

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/twisted_8_1/twisted/python/zsh/_tap2deb
diff --git a/third_party/twisted_8_1/twisted/python/zsh/_tap2deb b/third_party/twisted_8_1/twisted/python/zsh/_tap2deb
deleted file mode 100644
index 4c5f6da57fccac443ad05813022f79ffd7ae92f5..0000000000000000000000000000000000000000
--- a/third_party/twisted_8_1/twisted/python/zsh/_tap2deb
+++ /dev/null
@@ -1,23 +0,0 @@
-#compdef tap2deb
-_arguments -s -A "-*" \
-'(--debfile)-d[debfile]:debfile:_files' \
-'(-d)--debfile=[debfile]:debfile:_files' \
-'(--description)-e[description]:description:_files' \
-'(-e)--description=[description]:description:_files' \
-'--help[Display this help and exit.]' \
-'(--long_description)-l[long_description]:long_description:_files' \
-'(-l)--long_description=[long_description]:long_description:_files' \
-"(--maintainer)-m[The maintainer's name and email in a specific format: 'John Doe <johndoe@example.com>']:maintainer:_files" \
-"(-m)--maintainer=[The maintainer's name and email in a specific format: 'John Doe <johndoe@example.com>']:maintainer:_files" \
-'(--protocol)-p[protocol]:protocol:_files' \
-'(-p)--protocol=[protocol]:protocol:_files' \
-'(--set-version)-V[set-version]:set-version:_files' \
-'(-V)--set-version=[set-version]:set-version:_files' \
-'(--tapfile)-t[tapfile]:tapfile:_files' \
-'(-t)--tapfile=[tapfile]:tapfile:_files' \
-"(--type)-y[type of configuration: 'tap', 'xml, 'source' or 'python' for .tac files]:type:(tap xml source python)" \
-"(-y)--type=[type of configuration: 'tap', 'xml, 'source' or 'python' for .tac files]:type:(tap xml source python)" \
-'(--unsigned)-u[unsigned]' \
-'(-u)--unsigned[unsigned]' \
-'--version[version]' \
-&& return 0
« no previous file with comments | « third_party/twisted_8_1/twisted/python/zsh/_pyhtmlizer ('k') | third_party/twisted_8_1/twisted/python/zsh/_tap2rpm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698