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

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

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/_tap2rpm
diff --git a/third_party/twisted_8_1/twisted/python/zsh/_tap2rpm b/third_party/twisted_8_1/twisted/python/zsh/_tap2rpm
deleted file mode 100644
index e3f289f17cf539354c3ac0b34819747208e63bb3..0000000000000000000000000000000000000000
--- a/third_party/twisted_8_1/twisted/python/zsh/_tap2rpm
+++ /dev/null
@@ -1,23 +0,0 @@
-#compdef tap2rpm
-_arguments -s -A "-*" \
-'(--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[maintainer]:maintainer:_files' \
-'(-m)--maintainer=[maintainer]:maintainer:_files' \
-'(--protocol)-p[protocol]:protocol:_files' \
-'(-p)--protocol=[protocol]:protocol:_files' \
-'(--rpmfile)-r[rpmfile]:rpmfile:_files -g "*.rpm"' \
-'(-r)--rpmfile=[rpmfile]:rpmfile:_files -g "*.rpm"' \
-'(--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']:type:(tap xml source python)" \
-"(-y)--type=[type of configuration: 'tap', 'xml, 'source' or 'python']: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/_tap2deb ('k') | third_party/twisted_8_1/twisted/python/zsh/_tapconvert » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698